瀏覽代碼

Updated deps and started using the ^ semver range.

Piotrek Koszuliński 10 年之前
父節點
當前提交
0757275b29
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      packages/ckeditor5-ui/package.json

+ 7 - 7
packages/ckeditor5-ui/package.json

@@ -7,13 +7,13 @@
   ],
   "dependencies": {},
   "devDependencies": {
-    "grunt": "~0",
-    "grunt-jscs": "~1",
-    "grunt-contrib-jshint": "~0",
-    "grunt-githooks": "~0",
-    "shelljs": "~0",
-    "lodash-cli": "~2.4.2",
-    "grunt-lodash": "~0.3.0"
+    "grunt": "^0",
+    "grunt-jscs": "^2.0.0",
+    "grunt-contrib-jshint": "^0",
+    "grunt-githooks": "^0",
+    "shelljs": "^0",
+    "lodash-cli": "^3",
+    "grunt-lodash": "^0.4.0"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",