Skip to content

Commit 0be4702

Browse files
chore: upgrade @babel/* packages to latest versions (#3968)
Co-authored-by: Claude <[email protected]>
1 parent 588a2fa commit 0be4702

File tree

12 files changed

+1258
-1039
lines changed

12 files changed

+1258
-1039
lines changed

apps/modern-component-data-fetch/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dist/"
2727
],
2828
"dependencies": {
29-
"@babel/runtime": "7.26.0",
29+
"@babel/runtime": "7.28.2",
3030
"@modern-js/runtime": "2.68.0",
3131
"@module-federation/modern-js": "workspace:*",
3232
"antd": "4.24.15",

apps/modern-component-data-fetch/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.0",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/dynamic-nested-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/dynamic-remote-new-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/nested-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/remote-new-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs-ssr/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

apps/modernjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.26.0",
28+
"@babel/runtime": "7.28.2",
2929
"@modern-js/runtime": "2.68.2",
3030
"@module-federation/enhanced": "workspace:*",
3131
"react": "18.3.1",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"unplugin": "1.9.0"
9393
},
9494
"devDependencies": {
95-
"@babel/core": "^7.24.7",
96-
"@babel/plugin-transform-react-jsx": "7.25.9",
97-
"@babel/preset-react": "^7.26.3",
95+
"@babel/core": "^7.28.0",
96+
"@babel/plugin-transform-react-jsx": "7.27.1",
97+
"@babel/preset-react": "^7.27.1",
9898
"@changesets/cli": "^2.27.9",
9999
"@chromatic-com/storybook": "^1.7.0",
100100
"@commitlint/cli": "^19.4.1",
@@ -131,6 +131,7 @@
131131
"@semantic-release/git": "^10.0.1",
132132
"@semantic-release/github": "^11.0.1",
133133
"@semantic-release/npm": "^11.0.0",
134+
"@storybook/addon-docs": "9.0.17",
134135
"@storybook/nextjs": "9.0.9",
135136
"@svgr/webpack": "8.1.0",
136137
"@swc-node/register": "1.10.10",
@@ -178,6 +179,7 @@
178179
"eslint-plugin-react": "7.37.2",
179180
"eslint-plugin-react-hooks": "5.0.0",
180181
"eslint-plugin-simple-import-sort": "12.1.1",
182+
"eslint-plugin-storybook": "9.0.9",
181183
"graceful-fs": "^4.2.11",
182184
"highlight.js": "11.10.0",
183185
"html-webpack-plugin": "5.6.2",
@@ -225,9 +227,7 @@
225227
"webpack-cli": "^5.1.4",
226228
"webpack-virtual-modules": "0.6.2",
227229
"whatwg-fetch": "^3.6.20",
228-
"yargs": "^17.7.2",
229-
"eslint-plugin-storybook": "9.0.9",
230-
"@storybook/addon-docs": "9.0.17"
230+
"yargs": "^17.7.2"
231231
},
232232
"config": {
233233
"commitizen": {

0 commit comments

Comments
 (0)