Bump all the things and fix them
This commit is contained in:
parent
94361a209c
commit
eac6ce7269
5 changed files with 308 additions and 210 deletions
34
package.json
34
package.json
|
@ -20,7 +20,7 @@
|
|||
"babel": "^6.1.18",
|
||||
"babel-cli": "^6.3.13",
|
||||
"babel-core": "^6.3.13",
|
||||
"babel-loader": "^6.0.0",
|
||||
"babel-loader": "^7.0.0",
|
||||
"babel-plugin-syntax-jsx": "^6.3.13",
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
||||
|
@ -49,13 +49,13 @@
|
|||
"babel-preset-latest-minimal": "^1.1.2",
|
||||
"babel-register": "^6.16.3",
|
||||
"bluebird": "^3.4.1",
|
||||
"bulma": "^0.2.3",
|
||||
"bulma": "^0.4.1",
|
||||
"co": "~4.6.0",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"css-loader": "^0.25.0",
|
||||
"debug": "~2.2.0",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
"css-loader": "^0.28.1",
|
||||
"debug": "^2.6.6",
|
||||
"ejs": "^2.5.2",
|
||||
"file-loader": "^0.9.0",
|
||||
"file-loader": "^0.11.1",
|
||||
"json-loader": "^0.5.4",
|
||||
"kcors": "^1.0.1",
|
||||
"koa": "^1.2.1",
|
||||
|
@ -74,24 +74,24 @@
|
|||
"playmusic": "~2.2.1",
|
||||
"sequelize": "^3.24.3",
|
||||
"spotify": "~0.3.0",
|
||||
"style-loader": "^0.13.1",
|
||||
"style-loader": "^0.17.0",
|
||||
"superagent": "^2.1.0",
|
||||
"superagent-bluebird-promise": "^3.0.2",
|
||||
"vue": "2.0.3",
|
||||
"vue-loader": "9.7.0",
|
||||
"vue-router": "2.0.1",
|
||||
"vue-server-renderer": "2.0.3",
|
||||
"vue-template-compiler": "2.0.3",
|
||||
"vuex": "2.0.0",
|
||||
"vuex-router-sync": "3.0.0",
|
||||
"webpack": "2.1.0-beta.25"
|
||||
"vue": "^2.3.2",
|
||||
"vue-loader": "^12.0.3",
|
||||
"vue-router": "^2.5.3",
|
||||
"vue-server-renderer": "^2.3.2",
|
||||
"vue-template-compiler": "^2.3.2",
|
||||
"vuex": "^2.3.1",
|
||||
"vuex-router-sync": "^4.1.2",
|
||||
"webpack": "^2.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-runtime": "^6.11.6",
|
||||
"co-mocha": "~1.1.0",
|
||||
"co-mocha": "^1.2.0",
|
||||
"eslint": "^3.8.0",
|
||||
"eslint-config-airbnb": "^12.0.0",
|
||||
"eslint-config-airbnb": "^14.1.0",
|
||||
"eslint-plugin-import": "^2.0.1",
|
||||
"istanbul": "^0.4.0",
|
||||
"mocha": "^3.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue