Browse Source

update dev deps

Robin Herbots 10 years ago
parent
commit
1fb6d4827e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package.json

+ 4 - 4
package.json

@@ -1,6 +1,6 @@
 {
   "name": "jquery.inputmask",
-  "version": "3.1.62-79",
+  "version": "3.1.62-80",
   "description": "jquery.inputmask is a jquery plugin which create an input mask.",
   "main": "./dist/inputmask/jquery.inputmask.js",
   "scripts": {
@@ -32,12 +32,12 @@
   },
   "devDependencies": {
     "grunt": "^0.4.5",
-    "grunt-bump": "^0.1.0",
+    "grunt-bump": "^0.3.0",
     "grunt-contrib-clean": "^0.6.0",
     "grunt-contrib-qunit": "^0.5.2",
-    "grunt-contrib-uglify": "^0.7.0",
+    "grunt-contrib-uglify": "^0.8.0",
     "grunt-nuget": "^0.1.3",
-    "grunt-release": "^0.11.0",
+    "grunt-release": "^0.12.0",
     "grunt-shell": "^1.1.1",
     "jquery": ">=1.7"
   }