Skip to content

Commit 69cc2a6

Browse files
committed
chore(deps): update dependency gatsby-source-graphcms to v2.0.1
1 parent 1799173 commit 69cc2a6

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gatsby-plugin-react-helmet": "3.3.13",
2020
"gatsby-plugin-react-svg": "3.0.0",
2121
"gatsby-plugin-sharp": "2.6.39",
22-
"gatsby-source-graphcms": "2.0.0-next.11",
22+
"gatsby-source-graphcms": "2.0.1",
2323
"gatsby-transformer-sharp": "2.5.17",
2424
"react": "16.13.1",
2525
"react-dom": "16.13.1",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,13 @@
998998
core-js-pure "^3.0.0"
999999
regenerator-runtime "^0.13.4"
10001000

1001+
"@babel/runtime@7.12.1":
1002+
version "7.12.1"
1003+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
1004+
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
1005+
dependencies:
1006+
regenerator-runtime "^0.13.4"
1007+
10011008
"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
10021009
version "7.11.2"
10031010
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
@@ -6963,11 +6970,12 @@ gatsby-source-filesystem@2.3.31:
69636970
valid-url "^1.0.9"
69646971
xstate "^4.13.0"
69656972

6966-
gatsby-source-graphcms@2.0.0-next.11:
6967-
version "2.0.0-next.11"
6968-
resolved "https://registry.yarnpkg.com/gatsby-source-graphcms/-/gatsby-source-graphcms-2.0.0-next.11.tgz#f19b3247947af72887a76d0d6e3e8fdb056e7556"
6969-
integrity sha512-FLIdgFfZ2sZQulcYugHUeRHYoj1AH1Xk/XDs/Y2FpePtd6nStml4wreGOdRO2cw7F6H++4oBU4VKp1Sd0k3Pog==
6973+
gatsby-source-graphcms@2.0.1:
6974+
version "2.0.1"
6975+
resolved "https://registry.yarnpkg.com/gatsby-source-graphcms/-/gatsby-source-graphcms-2.0.1.tgz#25af12df8a584594c80b3c888d397976e6917006"
6976+
integrity sha512-r4UTT+IiwDu4dPhDaJFe6whi4hIC75I16q37EnGZtdW4wkd/6p80M2uywh44mVXe+uILI1qEcrL8SPYQHKkVUQ==
69706977
dependencies:
6978+
"@babel/runtime" "7.12.1"
69716979
gatsby-graphql-source-toolkit "0.6.3"
69726980
gatsby-source-filesystem "2.3.31"
69736981
he "1.2.0"

0 commit comments

Comments
 (0)