Skip to content

Commit 243dd04

Browse files
chore: react 19.1 (#6666)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded the React ecosystem dependencies—React, React‑DOM, and their type definitions—to the latest minor versions across multiple project areas. - These behind‑the‑scenes updates support enhanced stability, compatibility, and performance, ensuring a smoother and more reliable overall experience. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 57ec33b commit 243dd04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"@trpc/react-query": "npm:@trpc/react-query",
1717
"@trpc/server": "npm:@trpc/server",
1818
"next": "^15.1.7",
19-
"react": "^19.0.0",
20-
"react-dom": "^19.0.0",
19+
"react": "^19.1.0",
20+
"react-dom": "^19.1.0",
2121
"react-hook-form": "^7.53.2",
2222
"zod": "^3.24.2",
2323
"zod-form-data": "^2.0.1"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^22.13.5",
27-
"@types/react": "^19.0.0",
28-
"@types/react-dom": "^19.0.0",
27+
"@types/react": "^19.1.0",
28+
"@types/react-dom": "^19.1.1",
2929
"eslint": "^9.21.0",
3030
"typescript": "^5.8.2"
3131
},

0 commit comments

Comments
 (0)