|
15 | 15 | "@eslint/js": "^9.19.0", |
16 | 16 | "@laravel/vite-plugin-wayfinder": "^0.1.3", |
17 | 17 | "@types/node": "^22.13.5", |
| 18 | + "babel-plugin-react-compiler": "^1.0.0", |
18 | 19 | "eslint": "^9.17.0", |
19 | 20 | "eslint-config-prettier": "^10.0.1", |
20 | 21 | "eslint-plugin-react": "^7.37.3", |
|
25 | 26 | "typescript-eslint": "^8.23.0" |
26 | 27 | }, |
27 | 28 | "dependencies": { |
28 | | - "@inertiajs/react": "^2.0.0", |
| 29 | + "@inertiajs/react": "^2.1.0", |
29 | 30 | "@tailwindcss/vite": "^4.1.11", |
30 | | - "@types/react": "^19.0.3", |
31 | | - "@types/react-dom": "^19.0.2", |
32 | | - "@vitejs/plugin-react": "^4.6.0", |
| 31 | + "@types/react": "^19.2.0", |
| 32 | + "@types/react-dom": "^19.2.0", |
| 33 | + "@vitejs/plugin-react": "^5.0.0", |
33 | 34 | "class-variance-authority": "^0.7.1", |
34 | 35 | "clsx": "^2.1.1", |
35 | 36 | "concurrently": "^9.0.1", |
36 | 37 | "globals": "^15.14.0", |
37 | 38 | "laravel-vite-plugin": "^2.0", |
38 | | - "react": "^19.0.0", |
39 | | - "react-dom": "^19.0.0", |
| 39 | + "react": "^19.2.0", |
| 40 | + "react-dom": "^19.2.0", |
40 | 41 | "tailwind-merge": "^3.0.1", |
41 | 42 | "tailwindcss": "^4.0.0", |
42 | 43 | "typescript": "^5.7.2", |
|
0 commit comments