npm update, removed vue dev tools bc bug

This commit is contained in:
2024-10-16 15:45:41 +02:00
parent 2b2c290db0
commit 27e857b9a6
4 changed files with 43 additions and 1389 deletions

View File

@ -18,11 +18,11 @@
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"axios": "^1.7.7",
"phaser": "^3.85.2",
"phaser": "^3.86.0",
"pinia": "^2.1.6",
"socket.io-client": "^4.8.0",
"universal-cookie": "^6.1.3",
"vue": "^3.5.10",
"vue": "^3.5.12",
"zod": "^3.22.2"
},
"devDependencies": {
@ -48,8 +48,7 @@
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "~5.6.2",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6",
"vite": "^5.4.9",
"vitest": "^2.0.3",
"vue-tsc": "^1.6.5"
}