Procházet zdrojové kódy

Updated deps and started using the ^ semver range.

Piotrek Koszuliński před 10 roky
rodič
revize
0757275b29
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  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",