|
35 | 35 | "type-check": "tsc --noEmit" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "react": "^18.0.0", |
| 38 | + "react": "^19.0.0", |
39 | 39 | "remix-hook-form": "5.1.1" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
|
53 | 53 | "@radix-ui/react-slot": "^1.1.1", |
54 | 54 | "@radix-ui/react-switch": "^1.1.2", |
55 | 55 | "@radix-ui/react-tooltip": "^1.1.6", |
56 | | - "@remix-run/node": "^2.15.1", |
57 | | - "@remix-run/react": "^2.15.1", |
58 | | - "@remix-run/serve": "^2.15.1", |
| 56 | + "@react-router/node": "^7.0.0", |
59 | 57 | "class-variance-authority": "^0.7.1", |
60 | 58 | "clsx": "^2.1.1", |
61 | 59 | "date-fns": "^4.1.0", |
|
64 | 62 | "next-themes": "^0.4.4", |
65 | 63 | "react-day-picker": "9.4.4", |
66 | 64 | "react-hook-form": "^7.53.1", |
| 65 | + "react-router": "^7.0.0", |
| 66 | + "react-router-dom": "^7.0.0", |
67 | 67 | "remix-hook-form": "5.1.1", |
68 | 68 | "sonner": "^1.7.1", |
69 | 69 | "tailwind-merge": "^2.5.5", |
70 | 70 | "tailwindcss-animate": "^1.0.7", |
71 | 71 | "zod": "^3.24.1" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@remix-run/dev": "^2.15.1", |
75 | | - "@remix-run/testing": "^2.15.1", |
| 74 | + "@react-router/dev": "^7.0.0", |
76 | 75 | "@types/glob": "^8.1.0", |
77 | 76 | "@types/react": "^19.0.0", |
78 | 77 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
|
0 commit comments