Skip to content

Commit 638d182

Browse files
committed
bump dev deps
1 parent c44f68d commit 638d182

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/nightwatch.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77

88
'selenium': {
99
'start_process': true,
10-
'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.0.jar',
10+
'server_path': 'node_modules/selenium-server/lib/runner/selenium-server-standalone-2.53.1.jar',
1111
'host': '127.0.0.1',
1212
'port': 4444,
1313
'cli_args': {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
"cross-spawn": "^4.0.0",
5555
"de-indent": "^1.0.2",
5656
"entities": "^1.1.1",
57-
"eslint": "^2.11.0",
57+
"eslint": "^3.4.0",
5858
"eslint-config-vue": "^1.0.3",
5959
"eslint-loader": "^1.3.0",
60-
"eslint-plugin-flow-vars": "^0.4.0",
60+
"eslint-plugin-flow-vars": "^0.5.0",
6161
"flow-bin": "^0.27.0",
6262
"flow-remove-types": "github:yyx990803/flow-remove-types",
6363
"http-server": "^0.9.0",
6464
"jasmine": "^2.4.1",
6565
"jasmine-core": "^2.4.1",
6666
"karma": "^1.1.0",
67-
"karma-chrome-launcher": "^1.0.1",
67+
"karma-chrome-launcher": "^2.0.0",
6868
"karma-coverage": "^1.0.0",
6969
"karma-firefox-launcher": "^1.0.0",
7070
"karma-jasmine": "^1.0.2",
@@ -78,13 +78,13 @@
7878
"nightwatch": "^0.9.0",
7979
"nightwatch-helpers": "^1.2.0",
8080
"phantomjs-prebuilt": "^2.1.1",
81-
"rollup": "^0.33.0",
81+
"rollup": "^0.34.10",
8282
"rollup-plugin-alias": "^1.2.0",
8383
"rollup-plugin-babel": "^2.4.0",
8484
"rollup-plugin-buble": "^0.13.0",
8585
"rollup-plugin-replace": "^1.1.0",
8686
"rollup-watch": "^2.5.0",
87-
"selenium-server": "2.53.0",
87+
"selenium-server": "2.53.1",
8888
"uglify-js": "^2.6.2",
8989
"webpack": "^1.13.2"
9090
}

test/unit/features/options/functional.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('Options functional', () => {
5353
validate: {
5454
functional: true,
5555
props: ['field'],
56-
render (h, { props, children, data: { on } }) {
56+
render (h, { props, children, data: { on }}) {
5757
props.child = children[0]
5858
return h('validate-control', { props, on })
5959
}

0 commit comments

Comments
 (0)