Skip to content

Commit 20d422a

Browse files
fix(deps): update babel monorepo
1 parent 7451d2f commit 20d422a

File tree

101 files changed

+1062
-1209
lines changed

Some content is hidden

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

101 files changed

+1062
-1209
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
"packages/*"
130130
],
131131
"resolutions": {
132-
"@babel/plugin-transform-modules-commonjs": "7.18.6"
132+
"@babel/plugin-transform-modules-commonjs": "7.27.1"
133133
}
134134
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
12-
"@babel/runtime": "^7.20.13",
13-
"@babel/types": "^7.20.7",
12+
"@babel/runtime": "^7.28.3",
13+
"@babel/types": "^7.28.2",
1414
"gatsby-core-utils": "^4.15.0-next.0"
1515
},
1616
"devDependencies": {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
1212
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
13-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
13+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.19.6",
16-
"@babel/plugin-transform-typescript": "^7.20.13",
17-
"@babel/preset-env": "^7.20.2",
18-
"@babel/preset-flow": "^7.18.6",
19-
"@babel/preset-react": "^7.18.6",
20-
"@babel/runtime": "^7.20.13",
15+
"@babel/plugin-transform-runtime": "^7.28.3",
16+
"@babel/plugin-transform-typescript": "^7.28.0",
17+
"@babel/preset-env": "^7.28.3",
18+
"@babel/preset-flow": "^7.27.1",
19+
"@babel/preset-react": "^7.27.1",
20+
"@babel/runtime": "^7.28.3",
2121
"@sigmacomputing/babel-plugin-lodash": "^3.3.5",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"core-js": "^3.31.0"

packages/babel-preset-gatsby/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@babel/plugin-proposal-class-properties": "^7.18.6",
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
14-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
14+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-classes": "^7.20.7",
17-
"@babel/plugin-transform-runtime": "^7.19.6",
18-
"@babel/plugin-transform-spread": "^7.20.7",
19-
"@babel/preset-env": "^7.20.2",
20-
"@babel/preset-react": "^7.18.6",
21-
"@babel/runtime": "^7.20.13",
16+
"@babel/plugin-transform-classes": "^7.28.3",
17+
"@babel/plugin-transform-runtime": "^7.28.3",
18+
"@babel/plugin-transform-spread": "^7.27.1",
19+
"@babel/preset-env": "^7.28.3",
20+
"@babel/preset-react": "^7.27.1",
21+
"@babel/runtime": "^7.28.3",
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
@@ -42,6 +42,6 @@
4242
},
4343
"author": "Matt Kane <[email protected]>",
4444
"dependencies": {
45-
"@babel/runtime": "^7.20.13"
45+
"@babel/runtime": "^7.28.3"
4646
}
4747
}

packages/gatsby-adapter-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-adapter-netlify#readme",
3333
"dependencies": {
34-
"@babel/runtime": "^7.20.13",
34+
"@babel/runtime": "^7.28.3",
3535
"@netlify/cache-utils": "^5.1.5",
3636
"@netlify/config": "^20.10.0",
3737
"@netlify/functions": "^1.6.0",

packages/gatsby-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/code-frame": "^7.18.6",
14-
"@babel/core": "^7.20.12",
15-
"@babel/generator": "^7.20.14",
16-
"@babel/helper-plugin-utils": "^7.20.2",
17-
"@babel/preset-typescript": "^7.18.6",
18-
"@babel/runtime": "^7.20.13",
19-
"@babel/template": "^7.20.7",
20-
"@babel/types": "^7.20.7",
13+
"@babel/code-frame": "^7.27.1",
14+
"@babel/core": "^7.28.3",
15+
"@babel/generator": "^7.28.3",
16+
"@babel/helper-plugin-utils": "^7.27.1",
17+
"@babel/preset-typescript": "^7.27.1",
18+
"@babel/runtime": "^7.28.3",
19+
"@babel/template": "^7.27.2",
20+
"@babel/types": "^7.28.2",
2121
"@jridgewell/trace-mapping": "^0.3.18",
2222
"@types/common-tags": "^1.8.1",
2323
"better-opn": "^2.1.1",

packages/gatsby-codemods/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.20.12",
27+
"@babel/core": "^7.28.3",
2828
"@babel/plugin-proposal-class-properties": "^7.18.6",
29-
"@babel/plugin-syntax-jsx": "^7.18.6",
30-
"@babel/plugin-syntax-typescript": "^7.20.0",
31-
"@babel/runtime": "^7.20.13",
29+
"@babel/plugin-syntax-jsx": "^7.27.1",
30+
"@babel/plugin-syntax-typescript": "^7.27.1",
31+
"@babel/runtime": "^7.28.3",
3232
"execa": "^5.1.1",
3333
"graphql": "^16.6.0",
3434
"jscodeshift": "0.13.1",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dist/"
6262
],
6363
"dependencies": {
64-
"@babel/runtime": "^7.20.13",
64+
"@babel/runtime": "^7.28.3",
6565
"ci-info": "2.0.0",
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.15.0",

packages/gatsby-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/gatsbyjs/gatsby/issues"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "^7.20.13"
19+
"@babel/runtime": "^7.28.3"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.20.7",

0 commit comments

Comments
 (0)