summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2021-01-19 20:06:34 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-19 20:09:17 +0100
commit0bcce2e2462a6898a259e0c821e09ceff34d7dfc (patch)
tree33e498929a523853dfa9fbe706628c04a628f88c /package.json
parentab7478d1d4aeaa816cd723793ae9e8325ad11c33 (diff)
downloaddjango-0bcce2e2462a6898a259e0c821e09ceff34d7dfc.tar.gz
Bumped minimum grunt-contrib-qunit version to 4.0.0.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ab22aba7de..39f902f03d 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"eslint": "^6.8.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
- "grunt-contrib-qunit": "^3.1.0",
+ "grunt-contrib-qunit": "^4.0.0",
"qunit": "^2.9.3"
}
}