aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-05-25 18:45:31 +0200
committerGuilhem Moulin <guilhem@fripost.org>2026-05-25 19:05:35 +0200
commit55aec34a3568abf5eb2b8fbc854d295115aff8d1 (patch)
tree20be482742daf2fb9c210efeeec2f8a6e1c7e253 /package.json
parent1620d839b9e8cf7688921d64b54dbef560787b3a (diff)
Upgrade vite to 8.0.x.
And adjust configuration accordingly, see https://vite.dev/guide/build#chunking-strategy
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 87745ed..76cffe3 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"@eslint/js": "^10.0.1",
"eslint": "^10.0.3",
"globals": "^17.4.0",
- "vite": "^7.3.1"
+ "vite": "^8.0.14"
},
"dependencies": {
"@fontsource/inter": "^5.2.8",