chore(deps): bump the npm-dependencies group with 22 updates (#177)

This commit is contained in:
dependabot[bot]
2026-07-12 20:39:20 +08:00
committed by GitHub
parent 628efb99a5
commit 8e1f6e1767
2 changed files with 861 additions and 382 deletions
+840 -361
View File
File diff suppressed because it is too large Load Diff
+21 -21
View File
@@ -17,20 +17,20 @@
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^5.4.0", "@hookform/resolvers": "^5.4.0",
"@radix-ui/react-alert-dialog": "^1.1.18", "@radix-ui/react-alert-dialog": "^1.1.19",
"@radix-ui/react-avatar": "^1.2.1", "@radix-ui/react-avatar": "^1.2.2",
"@radix-ui/react-checkbox": "^1.3.6", "@radix-ui/react-checkbox": "^1.3.7",
"@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.19", "@radix-ui/react-dropdown-menu": "^2.1.20",
"@radix-ui/react-label": "^2.1.11", "@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-navigation-menu": "^1.2.17", "@radix-ui/react-navigation-menu": "^1.2.18",
"@radix-ui/react-popover": "^1.1.18", "@radix-ui/react-popover": "^1.1.19",
"@radix-ui/react-scroll-area": "^1.2.13", "@radix-ui/react-scroll-area": "^1.2.14",
"@radix-ui/react-select": "^2.3.2", "@radix-ui/react-select": "^2.3.3",
"@radix-ui/react-separator": "^1.1.11", "@radix-ui/react-separator": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0", "@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.2", "@radix-ui/react-switch": "^1.3.3",
"@radix-ui/react-tabs": "^1.1.16", "@radix-ui/react-tabs": "^1.1.17",
"@tailwindcss/postcss": "^4.3.2", "@tailwindcss/postcss": "^4.3.2",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2", "@trivago/prettier-plugin-sort-imports": "^6.0.2",
@@ -44,21 +44,21 @@
"copy-to-clipboard": "^4.0.2", "copy-to-clipboard": "^4.0.2",
"date-fns": "^4.4.0", "date-fns": "^4.4.0",
"framer-motion": "^12.42.2", "framer-motion": "^12.42.2",
"i18next": "^26.3.4", "i18next": "^26.3.6",
"i18next-browser-languagedetector": "^8.2.1", "i18next-browser-languagedetector": "^8.2.1",
"jotai-zustand": "^0.6.0", "jotai-zustand": "^0.6.0",
"lucide-react": "^1.23.0", "lucide-react": "^1.24.0",
"luxon": "^3.7.2", "luxon": "^3.7.2",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"prettier-plugin-tailwindcss": "^0.8.0", "prettier-plugin-tailwindcss": "^0.8.0",
"react": "^19.2.7", "react": "^19.2.7",
"react-day-picker": "^10.0.1", "react-day-picker": "^10.0.1",
"react-dom": "^19.2.7", "react-dom": "^19.2.7",
"react-hook-form": "^7.80.0", "react-hook-form": "^7.81.0",
"react-i18next": "^17.0.8", "react-i18next": "^17.0.9",
"react-router-dom": "^7.18.1", "react-router-dom": "^7.18.1",
"react-virtuoso": "^4.18.10", "react-virtuoso": "^4.18.10",
"simple-icons": "^16.24.1", "simple-icons": "^16.25.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"swr": "^2.4.2", "swr": "^2.4.2",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
@@ -72,12 +72,12 @@
"@playwright/test": "^1.61.1", "@playwright/test": "^1.61.1",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2", "@testing-library/react": "^16.3.2",
"@types/node": "^26.1.0", "@types/node": "^26.1.1",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@types/react-dom": "^19.2.1", "@types/react-dom": "^19.2.1",
"@vitejs/plugin-react": "^6.0.3", "@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.2", "autoprefixer": "^10.5.2",
"eslint": "^10.6.0", "eslint": "^10.7.0",
"eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3", "eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0", "globals": "^17.7.0",
@@ -85,9 +85,9 @@
"postcss": "8.5.16", "postcss": "8.5.16",
"swagger-typescript-api": "^13.12.4", "swagger-typescript-api": "^13.12.4",
"tailwindcss": "4.3.2", "tailwindcss": "4.3.2",
"typescript": "~6.0.3", "typescript": "~7.0.2",
"typescript-eslint": "^8.62.1", "typescript-eslint": "^8.63.0",
"vite": "^8.1.3", "vite": "^8.1.4",
"vitest": "^4.1.9" "vitest": "^4.1.10"
} }
} }