Skip to content

Commit 58a99cb

Browse files
authored
Add ^19.0.0 to @y-sweet/react peer dependencies (#336)
Fixes #323 Looks like as of the stable release of Next.js 15 on October 21st, [Next.js uses React 19 as a default](https://nextjs.org/blog/next-15#react-19) which means that installs with e.g. `create-next-app` will fail. This should fix the issue.
1 parent ab4f61a commit 58a99cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-pkg/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/drifting-in-space/y-sweet/issues"
4444
},
4545
"peerDependencies": {
46-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
46+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
4747
"yjs": "^13.0.0"
4848
},
4949
"dependencies": {

0 commit comments

Comments
 (0)