Skip to content

Commit 13a0a9e

Browse files
fix(deps): update babel monorepo (#37568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <[email protected]>
1 parent 1fef624 commit 13a0a9e

File tree

107 files changed

+257
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+257
-233
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"packageManager": "[email protected]",
33
"devDependencies": {
4-
"@babel/core": "^7.20.7",
4+
"@babel/core": "^7.20.12",
55
"@babel/eslint-parser": "^7.19.1",
66
"@babel/eslint-plugin": "^7.19.1",
77
"@babel/node": "^7.20.7",
8-
"@babel/plugin-transform-typescript": "^7.20.7",
9-
"@babel/runtime": "^7.20.7",
8+
"@babel/plugin-transform-typescript": "^7.20.13",
9+
"@babel/runtime": "^7.20.13",
1010
"@lerna/prompt": "3.18.5",
1111
"@types/babel__code-frame": "^7.0.3",
1212
"@types/better-queue": "^3.8.3",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
12-
"@babel/runtime": "^7.20.7",
12+
"@babel/runtime": "^7.20.13",
1313
"@babel/types": "^7.20.7",
1414
"gatsby-core-utils": "^4.6.0-next.0"
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",
18-
"@babel/core": "^7.20.7",
18+
"@babel/core": "^7.20.12",
1919
"babel-preset-gatsby-package": "^3.6.0-next.0",
2020
"cross-env": "^7.0.3"
2121
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
1515
"@babel/plugin-transform-runtime": "^7.19.6",
16-
"@babel/plugin-transform-typescript": "^7.20.7",
16+
"@babel/plugin-transform-typescript": "^7.20.13",
1717
"@babel/preset-env": "^7.20.2",
1818
"@babel/preset-flow": "^7.18.6",
1919
"@babel/preset-react": "^7.18.6",
20-
"@babel/runtime": "^7.20.7",
20+
"@babel/runtime": "^7.20.13",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-lodash": "^3.3.4",
2323
"core-js": "^3.22.3"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "^7.20.7",
27-
"@babel/core": "^7.20.7",
27+
"@babel/core": "^7.20.12",
2828
"@babel/helper-plugin-test-runner": "7.18.6",
2929
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
3030
"@types/babel__core": "^7.20.0",

packages/babel-preset-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/plugin-transform-spread": "^7.20.7",
1919
"@babel/preset-env": "^7.20.2",
2020
"@babel/preset-react": "^7.18.6",
21-
"@babel/runtime": "^7.20.7",
21+
"@babel/runtime": "^7.20.13",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",

packages/create-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
},
4242
"author": "Matt Kane <[email protected]>",
4343
"dependencies": {
44-
"@babel/runtime": "^7.20.7"
44+
"@babel/runtime": "^7.20.13"
4545
}
4646
}

packages/gatsby-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@babel/code-frame": "^7.18.6",
14-
"@babel/core": "^7.20.7",
15-
"@babel/generator": "^7.20.7",
14+
"@babel/core": "^7.20.12",
15+
"@babel/generator": "^7.20.14",
1616
"@babel/helper-plugin-utils": "^7.20.2",
1717
"@babel/preset-typescript": "^7.18.6",
18-
"@babel/runtime": "^7.20.7",
18+
"@babel/runtime": "^7.20.13",
1919
"@babel/template": "^7.20.7",
2020
"@babel/types": "^7.20.7",
2121
"@jridgewell/trace-mapping": "^0.3.17",

