mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 17:45:09 +08:00
chore: 拉高依赖版本
This commit is contained in:
parent
811a4147f7
commit
3743a41749
3534
package-lock.json
generated
3534
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
50
package.json
50
package.json
|
@ -21,34 +21,35 @@
|
|||
"test:coverage": "echo \"no test:coverage specified,work in process\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^11.0.3",
|
||||
"axios": "^1.7.7",
|
||||
"@vueuse/core": "^12.0.0",
|
||||
"axios": "^1.7.9",
|
||||
"dayjs": "^1.11.13",
|
||||
"echarts": "5.4.3",
|
||||
"lodash": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "^2.2.2",
|
||||
"pinia-plugin-persistedstate": "^3.2.3",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"qs": "^6.13.0",
|
||||
"tdesign-icons-vue-next": "^0.2.6",
|
||||
"pinia": "^2.3.0",
|
||||
"pinia-plugin-persistedstate": "^4.1.3",
|
||||
"qrcode.vue": "^3.6.0",
|
||||
"qs": "^6.13.1",
|
||||
"tdesign-icons-vue-next": "^0.3.3",
|
||||
"tdesign-vue-next": "^1.10.5",
|
||||
"tvision-color": "^1.6.0",
|
||||
"vue": "^3.5.0",
|
||||
"vue-router": "^4.4.3"
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.4.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@commitlint/cli": "^19.6.0",
|
||||
"@commitlint/config-conventional": "^19.6.0",
|
||||
"@types/echarts": "^4.9.22",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/mockjs": "^1.0.10",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/qs": "^6.9.15",
|
||||
"@types/qs": "^6.9.17",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vue/compiler-sfc": "~3.5.0",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"@vue/compiler-sfc": "~3.5.13",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
|
@ -60,22 +61,21 @@
|
|||
"eslint-plugin-simple-import-sort": "^12.0.0",
|
||||
"eslint-plugin-vue": "^9.21.1",
|
||||
"eslint-plugin-vue-scoped-css": "^2.7.2",
|
||||
"husky": "^9.1.5",
|
||||
"less": "^4.2.0",
|
||||
"lint-staged": "^15.2.9",
|
||||
"husky": "^9.1.7",
|
||||
"less": "^4.2.1",
|
||||
"lint-staged": "^15.2.11",
|
||||
"mockjs": "^1.1.0",
|
||||
"@types/mockjs": "^1.0.10",
|
||||
"postcss-html": "^1.7.0",
|
||||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"stylelint": "~16.8.2",
|
||||
"prettier": "^3.4.2",
|
||||
"stylelint": "~16.12.0",
|
||||
"stylelint-config-standard": "^36.0.1",
|
||||
"stylelint-order": "~6.0.4",
|
||||
"typescript": "~5.5.4",
|
||||
"vite": "^5.4.3",
|
||||
"vite-plugin-mock": "^3.0.1",
|
||||
"typescript": "~5.7.2",
|
||||
"vite": "^6.0.3",
|
||||
"vite-plugin-mock": "^3.0.2",
|
||||
"vite-svg-loader": "^5.1.0",
|
||||
"vue-tsc": "^2.1.4"
|
||||
"vue-tsc": "^2.1.10"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user