chore: upgrade deps

This commit is contained in:
三咲智子 Kevin Deng
2025-04-01 10:50:25 +08:00
parent cdf1637d2a
commit 9722940c2e
5 changed files with 1146 additions and 1504 deletions

View File

@ -34,18 +34,18 @@
"@babel/helper-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/template": "^7.26.9",
"@babel/traverse": "^7.26.9",
"@babel/types": "^7.26.9",
"@babel/template": "^7.27.0",
"@babel/traverse": "^7.27.0",
"@babel/types": "^7.27.0",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"@vue/shared": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/babel__traverse": "^7.20.7",
"@vue/test-utils": "^2.4.6",
"regenerator-runtime": "^0.14.1",
"vue": "catalog:"

View File

@ -48,11 +48,11 @@
"@babel/code-frame": "^7.26.2",
"@babel/helper-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/parser": "^7.26.9",
"@babel/parser": "^7.27.0",
"@vue/compiler-sfc": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/core": "^7.26.10",
"@types/babel__code-frame": "^7.0.6",
"vue": "catalog:"
}

View File

@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.26.9",
"@babel/standalone": "^7.27.0",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.52.2",
@ -17,9 +17,9 @@
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"terser": "^5.39.0",
"unplugin-replace": "^0.5.1",
"vite": "^6.2.1"
"vite": "^6.2.4"
}
}