summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-29 09:18:22 +0200
committerGitHub <noreply@github.com>2022-03-29 09:18:22 +0200
commitd407340e7f8463ee885aaa37789d8aef657b73f5 (patch)
tree7d163790d3c32ba42ebbafc3b1153f7fb85aeed9 /package.json
parent010a9d8a4f45252b908337988690c3fad138e334 (diff)
downloaddjango-d407340e7f8463ee885aaa37789d8aef657b73f5.tar.gz
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 61d2b2839f..afaa860f29 100644
--- a/package.json
+++ b/package.json
@@ -9,10 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^7.32.0",
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-qunit": "^4.0.0",
- "qunit": "^2.9.3"
+ "eslint": "^8.3.0",
+ "puppeteer": "^13.5.1",
+ "grunt": "^1.4.1",
+ "grunt-cli": "^1.4.3",
+ "grunt-contrib-qunit": "^5.1.1",
+ "qunit": "^2.18.0"
}
}