Skip to content

Commit

Permalink
chore: allow react v19 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mayocream authored Nov 18, 2024
1 parent a49426e commit 241849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"test:integration:watch": "vitest"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
"react": "^17.0.2 || ^18.0 || ^19.0",
"react-dom": "^17.0.2 || ^18.0 || ^19.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.8",
Expand Down

0 comments on commit 241849b

Please sign in to comment.