Skip to content

Commit 2c6b72f

Browse files
committed
bump deps
1 parent 23bedc9 commit 2c6b72f

File tree

2 files changed

+309
-269
lines changed

2 files changed

+309
-269
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,46 +36,46 @@
3636
"release": "bash build/release.sh"
3737
},
3838
"devDependencies": {
39-
"babel-core": "^6.11.4",
40-
"babel-eslint": "^7.1.1",
39+
"babel-core": "^6.24.1",
40+
"babel-eslint": "^7.2.3",
4141
"babel-loader": "^6.2.4",
4242
"babel-plugin-syntax-dynamic-import": "^6.18.0",
43-
"babel-preset-es2015": "^6.9.0",
43+
"babel-preset-es2015": "^6.24.1",
4444
"babel-preset-es2015-loose": "^8.0.0",
4545
"babel-preset-flow-vue": "^1.0.0",
4646
"buble": "^0.15.2",
4747
"chromedriver": "^2.21.2",
4848
"cross-spawn": "^5.0.1",
49-
"css-loader": "^0.26.1",
49+
"css-loader": "^0.28.0",
5050
"es6-promise": "^4.0.5",
5151
"eslint": "^3.0.1",
5252
"eslint-config-vue": "^2.0.1",
5353
"eslint-plugin-flow-vars": "^0.5.0",
5454
"eslint-plugin-vue": "^2.0.1",
5555
"express": "^4.14.0",
5656
"express-urlrewrite": "^1.2.0",
57-
"flow-bin": "^0.40.0",
57+
"flow-bin": "^0.45.0",
5858
"gitbook-plugin-edit-link": "^2.0.2",
5959
"gitbook-plugin-github": "^3.0.0",
60-
"jasmine": "2.5.3",
60+
"jasmine": "2.6.0",
6161
"nightwatch": "^0.9.5",
6262
"nightwatch-helpers": "^1.0.0",
6363
"path-to-regexp": "^1.5.3",
6464
"phantomjs-prebuilt": "^2.1.7",
6565
"rollup": "^0.41.4",
6666
"rollup-plugin-buble": "^0.15.0",
67-
"rollup-plugin-commonjs": "^7.0.0",
67+
"rollup-plugin-commonjs": "^8.0.2",
6868
"rollup-plugin-flow-no-whitespace": "^1.0.0",
69-
"rollup-plugin-node-resolve": "^2.0.0",
69+
"rollup-plugin-node-resolve": "^3.0.0",
7070
"rollup-plugin-replace": "^1.1.1",
7171
"rollup-watch": "^3.2.2",
7272
"selenium-server": "^2.53.1",
7373
"typescript": "^2.0.3",
7474
"uglify-js": "^2.7.0",
75-
"vue": "^2.1.0",
76-
"vue-loader": "^11.0.0",
77-
"vue-template-compiler": "^2.1.0",
78-
"webpack": "^2.2.0",
75+
"vue": "^2.3.0",
76+
"vue-loader": "^12.0.2",
77+
"vue-template-compiler": "^2.3.0",
78+
"webpack": "^2.4.1",
7979
"webpack-dev-middleware": "^1.9.0"
8080
}
8181
}

0 commit comments

Comments
 (0)