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

@ -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"
}
}