Skip to content

Commit

Permalink
fix: add missing dependencies (#36230)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Jul 26, 2022
1 parent 3b141a2 commit 5443479
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
@@ -1,4 +1,5 @@
{
"packageManager": "yarn@1.21.0",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-remove-graphql-queries/package.json
Expand Up @@ -10,6 +10,7 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/types": "^7.15.4",
"gatsby-core-utils": "^3.20.0-next.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-page-creator/package.json
Expand Up @@ -29,6 +29,7 @@
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.20.0-next.0",
"gatsby-page-utils": "^2.20.0-next.0",
"gatsby-plugin-utils": "^3.14.0-next.1",
Expand Down
4 changes: 3 additions & 1 deletion packages/gatsby-plugin-utils/package.json
Expand Up @@ -48,6 +48,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"@gatsbyjs/potrace": "^2.2.0",
"fastq": "^1.13.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.20.0-next.0",
"gatsby-sharp": "^0.14.0-next.0",
Expand All @@ -68,7 +69,8 @@
"typescript": "^4.7.2"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
"gatsby": "^4.0.0-next",
"graphql": "^15.0.0"
},
"files": [
"dist/"
Expand Down

0 comments on commit 5443479

Please sign in to comment.