Skip to content

Commit

Permalink
fix(deps): update gatsby to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 19, 2019
1 parent 3bdad94 commit ed877b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@emotion/styled": "10.0.9",
"@wkovacs64/normalize.css": "8.0.1",
"currency.js": "1.2.1",
"gatsby": "2.1.39",
"gatsby": "2.2.0",
"gatsby-plugin-emotion": "4.0.6",
"gatsby-plugin-manifest": "2.0.24",
"gatsby-plugin-netlify": "2.0.13",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6224,10 +6224,10 @@ gatsby-react-router-scroll@^2.0.6:
scroll-behavior "^0.9.9"
warning "^3.0.0"

gatsby@2.1.39:
version "2.1.39"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.1.39.tgz#87018927b9d2eb68732266332d301a57e4a882df"
integrity sha512-DrivCcPjjLmIm3B7I+tvc+M6ztqDxP41pzEtcWDLiTd6kgpoIbVJwDGtD+JOYjtS/UcVXrB8DWGQQ7KduGL+RQ==
gatsby@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.2.0.tgz#46973febe3fb2ea5f09d9eccd50a3529ac9d2f2e"
integrity sha512-+ljmxEKlBRikLOh1lpYVyP5rd5qcD/mTTz7R70FpqNM4uEcdcAmNlSYuLEhh3NgIXqjr99HgvjcsqGRkbDGVGg==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -6289,11 +6289,10 @@ gatsby@2.1.39:
gatsby-react-router-scroll "^2.0.6"
glob "^7.1.1"
graphql "^14.1.1"
graphql-compose "^5.11.0"
graphql-playground-middleware-express "^1.7.10"
graphql-relay "^0.6.0"
graphql-skip-limit "^2.0.6"
graphql-tools "^3.0.4"
graphql-type-json "^0.2.1"
hash-mod "^0.0.5"
invariant "^2.2.4"
is-relative "^1.0.0"
Expand Down Expand Up @@ -6607,6 +6606,14 @@ 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==
dependencies:
graphql-type-json "^0.2.1"
object-path "^0.11.4"

graphql-config@^2.0.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
Expand Down Expand Up @@ -6652,13 +6659,6 @@ graphql-request@^1.5.0:
dependencies:
cross-fetch "2.2.2"

graphql-skip-limit@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/graphql-skip-limit/-/graphql-skip-limit-2.0.6.tgz#67cdfbf33254db338aade6e7b44ea3e779b4b1c4"
integrity sha512-Jg/K/Tvxno5Rkq+KRwEZ0ME+PZBRrgDIvYIUvYMj8/hitc38hXen1XLuHEbqfrlkmrzPzQv6TB6W5utfZwJs+Q==
dependencies:
"@babel/runtime" "^7.0.0"

graphql-tools@^3.0.4:
version "3.1.1"
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.1.1.tgz#d593358f01e7c8b1671a17b70ddb034dea9dbc50"
Expand Down Expand Up @@ -9788,7 +9788,7 @@ object-keys@^1.0.11, object-keys@^1.0.12:
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==

object-path@^0.11.2:
object-path@^0.11.2, object-path@^0.11.4:
version "0.11.4"
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=
Expand Down

0 comments on commit ed877b7

Please sign in to comment.