Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19 (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent f3d05fd commit 16f6777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "16.8.x || 17.x || 18.x",
"react-dom": "16.8.x || 17.x || 18.x"
"react": "16.8.x || 17.x || 18.x || 19.x",
"react-dom": "16.8.x || 17.x || 18.x || 19.x"
},
"files": [
"dist/",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3859,8 +3859,8 @@ __metadata:
tsup: "npm:^8.3.5"
typescript: "npm:^5.7.2"
peerDependencies:
react: 16.8.x || 17.x || 18.x
react-dom: 16.8.x || 17.x || 18.x
react: 16.8.x || 17.x || 18.x || 19.x
react-dom: 16.8.x || 17.x || 18.x || 19.x
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 16f6777

Please sign in to comment.