|
93 | 93 | "morgan": "^1.10.0", |
94 | 94 | "prisma": "^5.17.0", |
95 | 95 | "qrcode": "^1.5.3", |
96 | | - "react": "^18.3.1", |
97 | | - "react-dom": "^18.3.1", |
| 96 | + "react": "^19.0.0-rc-09111202-20241011", |
| 97 | + "react-dom": "^19.0.0-rc-09111202-20241011", |
98 | 98 | "remix-auth": "^3.7.0", |
99 | 99 | "remix-auth-github": "^1.7.0", |
100 | 100 | "remix-utils": "^7.6.0", |
|
133 | 133 | "@types/morgan": "^1.9.9", |
134 | 134 | "@types/node": "^20.14.11", |
135 | 135 | "@types/qrcode": "^1.5.5", |
136 | | - "@types/react": "^18.3.3", |
137 | | - "@types/react-dom": "^18.3.0", |
| 136 | + "@types/react": "npm:types-react@rc", |
| 137 | + "@types/react-dom": "npm:types-react-dom@rc", |
138 | 138 | "@types/set-cookie-parser": "^2.4.10", |
139 | 139 | "@types/source-map-support": "^0.5.10", |
140 | 140 | "@vitejs/plugin-react": "^4.3.1", |
|
157 | 157 | "vite": "^5.3.4", |
158 | 158 | "vitest": "^2.0.3" |
159 | 159 | }, |
| 160 | + "overrides": { |
| 161 | + "@types/react": "npm:types-react@rc", |
| 162 | + "@types/react-dom": "npm:types-react-dom@rc", |
| 163 | + "react": "19.0.0-rc-09111202-20241011", |
| 164 | + "react-dom": "19.0.0-rc-09111202-20241011" |
| 165 | + }, |
160 | 166 | "engines": { |
161 | 167 | "node": "20" |
162 | 168 | }, |
|
0 commit comments