Skip to content

Commit

Permalink
Bump React peers
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Dec 15, 2024
1 parent ffd7930 commit 215a6bf
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 93 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-kiwis-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@number-flow/react': patch
---

Bump React peers
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tsup": "^8.2.4"
},
"peerDependencies": {
"react": "^18 || ^19.0.0-rc-915b914b3a-20240515",
"react-dom": "^18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
}
6 changes: 3 additions & 3 deletions packages/react/test/apps/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@number-flow/react": "workspace:^",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013"
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
Expand Down
Loading

0 comments on commit 215a6bf

Please sign in to comment.