Skip to content

Commit 401b358

Browse files
ascorbicgatsbybot
andauthored
chore: add missing @babel/runtime dependencies (#32954)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 4 additions & 1 deletion
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 <matt@gatsbyjs.com>"
45+
"author": "Matt Kane <matt@gatsbyjs.com>",
46+
"dependencies": {
47+
"@babel/runtime": "^7.14.8"
48+
}
4649
}

packages/gatsby-admin/package.json

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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": {

0 commit comments

Comments
 (0)