summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:36:28 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:36:28 +0200
commitb3c989fd44fd264ae18921d416143cd24639aa9d (patch)
tree6e1a7243c4b9ff62e32c7a15e1b4e33a8ad488ce /client/package.json
parent347245a278227e2f6694ae73b2d6465e967ce2a6 (diff)
client: Update vite to 7.1.2
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index 8730d19..247c5b0 100644
--- a/client/package.json
+++ b/client/package.json
@@ -31,8 +31,8 @@
"svelte-check": "^4.3.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
- "vite": "^6.2.6",
- "vite-plugin-devtools-json": "^0.2.1"
+ "vite": "^7.1.2",
+ "vite-plugin-devtools-json": "^1.0.0"
},
"overrides": {
"@sveltejs/kit": {