diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-08-29 08:54:10 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-08-29 08:57:38 +0200 |
commit | 1fbe5549c957771be3a7539ad7f0d5a75fd35089 (patch) | |
tree | 64f3df3797a26ee1f506494d6d3c1e11ab4d28de /package.json | |
parent | 399771dbfee49e781f0eb2f9e023ce4999b7cc08 (diff) |
Uprade vite to 7.1.x.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 76c35db..0144c19 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@eslint/js": "^9.29.0", "eslint": "^9.34.0", "globals": "^16.3.0", - "vite": "^6.3.5" + "vite": "^7.1.3" }, "dependencies": { "@fontsource/inter": "^5.2.6", |