summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-02-13 20:51:53 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-14 19:41:11 +0100
commit3b2685b01c775b26764ce96d58c404bead3075a5 (patch)
tree0cff37deaa2ed40bf15838e27a701ab2225cd892 /package.json
parent5cde08f702c1db7646c0c1c8f9d72d01067310df (diff)
[4.2.x] Bumped versions in pre-commit and npm configurations.
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 26dce69fe6..89a1feca85 100644
--- a/package.json
+++ b/package.json
@@ -6,14 +6,14 @@
"test": "grunt test --verbose"
},
"engines": {
- "npm": ">=1.3.0 <3.0.0"
+ "npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^8.29.0",
- "puppeteer": "^18.1.0",
- "grunt": "^1.5.3",
+ "eslint": "^8.34.0",
+ "puppeteer": "^19.7.0",
+ "grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
- "qunit": "^2.19.3"
+ "qunit": "^2.19.4"
}
}