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

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