Skip to content

Commit bbd9cfa

Browse files
authored
chore: bump deps (#1101)
1 parent 9e20c53 commit bbd9cfa

File tree

3 files changed

+893
-852
lines changed

3 files changed

+893
-852
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"@radix-ui/react-toggle-group": "^1.1.11",
5151
"@radix-ui/react-tooltip": "^1.2.8",
5252
"@t3-oss/env-nextjs": "^0.13.10",
53-
"@tanstack/query-db-collection": "^1.0.12",
54-
"@tanstack/react-db": "^0.1.60",
55-
"@tanstack/react-query": "^5.90.15",
53+
"@tanstack/query-db-collection": "^1.0.16",
54+
"@tanstack/react-db": "^0.1.64",
55+
"@tanstack/react-query": "^5.90.17",
5656
"@tanstack/react-table": "^8.21.3",
57-
"@tanstack/react-virtual": "^3.13.13",
57+
"@tanstack/react-virtual": "^3.13.18",
5858
"@uploadthing/react": "^7.3.3",
59-
"@upstash/ratelimit": "^2.0.7",
60-
"@upstash/redis": "^1.36.0",
59+
"@upstash/ratelimit": "^2.0.8",
60+
"@upstash/redis": "^1.36.1",
6161
"class-variance-authority": "^0.7.1",
6262
"clsx": "^2.1.1",
6363
"cmdk": "^1.1.1",
@@ -66,33 +66,33 @@
6666
"export-to-csv": "^1.4.0",
6767
"geist": "^1.5.1",
6868
"lucide-react": "^0.562.0",
69-
"motion": "^12.23.26",
69+
"motion": "^12.26.2",
7070
"nanoid": "^5.1.6",
7171
"next": "^16.1.1",
7272
"next-themes": "^0.4.6",
7373
"nuqs": "^2.8.6",
74-
"postgres": "^3.4.7",
74+
"postgres": "^3.4.8",
7575
"react": "^19.2.3",
7676
"react-day-picker": "9.13.0",
7777
"react-dom": "^19.2.3",
78-
"react-hook-form": "^7.69.0",
78+
"react-hook-form": "^7.71.1",
7979
"server-only": "^0.0.1",
80-
"shadcn": "3.6.2",
80+
"shadcn": "3.6.3",
8181
"sonner": "^2.0.7",
8282
"tailwind-merge": "^3.4.0",
8383
"uploadthing": "^7.7.4",
8484
"vaul": "^1.1.2",
85-
"zod": "^4.2.1"
85+
"zod": "^4.3.5"
8686
},
8787
"devDependencies": {
88-
"@biomejs/biome": "^2.3.10",
89-
"@faker-js/faker": "^10.1.0",
88+
"@biomejs/biome": "^2.3.11",
89+
"@faker-js/faker": "^10.2.0",
9090
"@tailwindcss/postcss": "^4.1.18",
9191
"@testing-library/dom": "^10.4.1",
9292
"@testing-library/react": "^16.3.1",
9393
"@total-typescript/ts-reset": "^0.6.1",
94-
"@types/node": "^25.0.3",
95-
"@types/react": "^19.2.7",
94+
"@types/node": "^25.0.8",
95+
"@types/react": "^19.2.8",
9696
"@types/react-dom": "^19.2.3",
9797
"@vitejs/plugin-react": "^5.1.2",
9898
"dotenv-cli": "^11.0.0",
@@ -104,7 +104,7 @@
104104
"tsx": "^4.21.0",
105105
"tw-animate-css": "^1.4.0",
106106
"typescript": "^5.9.3",
107-
"vitest": "^4.0.16"
107+
"vitest": "^4.0.17"
108108
},
109109
"ct3aMetadata": {
110110
"initVersion": "7.23.1"

0 commit comments

Comments
 (0)