chore: upgrade deps

This commit is contained in:
三咲智子 Kevin Deng
2025-08-05 17:03:27 +08:00
parent bdbe935add
commit ef38316fb1
8 changed files with 2060 additions and 2295 deletions

View File

@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.27.0",
"@babel/standalone": "^7.28.2",
"@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.2",
"terser": "^5.39.0",
"unplugin-replace": "^0.5.1",
"vite": "^6.2.5"
"@vitejs/plugin-vue-jsx": "^5.0.1",
"terser": "^5.43.1",
"unplugin-replace": "^0.6.0",
"vite": "^7.0.6"
}
}