Skip to content

Commit b5ee9b7

Browse files
fix(deps): update babel monorepo to v8
1 parent b570234 commit b5ee9b7

4 files changed

Lines changed: 262 additions & 71 deletions

File tree

packages/plugin-vue-jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.29.7",
39-
"@babel/plugin-syntax-typescript": "^7.29.7",
40-
"@babel/plugin-transform-typescript": "^7.29.7",
38+
"@babel/core": "^8.0.1",
39+
"@babel/plugin-syntax-typescript": "^8.0.3",
40+
"@babel/plugin-transform-typescript": "^8.0.1",
4141
"@rolldown/pluginutils": "^1.0.1",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@babel/types": "^7.29.7",
42+
"@babel/types": "^8.0.4",
4343
"@jridgewell/gen-mapping": "^0.3.13",
4444
"@jridgewell/trace-mapping": "^0.3.31",
4545
"obug": "^2.1.4",

playground/vue-jsx-ts-built-in/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vue": "catalog:"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-syntax-decorators": "^7.29.7",
16+
"@babel/plugin-syntax-decorators": "^8.0.1",
1717
"@rollup/plugin-swc": "^0.4.1",
1818
"@swc/core": "^1.15.46",
1919
"@vitejs/plugin-vue": "workspace:*",

0 commit comments

Comments
 (0)