Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v2.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 15, 2018
1 parent dc32579 commit 97cb614
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bulma": "0.7.2",
"classnames": "2.2.6",
"docsearch.js": "2.6.1",
"gatsby": "2.0.49",
"gatsby": "2.0.50",
"gatsby-image": "2.0.20",
"gatsby-plugin-catch-links": "2.0.8",
"gatsby-plugin-manifest": "2.0.9",
Expand Down
18 changes: 9 additions & 9 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2212,10 +2212,10 @@ babel-preset-fbjs@^2.1.4:
babel-plugin-transform-react-display-name "^6.8.0"
babel-plugin-transform-react-jsx "^6.8.0"

babel-preset-gatsby@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.3.tgz#048e3893212662d5091428272f02a34d6795503b"
integrity sha512-cE8GXHs94hBzm+xnF7wMYZkhDmV0iatsqzCI56cJP8axGvcUynsTGFC6xaXxjh2c3tOoe3IC3ce6VGyl6uiAPQ==
babel-preset-gatsby@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.4.tgz#de0d292194597b0f78008294c7c9bcf5f4eb8b9b"
integrity sha512-chkpgzQgSoNZauNsmE6j3vbrTj1LsjSUCGYMYwnyCRZkhneXo64ZAXVkkL8zmrrrLgBCrqbBvGTCkVAH4CnFiQ==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
Expand Down Expand Up @@ -6073,10 +6073,10 @@ gatsby-transformer-sharp@2.1.8:
probe-image-size "^4.0.0"
sharp "^0.21.0"

gatsby@2.0.49:
version "2.0.49"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.49.tgz#c21fb0c2a22b3ba19a29ae28cac374d339ad2344"
integrity sha512-tWrRJJ4sq7Vz9GHxSKDZU6LlI5rhYQ7/Cjspvq/MDGbbFUZZ0CFM68nm46HwNOc6yJx4LmFCAhAetDRt17NgBg==
gatsby@2.0.50:
version "2.0.50"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.50.tgz#ea68745c455f9f6c9d36b552ab4722e6a5e817f3"
integrity sha512-rf2GTYiCALqTKNIMn6/8KsQDrJvYuFTsgmFOWJsPhybYwrUv5EjZT71KccZdLZ4sAV5aBbq8JJC3hrvqCuciMQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand All @@ -6092,7 +6092,7 @@ gatsby@2.0.49:
babel-plugin-add-module-exports "^0.2.1"
babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.5.1"
babel-preset-gatsby "^0.1.3"
babel-preset-gatsby "^0.1.4"
better-queue "^3.8.6"
bluebird "^3.5.0"
cache-manager "^2.9.0"
Expand Down

0 comments on commit 97cb614

Please sign in to comment.