chore: upgrade deps

This commit is contained in:
三咲智子 Kevin Deng
2025-01-13 10:44:22 +08:00
parent 4df5e18661
commit b82c5903c6
6 changed files with 1975 additions and 2116 deletions

View File

@ -9,17 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.25.6",
"@babel/standalone": "^7.26.5",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.51.0",
"monaco-editor": "^0.52.2",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"terser": "^5.31.6",
"unplugin-replace": "^0.3.3",
"vite": "^5.4.3"
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"terser": "^5.37.0",
"unplugin-replace": "^0.4.0",
"vite": "^6.0.7"
}
}