Skip to content

Commit

Permalink
🎊 feat: up element-plus & deps (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Oct 23, 2023
1 parent c4fb5f2 commit 936e27b
Show file tree
Hide file tree
Showing 2 changed files with 806 additions and 772 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,46 +54,46 @@
"@fortawesome/vue-fontawesome": "~3.0.3",
"axios": "1.5.1",
"echarts": "^5.4.3",
"element-plus": "2.3.14",
"element-plus": "2.4.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@types/js-cookie": "^3.0.4",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.4",
"@types/nprogress": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@types/js-cookie": "^3.0.5",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.7",
"@types/nprogress": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/compiler-sfc": "^3.3.4",
"@vue/compiler-sfc": "^3.3.6",
"@vue/test-utils": "2.4.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "9.17.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"rollup": "4.0.2",
"sass": "^1.69.2",
"stylelint": "^15.10.3",
"rollup": "4.1.4",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "11.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit 936e27b

Please sign in to comment.