Skip to content

Commit

Permalink
chore: allow r19 in peer deps (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiranmayaGundu authored Oct 28, 2024
1 parent 393881c commit 3801857
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-pans-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sigmacomputing/react-embed-sdk": patch
---

Add React 19 to peer dependencies
4 changes: 2 additions & 2 deletions packages/react-embed-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"dist"
],
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
"react": "^16.8 || ^17 || ^18 || ^19",
"react-dom": "^16.8 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@sigmacomputing/eslint-config": "workspace:*",
Expand Down

0 comments on commit 3801857

Please sign in to comment.