Przeglądaj źródła

Update packages

Gaël Métais 10 lat temu
rodzic
commit
52b77468f4
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      bower.json
  2. 2 2
      package.json

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
   "name": "yellowlabtools",
   "dependencies": {
-    "angular": "^1.3.0",
+    "angular": "~1.3.1",
     "ngModal": "git://github.com/gmetais/ngModal.git#1.2.3"
   }
 }

+ 2 - 2
package.json

@@ -11,7 +11,7 @@
     "async": "~0.9.0",
     "socket.io": "~1.2.0",
     "body-parser": "~1.9.2",
-    "compression": "1.2.0"
+    "compression": "~1.2.0"
   },
   "devDependencies": {
     "grunt": "^0.4.5",
@@ -20,7 +20,7 @@
     "grunt-mocha-test": "^0.12.2",
     "grunt-contrib-clean": "^0.6.0",
     "grunt-contrib-copy": "^0.7.0",
-    "grunt-blanket": "0.0.8",
+    "grunt-blanket": "^0.0.8",
     "chai": "^1.9.2",
     "mocha": "^2.0.1",
     "phantomjs": "^1.9.10",