Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 2, 2019
1 parent 1174fc2 commit 6716e1e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.4",
"classnames": "2.2.6",
"docsearch.js": "2.6.2",
"gatsby": "2.3.5",
"gatsby": "2.3.6",
"gatsby-image": "2.0.37",
"gatsby-plugin-catch-links": "2.0.13",
"gatsby-plugin-manifest": "2.0.26",
Expand Down
28 changes: 14 additions & 14 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2415,10 +2415,10 @@ babel-plugin-macros@^2.4.2:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-remove-graphql-queries@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.2.tgz#8ee167324befa6579858fcaf1dbd75a84766d555"
integrity sha512-JrYM0ACSMmt27PeMtwp+5N5c8S1pJkCYWI+Jt+12ERqW3bYKWGCJsdEky2lQRLezLFCiJE7+mXANc91yMGf+HQ==
babel-plugin-remove-graphql-queries@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.6.3.tgz#f106bc38229789c62e27a3a32d04deb7342bf15d"
integrity sha512-vZEuO4kpPJsPex63BIMn5bBZGIDO42FQtzSD9UsDHjoWHfCB9/EQDnimtggI3Eyv4L3hwxsGNvVbS4IfFDJrlQ==

babel-plugin-syntax-dynamic-import@^6.18.0:
version "6.18.0"
Expand Down Expand Up @@ -2476,10 +2476,10 @@ babel-preset-fbjs@^3.1.2:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"

babel-preset-gatsby@^0.1.10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.10.tgz#5197bfcd350139beb49f2d305481944c556db67b"
integrity sha512-Fe85p1k6B6wJFrlZaD8DYyHBxN3y+91s3vFuRxR/HkYeMtf17o3dTGn1vgJ7ANa+sPAIV3hlO94EgP1rhcV2pg==
babel-preset-gatsby@^0.1.11:
version "0.1.11"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.11.tgz#684a1c940f3cec9b31e1948d566a5837e18c715c"
integrity sha512-n8Tg1r1J9juDc8GI0afrOFrEJ4No+lfylcYN2QLi90dvGl9VlfZIqoEf9bpw1maop+Ksz56NavxP6U0BHeZLqg==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
Expand Down Expand Up @@ -6629,10 +6629,10 @@ [email protected]:
probe-image-size "^4.0.0"
sharp "^0.21.3"

[email protected].5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.5.tgz#22bddd5c0fbe930344f7b830b2548e4ee949503d"
integrity sha512-9p10OOs2gU84Ch270tJEL/tKZAuHWxhAuRskUfRLjhWWp7Iks0BJNU7JhiI22B1sCQGpmeoJdFArVjnm+OThQg==
[email protected].6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.3.6.tgz#11bb86df2afb8fc407ac77ba6d4d052a51814f5f"
integrity sha512-H3h+Sip7lGv0CaZIWi89g8/YmfbbbE4tf8++mX7TCKsmbmzLgmmd2x1U9wcJFGEXSSI9l7UOGuRlkou2t/OM0A==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand All @@ -6650,8 +6650,8 @@ [email protected]:
babel-loader "^8.0.0"
babel-plugin-add-module-exports "^0.2.1"
babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.6.2"
babel-preset-gatsby "^0.1.10"
babel-plugin-remove-graphql-queries "^2.6.3"
babel-preset-gatsby "^0.1.11"
better-opn "0.1.4"
better-queue "^3.8.6"
bluebird "^3.5.0"
Expand Down

0 comments on commit 6716e1e

Please sign in to comment.