1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore: upgrade to vite 6 (#15508)

chore: upgrade to vite 5
This commit is contained in:
Daniel Dietzler
2025-01-22 21:18:04 +01:00
committed by GitHub
parent 49a6961ec6
commit 7b71c145c8
6 changed files with 906 additions and 683 deletions

650
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^5.2.6",
"@testing-library/user-event": "^14.5.2",
@@ -40,7 +40,7 @@
"@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.0",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
@@ -60,8 +60,8 @@
"tailwindcss": "^3.4.17",
"tslib": "^2.6.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vitest": "^2.0.5"
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"type": "module",
"dependencies": {