summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-05-05 21:03:16 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-06 11:42:37 +0200
commit6345a6ff63a8b8af86ee9a025e29984a410c9764 (patch)
treec64afc24bc3da560dcdd8e9b6f301e4fd07e6132 /package.json
parent9a27c76021f934201cccf12215514a3091325ec8 (diff)
Migrated to ESLint 9+.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 51836701e5..88d154cd28 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,9 @@
"npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^8.56.0",
+ "eslint": "^9.2.0",
"puppeteer": "^22.2.0",
+ "globals": "^15.1.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^8.0.1",