This commit is contained in:
2024-10-18 09:56:43 +08:00
parent 036ef5dc1a
commit 35aaef7adf
4 changed files with 18 additions and 16 deletions

View File

@@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/node": "^22.7.6",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.16",
"@vitejs/plugin-vue": "^5.1.4",
@@ -46,7 +46,7 @@
"@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.0",
"caniuse-lite": "^1.0.30001668",
"caniuse-lite": "^1.0.30001669",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"less": "^4.2.0",
@@ -54,7 +54,7 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}