chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei 2025-04-22 16:25:08 +08:00
parent e0fad9d9a9
commit 56405eff6c
2 changed files with 645 additions and 416 deletions

1019
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,56 +10,56 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.6.1", "@ant-design/icons": "^6.0.0",
"@ant-design/pro-components": "^2.8.6", "@ant-design/pro-components": "^2.8.7",
"ahooks": "^3.8.4", "ahooks": "^3.8.4",
"antd": "^5.24.4", "antd": "^5.24.8",
"antd-zod": "^6.0.1", "antd-zod": "^6.1.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cron-parser": "^5.0.6", "cron-parser": "^5.1.1",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"i18next": "^24.2.3", "i18next": "^25.0.1",
"i18next-browser-languagedetector": "^8.0.4", "i18next-browser-languagedetector": "^8.0.5",
"immer": "^10.1.1", "immer": "^10.1.1",
"lucide-react": "^0.483.0", "lucide-react": "^0.503.0",
"nanoid": "^5.1.5", "nanoid": "^5.1.5",
"pocketbase": "^0.25.2", "pocketbase": "^0.26.0",
"radash": "^12.1.0", "radash": "^12.1.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0", "react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"react-router-dom": "^7.4.0", "react-router-dom": "^7.5.1",
"tailwind-merge": "^2.6.0", "tailwind-merge": "^2.6.0",
"zod": "^3.24.2", "zod": "^3.24.3",
"zustand": "^5.0.3" "zustand": "^5.0.3"
}, },
"devDependencies": { "devDependencies": {
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.10", "@types/node": "^22.14.1",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.27.0", "@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.27.0", "@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-legacy": "^6.0.2", "@vitejs/plugin-legacy": "^6.1.0",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.1", "eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-typescript": "^3.8.3", "eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-tailwindcss": "^3.18.0", "eslint-plugin-tailwindcss": "^3.18.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"postcss": "^8.5.3", "postcss": "^8.5.3",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2", "typescript": "^5.8.3",
"vite": "^6.2.2" "vite": "^6.3.2"
} }
} }