chore: upgrade deps

This commit is contained in:
Kevin Deng
2025-11-26 17:13:06 +08:00
parent 5279b2eb69
commit fe5d81b52b
6 changed files with 1090 additions and 1534 deletions

View File

@@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.28.4",
"@babel/standalone": "^7.28.5",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.54.0",
"monaco-editor": "^0.55.1",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"vite": "npm:rolldown-vite@latest"
}
}