diff --git a/package.json b/package.json index aefa0d7c7f4e1..7851edd536891 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "packageManager": "yarn@1.21.0", "devDependencies": { "@babel/core": "^7.15.5", "@babel/eslint-parser": "^7.15.4", diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index d5bb1d52a2cc6..4584beb52299f 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -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": { diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 4752ac764fd8e..dddf6aeffe229 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -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", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 12e41c53c6167..900a87e6cbd6e 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -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", @@ -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/"