Skip to content

Commit 89b9a98

Browse files
committed
update dependencies in package.json for improved compatibility
1 parent 2fbfc5b commit 89b9a98

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@eslint/js": "^9.19.0",
1616
"@laravel/vite-plugin-wayfinder": "^0.1.3",
1717
"@types/node": "^22.13.5",
18+
"babel-plugin-react-compiler": "^1.0.0",
1819
"eslint": "^9.17.0",
1920
"eslint-config-prettier": "^10.0.1",
2021
"eslint-plugin-react": "^7.37.3",
@@ -25,18 +26,18 @@
2526
"typescript-eslint": "^8.23.0"
2627
},
2728
"dependencies": {
28-
"@inertiajs/react": "^2.0.0",
29+
"@inertiajs/react": "^2.1.0",
2930
"@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",
3334
"class-variance-authority": "^0.7.1",
3435
"clsx": "^2.1.1",
3536
"concurrently": "^9.0.1",
3637
"globals": "^15.14.0",
3738
"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",
4041
"tailwind-merge": "^3.0.1",
4142
"tailwindcss": "^4.0.0",
4243
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)