We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bb56f commit 93d54d3Copy full SHA for 93d54d3
gatsby-source-graphcms/package.json
@@ -16,18 +16,18 @@
16
],
17
"license": "MIT",
18
"dependencies": {
19
- "@babel/runtime": "7.16.7",
+ "@babel/runtime": "7.18.3",
20
"gatsby-core-utils": "3.4.0",
21
"gatsby-graphql-source-toolkit": "^2.0.1",
22
"gatsby-source-filesystem": "4.4.0",
23
"he": "1.2.0",
24
"node-fetch": "2.6.1"
25
},
26
"devDependencies": {
27
- "@babel/cli": "7.16.7",
28
- "@babel/core": "7.16.7",
29
- "@babel/plugin-transform-runtime": "7.16.7",
30
- "@babel/preset-env": "7.16.7"
+ "@babel/cli": "7.17.10",
+ "@babel/core": "7.18.5",
+ "@babel/plugin-transform-runtime": "7.18.5",
+ "@babel/preset-env": "7.18.2"
31
32
"peerDependencies": {
33
"gatsby": "^4.0.0",
0 commit comments