Skip to content

Commit

Permalink
fix(deps): update gatsby to v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 21, 2019
1 parent 03e15be commit b2b96ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@wkovacs64/normalize.css": "8.0.1",
"axios": "0.18.0",
"dotenv": "7.0.0",
"gatsby": "2.2.4",
"gatsby": "2.2.5",
"gatsby-plugin-emotion": "4.0.6",
"gatsby-plugin-manifest": "2.0.24",
"gatsby-plugin-netlify": "2.0.13",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6220,10 +6220,10 @@ gatsby-react-router-scroll@^2.0.6:
scroll-behavior "^0.9.9"
warning "^3.0.0"

gatsby@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.4.tgz#6c13922cad31380b8a7136eeeea1d1f0ace4ecc6"
integrity sha512-YfEcUrgnG6edvYfb6WUzGd7tx2JKqYMjnuudX6zDTnt3hWq+NUnsURJ8gHQP+rukfwqEg1qYodGya+5d1tV2RA==
gatsby@2.2.5:
version "2.2.5"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.5.tgz#0c4220c634ee69b9af1b35318019eb10d60e7a69"
integrity sha512-gc2d8bbcV/AF06pk1XDn7YzE/4fz2jC0PePKq6Wr/eOM9n2PSyimzBcxRon95HzGsgmXDT4pnS3KNrvlQkkbRw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -6285,7 +6285,7 @@ gatsby@2.2.4:
gatsby-react-router-scroll "^2.0.6"
glob "^7.1.1"
graphql "^14.1.1"
graphql-compose "^5.11.0"
graphql-compose "^6.0.3"
graphql-playground-middleware-express "^1.7.10"
graphql-relay "^0.6.0"
graphql-tools "^3.0.4"
Expand Down Expand Up @@ -6602,10 +6602,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graphql-compose@^5.11.0:
version "5.12.0"
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-5.12.0.tgz#335341dd843657200081f84e76734d72a1ddaba7"
integrity sha512-U6H3JUBWR8WyYhtH9zRno2y5pHh4T5ypDzBYddGVq7IUukcTMQNlfVmydiElc4ktzPFRc+P/38Gh4MWT54qWmA==
graphql-compose@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.0.3.tgz#fa5668a30694abef4166703aa03af07a741039a8"
integrity sha512-QpywEtNvlEQS0a5VIseMA/tk67QmEN9NNUx1B1tzGR/p7MePyus9wvci2cIP/mwdDrvLRRbwpmidSKQXFD3SEA==
dependencies:
graphql-type-json "^0.2.1"
object-path "^0.11.4"
Expand Down

0 comments on commit b2b96ff

Please sign in to comment.