Skip to content

Commit

Permalink
chore(deps): bump @babel/core to v7.23.2 (#4861)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Oct 25, 2023
1 parent 5699cc9 commit 3304d33
Show file tree
Hide file tree
Showing 19 changed files with 737 additions and 642 deletions.
21 changes: 21 additions & 0 deletions .changeset/fair-kids-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@modern-js/babel-plugin-module-resolver': patch
'@modern-js/builder-webpack-provider': patch
'@modern-js/builder-rspack-provider': patch
'@modern-js-app/eslint-config': patch
'@modern-js/builder-shared': patch
'@modern-js/plugin-data-loader': patch
'@modern-js/runtime': patch
'@modern-js/plugin-testing': patch
'@modern-js/babel-compiler': patch
'@modern-js/builder-plugin-vue2': patch
'@modern-js/builder-plugin-swc': patch
'@modern-js/builder-plugin-vue': patch
'@modern-js/plugin-bff': patch
'@modern-js/server': patch
'@modern-js/server-utils': patch
---

chore(deps): bump @babel/core to v7.23.2

chore(deps): 升级 @babel/core 至 v7.23.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/builder-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/builder-shared": "workspace:*",
"@modern-js/server": "workspace:*",
"@modern-js/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/builder-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
}
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/types": "^7.22.15",
"@babel/parser": "^7.22.15",
"@modern-js/prod-server": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/builder-webpack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@modern-js/builder-shared": "workspace:*",
"@modern-js/inspector-webpack-plugin": "1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue-loader": "^17.2.2"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/builder": "workspace:*",
"@modern-js/builder-webpack-provider": "workspace:*",
"@modern-js/builder-rspack-provider": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/plugin-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue-loader": "^15.10.1"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/builder": "workspace:*",
"@modern-js/builder-webpack-provider": "workspace:*",
"@modern-js/builder-rspack-provider": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/bff-core": "workspace:*",
"@modern-js/create-request": "workspace:*",
"@modern-js/server-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-data-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/utils": "workspace:*",
"@modern-js/runtime-utils": "workspace:*",
"@remix-run/node": "^1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/review/eslint-config-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"check": "eslint-find-rules --unused index.js"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@rsbuild/babel-preset": "0.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/types": "^7.22.15",
"cookie": "0.5.0",
"@loadable/babel-plugin": "5.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@modern-js-reduck/plugin-auto-actions": "^1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/babel-plugin-module-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@swc/helpers": "0.5.1"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/preset-env": "^7.22.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/register": "^7.22.15",
"@modern-js/prod-server": "workspace:*",
"@modern-js/server-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/compiler/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.2",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.1"
},
Expand Down
Loading

0 comments on commit 3304d33

Please sign in to comment.