Просмотр исходного кода

updated dependencies to latest, with better control ranges (#2780)

Blake Newman 10 лет назад
Родитель
Сommit
5ec4246472
1 измененных файлов с 35 добавлено и 35 удалено
  1. 35 35
      package.json

+ 35 - 35
package.json

@@ -35,40 +35,40 @@
   },
   },
   "homepage": "https://github.com/vuejs/vue#readme",
   "homepage": "https://github.com/vuejs/vue#readme",
   "devDependencies": {
   "devDependencies": {
-    "babel-core": "^6.0.0",
-    "babel-loader": "^6.0.0",
-    "babel-preset-es2015": "^6.0.0",
-    "babel-preset-es2015-rollup-vue": "^1.0.0",
-    "chromedriver": "^2.21.2",
-    "cross-spawn": "^2.1.5",
-    "entities": "^1.1.1",
-    "eslint": "^2.7.0",
-    "eslint-config-standard": "^5.1.0",
-    "eslint-loader": "^1.3.0",
-    "eslint-plugin-promise": "^1.1.0",
-    "eslint-plugin-standard": "^1.3.2",
-    "http-server": "^0.9.0",
-    "isparta-loader": "^2.0.0",
-    "jasmine": "^2.4.1",
-    "jasmine-core": "^2.4.1",
-    "karma": "^0.13.15",
-    "karma-chrome-launcher": "^0.2.3",
-    "karma-coverage": "^0.5.5",
-    "karma-firefox-launcher": "^0.1.7",
-    "karma-jasmine": "^0.3.8",
-    "karma-phantomjs-launcher": "^1.0.0",
-    "karma-safari-launcher": "^0.1.1",
-    "karma-sourcemap-loader": "^0.3.7",
-    "karma-spec-reporter": "0.0.24",
-    "karma-webpack": "^1.7.0",
-    "nightwatch": "^0.8.18",
-    "phantomjs-prebuilt": "^2.1.3",
-    "rollup": "^0.25.8",
-    "rollup-plugin-alias": "^1.2.0",
-    "rollup-plugin-babel": "^2.4.0",
-    "rollup-plugin-replace": "^1.1.0",
-    "selenium-server": "2.53.0",
-    "uglify-js": "^2.6.2",
-    "webpack": "^1.12.14"
+    "babel-core": "6.7.x",
+    "babel-loader": "6.2.x",
+    "babel-preset-es2015": "6.6.x",
+    "babel-preset-es2015-rollup-vue": "1.0.x",
+    "chromedriver": "2.21.x",
+    "cross-spawn": "2.2.x",
+    "entities": "1.1.x",
+    "eslint": "2.9.x",
+    "eslint-config-standard": "5.2.x",
+    "eslint-loader": "1.3.x",
+    "eslint-plugin-promise": "1.1.x",
+    "eslint-plugin-standard": "1.3.x",
+    "http-server": "0.9.x",
+    "isparta-loader": "2.0.x",
+    "jasmine": "2.4.x",
+    "jasmine-core": "2.4.x",
+    "karma": "0.13.x",
+    "karma-chrome-launcher": "0.2.x",
+    "karma-coverage": "0.5.x",
+    "karma-firefox-launcher": "0.1.x",
+    "karma-jasmine": "0.3.x",
+    "karma-phantomjs-launcher": "1.0.x",
+    "karma-safari-launcher": "0.1.x",
+    "karma-sourcemap-loader": "0.3.x",
+    "karma-spec-reporter": "0.0.x",
+    "karma-webpack": "1.7.x",
+    "nightwatch": "0.8.x",
+    "phantomjs-prebuilt": "2.1.x",
+    "rollup": "0.26.x",
+    "rollup-plugin-alias": "1.2.x",
+    "rollup-plugin-babel": "2.4.x",
+    "rollup-plugin-replace": "1.1.x",
+    "selenium-server": "2.53.x",
+    "uglify-js": "2.6.x",
+    "webpack": "1.13.x"
   }
   }
 }
 }