Skip to content

Commit

Permalink
[feature]{package.json}: 升级一次依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed May 31, 2019
1 parent b04790a commit 486f387
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,49 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.18.0",
"axios": "0.19.0",
"chart.js": "^2.7.3",
"clipboard": "^2.0.4",
"echarts": "^3.8.5",
"element-ui": "^2.4.9",
"element-ui": "2.9.1",
"js-cookie": "2.2.0",
"jsoneditor": "^5.26.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"screenfull": "3.3.3",
"script-loader": "^0.7.2",
"svg-sprite-loader": "^4.1.3",
"vue": "^2.5.21",
"vue-awesome": "^3.2.0",
"vue": "2.6.10",
"vue-awesome": "3.5.3",
"vue-chartjs": "^3.4.0",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vue-router": "3.0.6",
"vuedraggable": "2.21.0",
"vuetify": "^1.5.1",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"xlsx": "0.14.1",
"file-saver": "2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-e2e-cypress": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-unit-mocha": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/cli-plugin-babel": "3.8.0",
"@vue/cli-plugin-e2e-cypress": "3.8.0",
"@vue/cli-plugin-eslint": "3.8.0",
"@vue/cli-plugin-unit-mocha": "3.8.0",
"@vue/cli-service": "3.8.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"vuetify-loader": "1.2.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
"eslint": "5.16.0",
"eslint-plugin-vue": "5.2.2",
"lint-staged": "^7.2.2",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-element": "^1.0.0",
"vue-cli-plugin-element": "1.0.1",
"vue-cli-plugin-vuetify": "0.4.6",
"vue-template-compiler": "^2.5.21"
}
Expand Down

0 comments on commit 486f387

Please sign in to comment.