summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-09 10:20:47 +0100
committerGitHub <noreply@github.com>2022-12-09 10:20:47 +0100
commit3fec3bf90bef36b26efe5e47a92bf5a8041a207b (patch)
treed47466cd942fd6124f8528c1e8ae37e5dc951374 /package.json
parent9da2210f121085e998dc7cedb783bc4568390b92 (diff)
downloaddjango-3fec3bf90bef36b26efe5e47a92bf5a8041a207b.tar.gz
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2428f298f0..26dce69fe6 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^8.24.0",
- "puppeteer": "^14.1.1",
+ "eslint": "^8.29.0",
+ "puppeteer": "^18.1.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^6.1.0",
- "qunit": "^2.19.1"
+ "grunt-contrib-qunit": "^6.2.1",
+ "qunit": "^2.19.3"
}
}