1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak
2022-05-21 14:53:37 +02:00
committed by GitHub
parent 90dcf27114
commit f825536b5e
3 changed files with 7 additions and 7 deletions

View File

@@ -9,11 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"puppeteer": "^13.5.1",
"grunt": "^1.4.1",
"eslint": "^8.15.0",
"puppeteer": "^14.1.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^5.1.1",
"qunit": "^2.18.0"
"grunt-contrib-qunit": "^6.1.0",
"qunit": "^2.19.1"
}
}