aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-17 13:04:23 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-17 13:04:23 +0200
commitac599999ad03e7b52bba1d32cca4a340645ea09b (patch)
tree04c7f917e8d5562c8199b8b899bc5ec4af09cc7c /package.json
parentef767f00e4c04bf6fcea5edeb13e0d6fcd7d497e (diff)
Upgrade eslint to 9.29.x.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index bbeaa47..f08c3c9 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,9 @@
"serve": "vite preview"
},
"devDependencies": {
- "@eslint/css": "^0.8.1",
- "@eslint/js": "^9.28.0",
- "eslint": "^9.28.0",
+ "@eslint/css": "^0.9.0",
+ "@eslint/js": "^9.29.0",
+ "eslint": "^9.29.0",
"globals": "^16.2.0",
"vite": "^6.3.5"
},