Fix bug in list search that was introduced by sort order work.
[quanweb.git] / js / package.json
index 3836a14823cfad707e113820f3f79ca4bcb5b705..913bc59d746c2e92f3163d2822adb100301205ed 100644 (file)
@@ -4,7 +4,7 @@
   "description": "E-Book Library Web User Interface",
   "license": "GPL-3.0+",
   "devDependencies": {
-    "grunt": "^1.0.1",
+    "grunt": "^1.0.4",
     "grunt-contrib-concat": "^1.0.1",
     "grunt-contrib-jshint": "~0.10.0",
     "grunt-contrib-nodeunit": "~0.4.1",
@@ -15,7 +15,7 @@
     "karma": "^2.0.0",
     "karma-chrome-launcher": "^2.2.0",
     "karma-jasmine": "^1.1.1",
-    "mocha": "^4.0.1",
+    "mocha": "^4.0.1"
   },
   "scripts": {
     "test": "./node_modules/karma/bin/karma start karma.conf.js"