chore: upgrade deps

This commit is contained in:
Kevin Deng
2026-05-02 15:18:47 +09:00
parent 69deadb0ad
commit 2ff807278e
6 changed files with 2384 additions and 3164 deletions

View File

@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.28.5",
"@babel/standalone": "^7.29.3",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.55.1",
@@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"vite": "npm:rolldown-vite@latest"
"@vitejs/plugin-vue-jsx": "^5.1.5",
"vite": "^8.0.10"
}
}