Skip to content

Commit a40216c

Browse files
committed
chore(deps): update gatsby dep
1 parent 406c42b commit a40216c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 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-alpha-9689ff.24",
18+
"gatsby-core-utils": "^3.0.0-next.0",
1919
"kebab-hash": "^0.1.2",
2020
"lodash": "^4.17.21",
2121
"webpack-assets-manifest": "^5.0.6"
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"main": "index.js",
5555
"peerDependencies": {
56-
"gatsby": "^4.0.0-alpha"
56+
"gatsby": "^4.0.0 || ^4.0.0-alpha"
5757
},
5858
"repository": {
5959
"type": "git",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5441,10 +5441,10 @@ [email protected]+e37a439cea:
54415441
tmp "^0.2.1"
54425442
xdg-basedir "^4.0.0"
54435443

5444-
gatsby-core-utils@^3.0.0-alpha-9689ff.24:
5445-
version "3.0.0-alpha-9689ff.24"
5446-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.0.0-alpha-9689ff.24.tgz#6ebcc5899600f96f8652b8e933c5f054bd4d7b51"
5447-
integrity sha512-8mYw2HgOwrCh3VCEvSjWLuM/c8FXy1h0+TahIA6tUJgsdJxBgquPUoB7KtqRjaiGv04V+kfQMe93YWUhYvp63w==
5444+
gatsby-core-utils@^3.0.0-next.0:
5445+
version "3.0.0-next.0"
5446+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.0.0-next.0.tgz#0acb5bf02b265b249062e1577e70b80210c57146"
5447+
integrity sha512-UlzxhmT1TZJGOWLuDAOcs4huBsk9Bw0FNdgXpr3PGAdhcUzyM8iy6pBlTWZHGX/uItVqo+5H07J2eKJ7i49wBg==
54485448
dependencies:
54495449
"@babel/runtime" "^7.15.4"
54505450
ci-info "2.0.0"

0 commit comments

Comments
 (0)