Skip to content

Commit 0262070

Browse files
Update Wallet API React package peer dependency to support React 19 (#461)
* allow react-19 as peerDependecies * feat: update peer dependency to include React 19 * change update to patch
1 parent 77e8547 commit 0262070

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/smooth-dingos-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/wallet-api-client-react": patch
3+
---
4+
5+
Update peer dependency to include react 19

packages/client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"typescript": "^5.3.3"
3838
},
3939
"peerDependencies": {
40-
"react": "^16.8.0 || ^17 || ^18"
40+
"react": "^16.8.0 || ^17 || ^18 || ^19"
4141
}
4242
}

0 commit comments

Comments
 (0)