Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 1, 2017
1 parent 23bedc9 commit 2c6b72f
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 269 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,46 +36,46 @@
"release": "bash build/release.sh"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-flow-vue": "^1.0.0",
"buble": "^0.15.2",
"chromedriver": "^2.21.2",
"cross-spawn": "^5.0.1",
"css-loader": "^0.26.1",
"css-loader": "^0.28.0",
"es6-promise": "^4.0.5",
"eslint": "^3.0.1",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-vue": "^2.0.1",
"express": "^4.14.0",
"express-urlrewrite": "^1.2.0",
"flow-bin": "^0.40.0",
"flow-bin": "^0.45.0",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^3.0.0",
"jasmine": "2.5.3",
"jasmine": "2.6.0",
"nightwatch": "^0.9.5",
"nightwatch-helpers": "^1.0.0",
"path-to-regexp": "^1.5.3",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-flow-no-whitespace": "^1.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-watch": "^3.2.2",
"selenium-server": "^2.53.1",
"typescript": "^2.0.3",
"uglify-js": "^2.7.0",
"vue": "^2.1.0",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.2.0",
"vue": "^2.3.0",
"vue-loader": "^12.0.2",
"vue-template-compiler": "^2.3.0",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.9.0"
}
}

0 comments on commit 2c6b72f

Please sign in to comment.