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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)