Skip to content

Commit 4bf745d

Browse files
committed
update versions
1 parent 1fa4cbf commit 4bf745d

File tree

2 files changed

+377
-1260
lines changed

2 files changed

+377
-1260
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/runtime": "^7.14.8",
1717
"fs-extra": "^10.0.0",
18-
"gatsby-core-utils": "^3.0.0-next.0",
18+
"gatsby-core-utils": "^3.0.0-zz-next.1",
1919
"kebab-hash": "^0.1.2",
2020
"lodash": "^4.17.21",
2121
"webpack-assets-manifest": "^5.0.6"
@@ -27,7 +27,7 @@
2727
"@babel/eslint-plugin": "^7.14.0",
2828
"@typescript-eslint/eslint-plugin": "^4.28.1",
2929
"@typescript-eslint/parser": "^4.28.1",
30-
"babel-preset-gatsby-package": "^1.13.0",
30+
"babel-preset-gatsby-package": "^2.0.0-zz-next.1",
3131
"cross-env": "^7.0.3",
3232
"eslint": "^7.32.0",
3333
"eslint-config-google": "^0.14.0",
@@ -37,8 +37,8 @@
3737
"eslint-plugin-jsx-a11y": "^6.4.1",
3838
"eslint-plugin-prettier": "^4.0.0",
3939
"eslint-plugin-react": "^7.24.0",
40-
"gatsby": "^4.0.0-alpha",
41-
"gatsby-plugin-utils": "^2.0.0-alpha",
40+
"gatsby": "^4.0.0-zz-next.1",
41+
"gatsby-plugin-utils": "^2.0.0-zz-next.1",
4242
"jest": "^27.0.6",
4343
"prettier": "^2.3.2",
4444
"typescript": "^4.3.5"
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"main": "index.js",
5555
"peerDependencies": {
56-
"gatsby": "^4.0.0 || ^4.0.0-alpha"
56+
"gatsby": "^4.0.0-next.0"
5757
},
5858
"repository": {
5959
"type": "git",

0 commit comments

Comments
 (0)