Skip to content

Commit

Permalink
Merge pull request #94 from mayocream/patch-1
Browse files Browse the repository at this point in the history
chore: allow react v19 as peer dep
  • Loading branch information
marsidev authored Nov 18, 2024
2 parents a49426e + 7073742 commit 8d464e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0 || ^19.0",
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.8",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d464e7

Please sign in to comment.