chore: upgrade vite to v8, laravel-vite-plugin to v3, remove axios, and bump all npm deps

This commit is contained in:
2026-03-19 22:02:31 +01:00
parent edc1da3e9f
commit e18062864d
2 changed files with 1237 additions and 482 deletions

1699
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,22 +12,22 @@
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"dependencies": { "dependencies": {
"@inertiajs/vue3": "^3.0.0-beta", "@inertiajs/vue3": "^3.0.0-beta.3",
"@nuxt/ui": "^4.5.1", "@nuxt/ui": "^4.5.1",
"valibot": "^1.2.0", "valibot": "^1.3.1",
"vue": "^3.5.30" "vue": "^3.5.30"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^7.7.0", "@antfu/eslint-config": "^7.7.3",
"@tailwindcss/vite": "^4.2.1", "@tailwindcss/vite": "^4.2.2",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"eslint": "^10.0.3", "eslint": "^10.0.3",
"jsdom": "^28.1.0", "jsdom": "^29.0.0",
"laravel-vite-plugin": "^2.1.0", "laravel-vite-plugin": "^3.0.0",
"tailwindcss": "^4.2.1", "tailwindcss": "^4.2.2",
"vite": "^7.3.1", "vite": "^8.0.1",
"vitest": "^4.0.18" "vitest": "^4.1.0"
} }
} }