chore: 拉高依赖版本

This commit is contained in:
悠静萝莉 2024-12-17 01:12:44 +08:00
parent 811a4147f7
commit 3743a41749
No known key found for this signature in database
GPG Key ID: 4EDF1CA1CEA8EBCC
2 changed files with 1617 additions and 1967 deletions

3534
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,34 +21,35 @@
"test:coverage": "echo \"no test:coverage specified,work in process\"" "test:coverage": "echo \"no test:coverage specified,work in process\""
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^11.0.3", "@vueuse/core": "^12.0.0",
"axios": "^1.7.7", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"echarts": "5.4.3", "echarts": "5.4.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.2.2", "pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^3.2.3", "pinia-plugin-persistedstate": "^4.1.3",
"qrcode.vue": "^3.4.1", "qrcode.vue": "^3.6.0",
"qs": "^6.13.0", "qs": "^6.13.1",
"tdesign-icons-vue-next": "^0.2.6", "tdesign-icons-vue-next": "^0.3.3",
"tdesign-vue-next": "^1.10.5", "tdesign-vue-next": "^1.10.5",
"tvision-color": "^1.6.0", "tvision-color": "^1.6.0",
"vue": "^3.5.0", "vue": "^3.5.13",
"vue-router": "^4.4.3" "vue-router": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^19.4.0", "@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.2.2", "@commitlint/config-conventional": "^19.6.0",
"@types/lodash": "^4.17.7",
"@types/echarts": "^4.9.22", "@types/echarts": "^4.9.22",
"@types/lodash": "^4.17.13",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15", "@types/qs": "^6.9.17",
"@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "~3.5.0", "@vue/compiler-sfc": "~3.5.13",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
@ -60,22 +61,21 @@
"eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-vue": "^9.21.1", "eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue-scoped-css": "^2.7.2", "eslint-plugin-vue-scoped-css": "^2.7.2",
"husky": "^9.1.5", "husky": "^9.1.7",
"less": "^4.2.0", "less": "^4.2.1",
"lint-staged": "^15.2.9", "lint-staged": "^15.2.11",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"@types/mockjs": "^1.0.10",
"postcss-html": "^1.7.0", "postcss-html": "^1.7.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^3.3.3", "prettier": "^3.4.2",
"stylelint": "~16.8.2", "stylelint": "~16.12.0",
"stylelint-config-standard": "^36.0.1", "stylelint-config-standard": "^36.0.1",
"stylelint-order": "~6.0.4", "stylelint-order": "~6.0.4",
"typescript": "~5.5.4", "typescript": "~5.7.2",
"vite": "^5.4.3", "vite": "^6.0.3",
"vite-plugin-mock": "^3.0.1", "vite-plugin-mock": "^3.0.2",
"vite-svg-loader": "^5.1.0", "vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.4" "vue-tsc": "^2.1.10"
}, },
"config": { "config": {
"commitizen": { "commitizen": {