浏览代码

Newer Grunt and jQuery versions

JC Brand 9 年之前
父节点
当前提交
35f222d339
共有 2 个文件被更改,包括 7 次插入8 次删除
  1. 2 2
      bower.json
  2. 5 6
      package.json

+ 2 - 2
bower.json

@@ -9,7 +9,7 @@
   },
   "dependencies": {
     "requirejs": "~2.2.0",
-    "jquery": "1.12.2",
+    "jquery": "1.12.3",
     "jed": "0.5.4",
     "underscore": "~1.8.3",
     "backbone": "1.1.2",
@@ -32,7 +32,7 @@
   "resolutions": {
     "backbone": "1.1.2",
     "requirejs": "~2.2.0",
-    "jquery": "1.12.2",
+    "jquery": "1.12.3",
     "sinon": "^1.17.3"
   },
   "exportsOverride": {},

+ 5 - 6
package.json

@@ -33,14 +33,13 @@
   },
   "devDependencies": {
     "bower": "latest",
-    "grunt": "~0.4.4",
-    "grunt-cli": "~0.1.13",
-    "grunt-contrib-cssmin": "~0.9.0",
-    "grunt-contrib-jst": "~0.6.0",
-    "grunt-json": "^0.1.3",
+    "grunt": "^1.0.1",
+    "grunt-cli": "^1.1.0",
+    "grunt-contrib-cssmin": "~1.0.1",
+    "grunt-contrib-jst": "~1.0.0",
+    "grunt-json": "^0.2.0",
     "http-server": "^0.7.4",
     "jshint": "^2.8.0",
-    "less": "~1.7.0",
     "phantom-jasmine": "0.1.8",
     "phantomjs": "~1.9.7-1",
     "po2json": "^0.3.0"