Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Update dependency gatsby to v2.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 29, 2019
1 parent da47068 commit 9b90436
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 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 @@
"clay-tooltip": "2.7.0",
"countries-list": "2.4.2",
"documentation": "9.1.1",
"gatsby": "2.0.104",
"gatsby": "2.0.106",
"gatsby-mdx": "0.1.4",
"gatsby-plugin-google-analytics": "2.0.12",
"gatsby-plugin-manifest": "2.0.15",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6025,10 +6025,10 @@ [email protected]:
unist-util-select "^1.5.0"
unist-util-visit "^1.3.0"

[email protected].104:
version "2.0.104"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.104.tgz#17c9a1e220cea1205f26ac46c9f749179b06a371"
integrity sha512-T1uoK4nwGfLl1hmJ4tuAAStyRYHADlK2cJN2e+zBAQRmrYdwH1+zzmEv/uL1x+FrpwfThuiAimZB5yz+XyRKEQ==
[email protected].106:
version "2.0.106"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.106.tgz#e3a24a976dd36d5ef34b07b06ff5439ad83359b7"
integrity sha512-hBJcJEkTF6/APZPlw1Pl26gk4oU1BGvNCdezJIfUeT+OsepAfY1iq6FwpGWW0iImbBp/hEvsHPsbuRvv5Edp1w==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -6088,6 +6088,7 @@ [email protected]:
gatsby-react-router-scroll "^2.0.3"
glob "^7.1.1"
graphql "^0.13.2"
graphql-playground-middleware-express "^1.7.10"
graphql-relay "^0.5.5"
graphql-skip-limit "^2.0.4"
graphql-tools "^3.0.4"
Expand Down Expand Up @@ -6465,6 +6466,18 @@ graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

[email protected]:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

graphql-playground-middleware-express@^1.7.10:
version "1.7.10"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.10.tgz#8bc154e988c288e06cc350e918853aad25fbcd7d"
integrity sha512-yzL5gwelHWBNE6X0rJTEBotJmVGa107j0BBiLqkaFHrGs+tT19lYFQtQowQs/mwTVt5sb/e7/HroXQPIBERhzg==
dependencies:
graphql-playground-html "1.6.11"

graphql-relay@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.5.tgz#d6815e6edd618e878d5d921c13fc66033ec867e2"
Expand Down

0 comments on commit 9b90436

Please sign in to comment.