Skip to content

Commit 5443479

Browse files
authored
fix: add missing dependencies (#36230)
1 parent 3b141a2 commit 5443479

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"packageManager": "[email protected]",
23
"devDependencies": {
34
"@babel/core": "^7.15.5",
45
"@babel/eslint-parser": "^7.15.4",

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
13+
"@babel/types": "^7.15.4",
1314
"gatsby-core-utils": "^3.20.0-next.0"
1415
},
1516
"devDependencies": {

packages/gatsby-plugin-page-creator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@sindresorhus/slugify": "^1.1.2",
3030
"chokidar": "^3.5.3",
3131
"fs-exists-cached": "^1.0.0",
32+
"fs-extra": "^10.1.0",
3233
"gatsby-core-utils": "^3.20.0-next.0",
3334
"gatsby-page-utils": "^2.20.0-next.0",
3435
"gatsby-plugin-utils": "^3.14.0-next.1",

packages/gatsby-plugin-utils/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.15.4",
5050
"@gatsbyjs/potrace": "^2.2.0",
51+
"fastq": "^1.13.0",
5152
"fs-extra": "^10.1.0",
5253
"gatsby-core-utils": "^3.20.0-next.0",
5354
"gatsby-sharp": "^0.14.0-next.0",
@@ -68,7 +69,8 @@
6869
"typescript": "^4.7.2"
6970
},
7071
"peerDependencies": {
71-
"gatsby": "^4.0.0-next"
72+
"gatsby": "^4.0.0-next",
73+
"graphql": "^15.0.0"
7274
},
7375
"files": [
7476
"dist/"

0 commit comments

Comments
 (0)