Skip to content

Commit

Permalink
feat: Update peer dependencies to allow React 19 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Nov 26, 2024
1 parent 8e4843e commit 32ac3fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added

- Update peer dependencies to allow React 19

### Fixed

- Fix command to publish library to correctly mark as `latest` the latest library version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"peerDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@tanstack/react-query": "^5.61.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0",
"tailwindcss": "^3.4.0",
"viem": "^2.21.0",
"wagmi": "^2.13.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ __metadata:
peerDependencies:
"@tailwindcss/typography": ^0.5.0
"@tanstack/react-query": ^5.61.0
react: ^18.2.0
react-dom: ^18.2.0
react: ^18.2.0 || ^19.0.0
react-dom: ^18.2.0 || ^19.0.0
tailwindcss: ^3.4.0
viem: ^2.21.0
wagmi: ^2.13.0
Expand Down

0 comments on commit 32ac3fe

Please sign in to comment.