Skip to content

Commit

Permalink
fix: third-parties package peer dependency (#71620)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Oct 22, 2024
1 parent 42090c5 commit 9fb618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/third-parties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0 || ^15.0.0",
"react": "^18.2.0 || 19.0.0-rc-cd22717c-20241013"
"react": "^18.2.0 || 19.0.0-rc-65a56d0e-20241020"
}
}

0 comments on commit 9fb618f

Please sign in to comment.