Skip to content

Commit

Permalink
chore: 适配 element-plus 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Feb 2, 2024
1 parent f533931 commit 7f067b1
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 547 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "1.6.5",
"axios": "1.6.7",
"dayjs": "1.11.10",
"element-plus": "2.5.2",
"element-plus": "2.5.4",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
Expand All @@ -47,31 +47,31 @@
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.5",
"@types/node": "20.11.16",
"@types/nprogress": "0.2.3",
"@types/path-browserify": "1.0.2",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.3",
"@vue/test-utils": "2.4.4",
"eslint": "8.56.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.20.1",
"husky": "8.0.3",
"jsdom": "23.2.0",
"lint-staged": "15.2.0",
"eslint-plugin-vue": "9.21.1",
"husky": "9.0.10",
"jsdom": "24.0.0",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"sass": "1.70.0",
"typescript": "5.3.3",
"unocss": "0.58.3",
"vite": "5.0.11",
"unocss": "0.58.4",
"vite": "5.0.12",
"vite-plugin-svg-icons": "2.0.1",
"vite-svg-loader": "5.1.0",
"vitest": "1.2.1",
"vue-eslint-parser": "9.4.0",
"vitest": "1.2.2",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "1.8.27"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 7f067b1

Please sign in to comment.