Skip to content

Commit

Permalink
chore: fixed vxe-table 4.4.1 && update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Dec 8, 2023
1 parent b2eaa29 commit 1a1c888
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 425 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"path-to-regexp": "6.2.1",
"pinia": "2.1.7",
"screenfull": "6.0.2",
"vue": "3.3.9",
"vue": "3.3.10",
"vue-router": "4.2.5",
"vxe-table": "4.4.1",
"vxe-table-plugin-element": "3.0.7",
Expand All @@ -47,12 +47,12 @@
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.2",
"@types/node": "20.10.4",
"@types/nprogress": "0.2.3",
"@types/path-browserify": "1.0.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-vue": "4.5.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-vue": "4.5.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand All @@ -62,17 +62,17 @@
"eslint-plugin-vue": "9.19.2",
"husky": "8.0.3",
"jsdom": "23.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"sass": "1.69.5",
"typescript": "5.3.2",
"unocss": "0.57.7",
"vite": "5.0.4",
"typescript": "5.3.3",
"unocss": "0.58.0",
"vite": "5.0.6",
"vite-plugin-svg-icons": "2.0.1",
"vite-svg-loader": "5.1.0",
"vitest": "0.34.6",
"vitest": "1.0.2",
"vue-eslint-parser": "9.3.2",
"vue-tsc": "1.8.24"
"vue-tsc": "1.8.25"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 1a1c888

Please sign in to comment.