packages/gatsby-codemods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.20.7",
27+
"@babel/core": "^7.20.12",
2828
"@babel/plugin-proposal-class-properties": "^7.18.6",
2929
"@babel/plugin-syntax-jsx": "^7.18.6",
3030
"@babel/plugin-syntax-typescript": "^7.20.0",
31-
"@babel/runtime": "^7.20.7",
31+
"@babel/runtime": "^7.20.13",
3232
"execa": "^5.1.1",
3333
"graphql": "^16.6.0",
3434
"jscodeshift": "0.13.1",

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dist/"
6262
],
6363
"dependencies": {
64-
"@babel/runtime": "^7.20.7",
64+
"@babel/runtime": "^7.20.13",
6565
"ci-info": "2.0.0",
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.13.0",
@@ -80,7 +80,7 @@
8080
},
8181
"devDependencies": {
8282
"@babel/cli": "^7.20.7",
83-
"@babel/core": "^7.20.7",
83+
"@babel/core": "^7.20.12",
8484
"@types/ci-info": "2.0.0",
8585
"babel-preset-gatsby-package": "^3.6.0-next.0",
8686
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"url": "https://github.com/gatsbyjs/gatsby/issues"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.20.7"
18+
"@babel/runtime": "^7.20.13"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",
22-
"@babel/core": "^7.20.7",
22+
"@babel/core": "^7.20.12",
2323
"babel-preset-gatsby-package": "^3.6.0-next.0",
2424
"cross-env": "^7.0.3"
2525
},

packages/gatsby-design-tokens/package.json

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

packages/gatsby-dev-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.20.7",
13+
"@babel/runtime": "^7.20.13",
1414
"chokidar": "^3.5.3",
1515
"configstore": "^5.0.1",
1616
"del": "^6.1.1",
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@babel/cli": "^7.20.7",
29-
"@babel/core": "^7.20.7",
29+
"@babel/core": "^7.20.12",
3030
"babel-preset-gatsby-package": "^3.6.0-next.0",
3131
"cross-env": "^7.0.3"
3232
},

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@babel/core": "^7.20.7",
36+
"@babel/core": "^7.20.12",
3737
"@babel/plugin-proposal-class-properties": "^7.18.6",
3838
"@babel/plugin-transform-runtime": "^7.19.6",
3939
"@babel/preset-env": "^7.20.2",

packages/gatsby-legacy-polyfills/package.json

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

