Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: add missing @babel/runtime dependencies (#32954)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
ascorbic and gatsbybot committed Aug 30, 2021
1 parent 1257024 commit 401b358
Show file tree
Hide file tree
Showing 26 changed files with 40 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/package.json
Expand Up @@ -28,5 +28,8 @@
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
1 change: 1 addition & 0 deletions packages/babel-preset-gatsby-package/package.json
Expand Up @@ -17,6 +17,7 @@
"@babel/preset-env": "^7.14.9",
"@babel/preset-flow": "^7.14.0",
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.8",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.10.0"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -42,5 +42,8 @@
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/create-gatsby"
},
"author": "Matt Kane <matt@gatsbyjs.com>"
"author": "Matt Kane <matt@gatsbyjs.com>",
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
3 changes: 3 additions & 0 deletions packages/gatsby-admin/package.json
Expand Up @@ -63,5 +63,8 @@
"build": "node ../gatsby/dist/bin/gatsby.js build --prefix-paths",
"postbuild": "ncp public ../gatsby/gatsby-admin-public",
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
},
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
1 change: 1 addition & 0 deletions packages/gatsby-cli/package.json
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/runtime": "^7.14.8",
"@types/common-tags": "^1.8.0",
"better-opn": "^2.0.0",
"chalk": "^4.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/package.json
Expand Up @@ -29,6 +29,7 @@
"dist/"
],
"dependencies": {
"@babel/runtime": "^7.14.8",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"file-type": "^16.5.3",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-design-tokens/package.json
Expand Up @@ -26,6 +26,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
"dependencies": {
"@babel/runtime": "^7.14.8",
"hex2rgba": "^0.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-legacy-polyfills/package.json
Expand Up @@ -24,6 +24,7 @@
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"core-js-compat": "3.9.0"
},
"files": [
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Expand Up @@ -19,6 +19,7 @@
"babel-preset-gatsby-package": "^1.14.0-next.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"fast-glob": "^3.2.7",
"node-fetch": "^2.6.1",
"uuid": "3.4.0"
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-graphql-config/package.json
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"fs-extra": "^9.1.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-image/package.json
Expand Up @@ -74,6 +74,7 @@
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/parser": "^7.14.9",
"@babel/runtime": "^7.14.8",
"@babel/traverse": "^7.14.9",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^3.14.0-next.0",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-mdx/package.json
Expand Up @@ -26,6 +26,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.8",
"@babel/types": "^7.14.9",
"camelcase-css": "^2.0.1",
"change-case": "^3.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-netlify-cms/package.json
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@soda/friendly-errors-webpack-plugin": "1.8.0",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.3.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/gatsby-plugin-no-sourcemaps/package.json
Expand Up @@ -25,5 +25,8 @@
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
1 change: 1 addition & 0 deletions packages/gatsby-plugin-page-creator/package.json
Expand Up @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/traverse": "^7.14.9",
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.1",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-preact/package.json
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
"@prefresh/babel-plugin": "^0.4.1",
"@prefresh/webpack": "^3.3.2"
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-preload-fonts/package.json
Expand Up @@ -11,6 +11,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"chalk": "^4.1.2",
"date-fns": "^2.21.1",
"fs-extra": "^8.1.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/gatsby-plugin-schema-snapshot/package.json
Expand Up @@ -18,5 +18,8 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-schema-snapshot#readme",
"peerDependencies": {
"gatsby": "^3.0.0-next.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
3 changes: 3 additions & 0 deletions packages/gatsby-plugin-styletron/package.json
Expand Up @@ -39,5 +39,8 @@
},
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8"
}
}
1 change: 1 addition & 0 deletions packages/gatsby-plugin-subfont/package.json
Expand Up @@ -24,6 +24,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.8",
"subfont": "^5.4.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-plugin-utils/package.json
Expand Up @@ -21,6 +21,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme",
"dependencies": {
"@babel/runtime": "^7.14.8",
"joi": "^17.2.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-recipes/package.json
Expand Up @@ -12,6 +12,7 @@
"@babel/helper-plugin-utils": "^7.14.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/runtime": "^7.14.8",
"@babel/standalone": "^7.14.9",
"@babel/template": "^7.14.0",
"@babel/types": "^7.14.9",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-source-shopify/package.json
Expand Up @@ -19,6 +19,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme",
"dependencies": {
"@babel/runtime": "^7.14.8",
"gatsby-core-utils": "^2.14.0-next.0",
"gatsby-source-filesystem": "^3.14.0-next.0",
"node-fetch": "^2.6.1",
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-source-wikipedia/package.json
Expand Up @@ -29,6 +29,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.8",
"bluebird": "^3.7.2",
"node-fetch": "^2.6.1",
"query-string": "^6.13.3"
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby-transformer-screenshot/package.json
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"axios": "^0.21.1",
"better-queue": "^3.8.10"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/gatsby-worker/package.json
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/core": "^7.14.8"
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down

0 comments on commit 401b358

Please sign in to comment.