Skip to content

Commit 32ac3fe

Browse files
authored
feat: Update peer dependencies to allow React 19 (#351)
1 parent 8e4843e commit 32ac3fe

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Update peer dependencies to allow React 19
13+
1014
### Fixed
1115

1216
- Fix command to publish library to correctly mark as `latest` the latest library version

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"peerDependencies": {
7777
"@tailwindcss/typography": "^0.5.0",
7878
"@tanstack/react-query": "^5.61.0",
79-
"react": "^18.2.0",
80-
"react-dom": "^18.2.0",
79+
"react": "^18.2.0 || ^19.0.0",
80+
"react-dom": "^18.2.0 || ^19.0.0",
8181
"tailwindcss": "^3.4.0",
8282
"viem": "^2.21.0",
8383
"wagmi": "^2.13.0"

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ __metadata:
136136
peerDependencies:
137137
"@tailwindcss/typography": ^0.5.0
138138
"@tanstack/react-query": ^5.61.0
139-
react: ^18.2.0
140-
react-dom: ^18.2.0
139+
react: ^18.2.0 || ^19.0.0
140+
react-dom: ^18.2.0 || ^19.0.0
141141
tailwindcss: ^3.4.0
142142
viem: ^2.21.0
143143
wagmi: ^2.13.0

0 commit comments

Comments
 (0)