packages/gatsby-page-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2828
"dependencies": {
29-
"@babel/runtime": "^7.20.7",
29+
"@babel/runtime": "^7.20.13",
3030
"bluebird": "^3.7.2",
3131
"chokidar": "^3.5.3",
3232
"fs-exists-cached": "^1.0.0",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "^7.20.7",
40-
"@babel/core": "^7.20.7",
40+
"@babel/core": "^7.20.12",
4141
"@types/micromatch": "^4.0.2",
4242
"babel-preset-gatsby-package": "^3.6.0-next.0",
4343
"cross-env": "^7.0.3",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@babel/runtime": "^7.20.7",
19+
"@babel/runtime": "^7.20.13",
2020
"@parcel/namer-default": "2.8.3",
2121
"@parcel/plugin": "2.8.3",
2222
"gatsby-core-utils": "^4.6.0-next.0"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.20.7",
26-
"@babel/core": "^7.20.7",
26+
"@babel/core": "^7.20.12",
2727
"babel-preset-gatsby-package": "^3.6.0-next.0",
2828
"cross-env": "^7.0.3"
2929
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",
18-
"@babel/core": "^7.20.7",
18+
"@babel/core": "^7.20.12",
1919
"babel-preset-gatsby-package": "^3.6.0-next.0"
2020
},
2121
"dependencies": {
22-
"@babel/runtime": "^7.20.7",
22+
"@babel/runtime": "^7.20.13",
2323
"fast-glob": "^3.2.12",
2424
"gatsby-core-utils": "^4.6.0-next.0",
2525
"node-fetch": "^2.6.8"

packages/gatsby-plugin-canonical-urls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7"
10+
"@babel/runtime": "^7.20.13"
1111
},
1212
"devDependencies": {
1313
"@babel/cli": "^7.20.7",
14-
"@babel/core": "^7.20.7",
14+
"@babel/core": "^7.20.12",
1515
"babel-preset-gatsby-package": "^3.6.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-catch-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7",
10+
"@babel/runtime": "^7.20.13",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.20.7",
15-
"@babel/core": "^7.20.7",
15+
"@babel/core": "^7.20.12",
1616
"babel-preset-gatsby-package": "^3.6.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-coffeescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Noah Lange <[email protected]>"
1111
],
1212
"dependencies": {
13-
"@babel/runtime": "^7.20.7",
13+
"@babel/runtime": "^7.20.13",
1414
"coffee-loader": "^0.9.0",
1515
"coffee-react-transform": "^5.0.0",
1616
"coffeescript": "^2.7.0"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.20.7",
20-
"@babel/core": "^7.20.7",
20+
"@babel/core": "^7.20.12",
2121
"babel-preset-gatsby-package": "^3.6.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7"
10+
"@babel/runtime": "^7.20.13"
1111
},
1212
"devDependencies": {
1313
"@babel/cli": "^7.20.7",
14-
"@babel/core": "^7.20.7",
14+
"@babel/core": "^7.20.12",
1515
"babel-preset-gatsby-package": "^3.6.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",

packages/gatsby-plugin-emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7",
10+
"@babel/runtime": "^7.20.13",
1111
"@emotion/babel-preset-css-prop": "^11.10.0"
1212
},
1313
"devDependencies": {
1414
"@babel/cli": "^7.20.7",
15-
"@babel/core": "^7.20.7",
15+
"@babel/core": "^7.20.12",
1616
"babel-preset-gatsby-package": "^3.6.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-facebook-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7"
10+
"@babel/runtime": "^7.20.13"
1111
},
1212
"devDependencies": {
1313
"@babel/cli": "^7.20.7",
14-
"@babel/core": "^7.20.7",
14+
"@babel/core": "^7.20.12",
1515
"babel-preset-gatsby-package": "^3.6.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7",
10+
"@babel/runtime": "^7.20.13",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
1313
"fs-extra": "^11.1.0",
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.20.7",
20-
"@babel/core": "^7.20.7",
20+
"@babel/core": "^7.20.12",
2121
"babel-preset-gatsby-package": "^3.6.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},

packages/gatsby-plugin-flow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@babel/preset-flow": "^7.18.6",
28-
"@babel/runtime": "^7.20.7"
28+
"@babel/runtime": "^7.20.13"
2929
},
3030
"devDependencies": {
3131
"@babel/cli": "^7.20.7",
32-
"@babel/core": "^7.20.7",
32+
"@babel/core": "^7.20.12",
3333
"babel-preset-gatsby-package": "^3.6.0-next.0",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-utils": "^4.6.0-next.1"

packages/gatsby-plugin-fullstory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/runtime": "^7.20.7"
27+
"@babel/runtime": "^7.20.13"
2828
},
2929
"devDependencies": {
3030
"@babel/cli": "^7.20.7",
31-
"@babel/core": "^7.20.7",
31+
"@babel/core": "^7.20.12",
3232
"babel-preset-gatsby-package": "^3.6.0-next.0",
3333
"cross-env": "^7.0.3"
3434
},

packages/gatsby-plugin-gatsby-cloud/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7",
10+
"@babel/runtime": "^7.20.13",
1111
"fs-extra": "^11.1.0",
1212
"gatsby-core-utils": "^4.6.0-next.0",
1313
"gatsby-telemetry": "^4.6.0-next.0",
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.20.7",
20-
"@babel/core": "^7.20.7",
20+
"@babel/core": "^7.20.12",
2121
"babel-preset-gatsby-package": "^3.6.0-next.0",
2222
"cross-env": "^7.0.3",
2323
"del-cli": "^3.0.1",

packages/gatsby-plugin-google-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.20.7",
10+
"@babel/runtime": "^7.20.13",
1111
"minimatch": "^3.1.2",
1212
"web-vitals": "^1.1.2"
1313
},
1414
"devDependencies": {
1515
"@babel/cli": "^7.20.7",
16-
"@babel/core": "^7.20.7",
16+
"@babel/core": "^7.20.12",
1717
"@testing-library/react": "^11.2.7",
1818
"babel-preset-gatsby-package": "^3.6.0-next.0",
1919
"cross-env": "^7.0.3"

0 commit comments

Comments
 (0)