fix: update vite for stomp proxy exception

This commit is contained in:
yangsy
2025-11-05 15:01:29 +08:00
parent b5806ad1d0
commit c5f916757e
3 changed files with 127 additions and 99 deletions

View File

@@ -16,7 +16,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@stomp/stompjs": "^7.1.1",
"@stomp/stompjs": "^7.2.1",
"@tanstack/vue-query": "^5.83.1",
"@tanstack/vue-query-devtools": "^5.84.0",
"@vueuse/core": "^13.6.0",
@@ -56,7 +56,7 @@
"prettier": "3.6.2",
"tsx": "^4.20.5",
"typescript": "~5.8.0",
"vite": "^7.0.6",
"vite": "^7.1.12",
"vite-plugin-vue-devtools": "^8.0.0",
"vue-tsc": "^3.0.4"
},