chore: upgrade deps

This commit is contained in:
Kevin Deng
2025-10-07 00:20:29 +08:00
parent e5169ffede
commit 9c44facdc9
8 changed files with 1402 additions and 1393 deletions

View File

@@ -31,15 +31,15 @@
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.2",
"@babel/traverse": "^7.28.4",
"@babel/types": "^7.28.4",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"@vue/shared": "^3.5.18"
"@vue/shared": "^3.5.22"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.28.0",
"@vue/test-utils": "^2.4.6",

View File

@@ -44,11 +44,11 @@
"@babel/code-frame": "^7.27.1",
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/parser": "^7.28.0",
"@vue/compiler-sfc": "^3.5.18"
"@babel/parser": "^7.28.4",
"@vue/compiler-sfc": "^3.5.22"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/core": "^7.28.4",
"@types/babel__code-frame": "^7.0.6",
"vue": "catalog:"
}

View File

@@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.28.2",
"@babel/standalone": "^7.28.4",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.52.2",
"monaco-editor": "^0.54.0",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^5.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"vite": "npm:rolldown-vite@latest"
}
}

View File

@@ -7,8 +7,8 @@ export default defineConfig({
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
},
},
experimental: {
enableNativePlugin: true,
define: {
'process.env.BABEL_TYPES_8_BREAKING': 'false',
},
plugins: [VueJSX()],
});