Skip to content

Commit d7635bc

Browse files
committed
chore: update payload
1 parent f07c1b7 commit d7635bc

File tree

2 files changed

+1306
-768
lines changed

2 files changed

+1306
-768
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@
1010
},
1111
"dependencies": {
1212
"@hookform/resolvers": "^3.10.0",
13-
"@radix-ui/react-dialog": "^1.1.6",
14-
"@radix-ui/react-dropdown-menu": "^2.1.6",
15-
"@radix-ui/react-label": "^2.1.2",
16-
"@radix-ui/react-navigation-menu": "^1.2.5",
17-
"@radix-ui/react-scroll-area": "^1.2.3",
18-
"@radix-ui/react-select": "^2.1.6",
19-
"@radix-ui/react-separator": "^1.1.2",
20-
"@radix-ui/react-slot": "^1.1.2",
13+
"@radix-ui/react-dialog": "^1.1.11",
14+
"@radix-ui/react-dropdown-menu": "^2.1.12",
15+
"@radix-ui/react-label": "^2.1.4",
16+
"@radix-ui/react-navigation-menu": "^1.2.10",
17+
"@radix-ui/react-scroll-area": "^1.2.6",
18+
"@radix-ui/react-select": "^2.2.2",
19+
"@radix-ui/react-separator": "^1.1.4",
20+
"@radix-ui/react-slot": "^1.2.0",
2121
"@vercel/analytics": "^1.5.0",
2222
"class-variance-authority": "^0.7.1",
2323
"clsx": "^2.1.1",
2424
"lucide-react": "^0.469.0",
25-
"next": "^15.2.3",
25+
"next": "^15.3.1",
2626
"next-themes": "^0.4.6",
27-
"query-string": "^9.1.1",
27+
"query-string": "^9.1.2",
2828
"react": "19.0.0-rc.1",
2929
"react-dom": "19.0.0-rc.1",
30-
"react-hook-form": "^7.54.2",
30+
"react-hook-form": "^7.56.2",
3131
"react-wrap-balancer": "^1.1.1",
3232
"tailwind-merge": "^2.6.0",
3333
"tailwindcss-animate": "^1.0.7",
3434
"use-debounce": "^10.0.4",
35-
"zod": "^3.24.2"
35+
"zod": "^3.24.4"
3636
},
3737
"devDependencies": {
3838
"@tailwindcss/typography": "^0.5.16",
39-
"@types/node": "^20.17.24",
40-
"@types/react": "^18.3.18",
41-
"@types/react-dom": "^18.3.5",
39+
"@types/node": "^20.17.32",
40+
"@types/react": "^18.3.20",
41+
"@types/react-dom": "^18.3.7",
4242
"autoprefixer": "^10.4.21",
43-
"eslint": "^9.22.0",
44-
"eslint-config-next": "^15.2.3",
43+
"eslint": "^9.26.0",
44+
"eslint-config-next": "^15.3.1",
4545
"postcss": "^8.5.3",
4646
"tailwindcss": "^3.4.17",
47-
"typescript": "^5.8.2"
47+
"typescript": "^5.8.3"
4848
}
4949
}

0 commit comments

Comments
 (0)