Skip to content

Commit 401b358

Browse files
ascorbicgatsbybot
and
gatsbybot
authored
chore: add missing @babel/runtime dependencies (#32954)
Co-authored-by: gatsbybot <[email protected]>
1 parent 1257024 commit 401b358

File tree

26 files changed

+40
-2
lines changed

26 files changed

+40
-2
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
},
2929
"engines": {
3030
"node": ">=12.13.0"
31+
},
32+
"dependencies": {
33+
"@babel/runtime": "^7.14.8"
3134
}
3235
}

packages/babel-preset-gatsby-package/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@babel/preset-env": "^7.14.9",
1818
"@babel/preset-flow": "^7.14.0",
1919
"@babel/preset-react": "^7.14.0",
20+
"@babel/runtime": "^7.14.8",
2021
"babel-plugin-dynamic-import-node": "^2.3.3",
2122
"core-js": "^3.10.0"
2223
},

packages/create-gatsby/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"url": "https://github.com/gatsbyjs/gatsby.git",
4343
"directory": "packages/create-gatsby"
4444
},
45-
"author": "Matt Kane <[email protected]>"
45+
"author": "Matt Kane <[email protected]>",
46+
"dependencies": {
47+
"@babel/runtime": "^7.14.8"
48+
}
4649
}

packages/gatsby-admin/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@
6363
"build": "node ../gatsby/dist/bin/gatsby.js build --prefix-paths",
6464
"postbuild": "ncp public ../gatsby/gatsby-admin-public",
6565
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
66+
},
67+
"dependencies": {
68+
"@babel/runtime": "^7.14.8"
6669
}
6770
}

packages/gatsby-cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/code-frame": "^7.14.0",
14+
"@babel/runtime": "^7.14.8",
1415
"@types/common-tags": "^1.8.0",
1516
"better-opn": "^2.0.0",
1617
"chalk": "^4.1.2",

packages/gatsby-core-utils/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"dist/"
3030
],
3131
"dependencies": {
32+
"@babel/runtime": "^7.14.8",
3233
"ci-info": "2.0.0",
3334
"configstore": "^5.0.1",
3435
"file-type": "^16.5.3",

packages/gatsby-design-tokens/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
2828
"dependencies": {
29+
"@babel/runtime": "^7.14.8",
2930
"hex2rgba": "^0.0.1"
3031
},
3132
"devDependencies": {

packages/gatsby-legacy-polyfills/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
2525
},
2626
"dependencies": {
27+
"@babel/runtime": "^7.14.8",
2728
"core-js-compat": "3.9.0"
2829
},
2930
"files": [

packages/gatsby-plugin-benchmark-reporting/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"babel-preset-gatsby-package": "^1.14.0-next.0"
2020
},
2121
"dependencies": {
22+
"@babel/runtime": "^7.14.8",
2223
"fast-glob": "^3.2.7",
2324
"node-fetch": "^2.6.1",
2425
"uuid": "3.4.0"

packages/gatsby-plugin-graphql-config/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10+
"@babel/runtime": "^7.14.8",
1011
"fs-extra": "^9.1.0"
1112
},
1213
"devDependencies": {

packages/gatsby-plugin-image/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"dependencies": {
7575
"@babel/code-frame": "^7.14.0",
7676
"@babel/parser": "^7.14.9",
77+
"@babel/runtime": "^7.14.8",
7778
"@babel/traverse": "^7.14.9",
7879
"babel-jsx-utils": "^1.1.0",
7980
"babel-plugin-remove-graphql-queries": "^3.14.0-next.0",

packages/gatsby-plugin-mdx/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
2727
"@babel/preset-env": "^7.14.9",
2828
"@babel/preset-react": "^7.14.0",
29+
"@babel/runtime": "^7.14.8",
2930
"@babel/types": "^7.14.9",
3031
"camelcase-css": "^2.0.1",
3132
"change-case": "^3.1.0",

packages/gatsby-plugin-netlify-cms/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10+
"@babel/runtime": "^7.14.8",
1011
"@soda/friendly-errors-webpack-plugin": "1.8.0",
1112
"copy-webpack-plugin": "^7.0.0",
1213
"html-webpack-plugin": "^5.3.2",

packages/gatsby-plugin-no-sourcemaps/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
},
2626
"engines": {
2727
"node": ">=12.13.0"
28+
},
29+
"dependencies": {
30+
"@babel/runtime": "^7.14.8"
2831
}
2932
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
2626
"dependencies": {
27+
"@babel/runtime": "^7.14.8",
2728
"@babel/traverse": "^7.14.9",
2829
"@sindresorhus/slugify": "^1.1.2",
2930
"chokidar": "^3.5.1",

packages/gatsby-plugin-preact/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10+
"@babel/runtime": "^7.14.8",
1011
"@gatsbyjs/webpack-hot-middleware": "^2.25.2",
1112
"@prefresh/babel-plugin": "^0.4.1",
1213
"@prefresh/webpack": "^3.3.2"

packages/gatsby-plugin-preload-fonts/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"url": "https://github.com/gatsbyjs/gatsby/issues"
1212
},
1313
"dependencies": {
14+
"@babel/runtime": "^7.14.8",
1415
"chalk": "^4.1.2",
1516
"date-fns": "^2.21.1",
1617
"fs-extra": "^8.1.0",

packages/gatsby-plugin-schema-snapshot/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-schema-snapshot#readme",
1919
"peerDependencies": {
2020
"gatsby": "^3.0.0-next.0"
21+
},
22+
"dependencies": {
23+
"@babel/runtime": "^7.14.8"
2124
}
2225
}

packages/gatsby-plugin-styletron/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
},
4040
"engines": {
4141
"node": ">=12.13.0"
42+
},
43+
"dependencies": {
44+
"@babel/runtime": "^7.14.8"
4245
}
4346
}

packages/gatsby-plugin-subfont/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27+
"@babel/runtime": "^7.14.8",
2728
"subfont": "^5.4.1"
2829
},
2930
"devDependencies": {

packages/gatsby-plugin-utils/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme",
2323
"dependencies": {
24+
"@babel/runtime": "^7.14.8",
2425
"joi": "^17.2.1"
2526
},
2627
"devDependencies": {

packages/gatsby-recipes/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@babel/helper-plugin-utils": "^7.14.0",
1313
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
1414
"@babel/plugin-transform-react-jsx": "^7.14.9",
15+
"@babel/runtime": "^7.14.8",
1516
"@babel/standalone": "^7.14.9",
1617
"@babel/template": "^7.14.0",
1718
"@babel/types": "^7.14.9",

packages/gatsby-source-shopify/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme",
2121
"dependencies": {
22+
"@babel/runtime": "^7.14.8",
2223
"gatsby-core-utils": "^2.14.0-next.0",
2324
"gatsby-source-filesystem": "^3.14.0-next.0",
2425
"node-fetch": "^2.6.1",

packages/gatsby-source-wikipedia/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32+
"@babel/runtime": "^7.14.8",
3233
"bluebird": "^3.7.2",
3334
"node-fetch": "^2.6.1",
3435
"query-string": "^6.13.3"

packages/gatsby-transformer-screenshot/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10+
"@babel/runtime": "^7.14.8",
1011
"axios": "^0.21.1",
1112
"better-queue": "^3.8.10"
1213
},

packages/gatsby-worker/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/core": "^7.14.8"
10+
"@babel/core": "^7.14.8",
11+
"@babel/runtime": "^7.14.8"
1112
},
1213
"devDependencies": {
1314
"@babel/cli": "^7.14.8",

0 commit comments

Comments
 (0)