Selaa lähdekoodia

bump dev deps

Evan You 9 vuotta sitten
vanhempi
commit
638d1820c2
3 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 1 1
      build/nightwatch.config.js
  2. 5 5
      package.json
  3. 1 1
      test/unit/features/options/functional.spec.js

+ 1 - 1
build/nightwatch.config.js

@@ -7,7 +7,7 @@ module.exports = {
 
   'selenium': {
     'start_process': true,
-    'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.0.jar',
+    'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
     'host': '127.0.0.1',
     'port': 4444,
     'cli_args': {

+ 5 - 5
package.json

@@ -54,17 +54,17 @@
     "cross-spawn": "^4.0.0",
     "de-indent": "^1.0.2",
     "entities": "^1.1.1",
-    "eslint": "^2.11.0",
+    "eslint": "^3.4.0",
     "eslint-config-vue": "^1.0.3",
     "eslint-loader": "^1.3.0",
-    "eslint-plugin-flow-vars": "^0.4.0",
+    "eslint-plugin-flow-vars": "^0.5.0",
     "flow-bin": "^0.27.0",
     "flow-remove-types": "github:yyx990803/flow-remove-types",
     "http-server": "^0.9.0",
     "jasmine": "^2.4.1",
     "jasmine-core": "^2.4.1",
     "karma": "^1.1.0",
-    "karma-chrome-launcher": "^1.0.1",
+    "karma-chrome-launcher": "^2.0.0",
     "karma-coverage": "^1.0.0",
     "karma-firefox-launcher": "^1.0.0",
     "karma-jasmine": "^1.0.2",
@@ -78,13 +78,13 @@
     "nightwatch": "^0.9.0",
     "nightwatch-helpers": "^1.2.0",
     "phantomjs-prebuilt": "^2.1.1",
-    "rollup": "^0.33.0",
+    "rollup": "^0.34.10",
     "rollup-plugin-alias": "^1.2.0",
     "rollup-plugin-babel": "^2.4.0",
     "rollup-plugin-buble": "^0.13.0",
     "rollup-plugin-replace": "^1.1.0",
     "rollup-watch": "^2.5.0",
-    "selenium-server": "2.53.0",
+    "selenium-server": "2.53.1",
     "uglify-js": "^2.6.2",
     "webpack": "^1.13.2"
   }

+ 1 - 1
test/unit/features/options/functional.spec.js

@@ -53,7 +53,7 @@ describe('Options functional', () => {
         validate: {
           functional: true,
           props: ['field'],
-          render (h, { props, children, data: { on } }) {
+          render (h, { props, children, data: { on }}) {
             props.child = children[0]
             return h('validate-control', { props, on })
           }