Skip to content

Commit

Permalink
更新三方库版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Dec 13, 2020
1 parent b1a7515 commit 4f37449
Showing 1 changed file with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,45 @@
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"axios": "0.18.0",
"driver.js": "^0.9.5",
"element-ui": "2.7.2",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
"axios": "0.21.0",
"core-js": "^3.8.1",
"driver.js": "^0.9.8",
"element-ui": "2.14.1",
"js-cookie": "2.2.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"screenfull": "^4.2.0",
"vue": "2.6.10",
"vue-router": "3.0.6",
"vuex": "3.1.0"
"path-to-regexp": "6.2.0",
"screenfull": "^5.0.2",
"vue": "2.6.12",
"vue-router": "3.4.9",
"vuex": "3.6.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "3.6.0",
"@vue/cli-plugin-unit-jest": "3.6.3",
"@vue/cli-service": "3.6.0",
"@vue/test-utils": "1.0.0-beta.29",
"@babel/core": "7.12.10",
"@babel/register": "7.12.10",
"@vue/cli-plugin-babel": "4.5.9",
"@vue/cli-plugin-eslint": "4.5.9",
"@vue/cli-plugin-unit-jest": "4.5.9",
"@vue/cli-service": "4.5.9",
"@vue/test-utils": "1.1.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "5.15.3",
"eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"chalk": "4.1.0",
"connect": "3.7.0",
"eslint": "7.15.0",
"eslint-plugin-vue": "7.2.0",
"html-webpack-plugin": "4.5.0",
"mockjs": "1.1.0",
"node-sass": "^5.0.0",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"sass-loader": "^10.1.0",
"script-ext-html-webpack-plugin": "2.1.5",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-template-compiler": "2.6.10"
"serve-static": "^1.14.1",
"svg-sprite-loader": "5.1.1",
"svgo": "1.3.2",
"vue-template-compiler": "2.6.12"
},
"engines": {
"node": ">=8.9",
Expand Down

0 comments on commit 4f37449

Please sign in to comment.