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
2023-10-23 08:58:30 +02:00
committed by GitHub
parent 68d0159b6d
commit 7fcf4f2f0f
2 changed files with 8 additions and 8 deletions

View File

@@ -9,11 +9,11 @@
"npm": ">=1.3.0"
},
"devDependencies": {
"eslint": "^8.49.0",
"puppeteer": "^21.1.1",
"eslint": "^8.52.0",
"puppeteer": "^21.4.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^7.0.0",
"qunit": "^2.19.4"
"grunt-contrib-qunit": "^8.0.1",
"qunit": "^2.20.0"
}
}