chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei
2025-01-01 19:12:54 +08:00
parent 6075cc5c95
commit 880c8819b4
2 changed files with 198 additions and 181 deletions

View File

@@ -13,7 +13,7 @@
"@ant-design/icons": "^5.5.2",
"@ant-design/pro-components": "^2.8.2",
"ahooks": "^3.8.4",
"antd": "^5.22.5",
"antd": "^5.22.7",
"antd-zod": "^6.0.0",
"cron-parser": "^4.9.0",
"i18next": "^24.2.0",
@@ -27,19 +27,19 @@
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-router-dom": "^7.1.0",
"react-i18next": "^15.4.0",
"react-router-dom": "^7.1.1",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
@@ -54,6 +54,6 @@
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"vite": "^6.0.6"
}
}