Skip to content

Commit

Permalink
Merge pull request #78 from ericklugoj/main
Browse files Browse the repository at this point in the history
chore: set react minimum version >=17
  • Loading branch information
damianricobelli authored Dec 1, 2024
2 parents 8d7dbb9 + d59a33d commit edd69fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-pianos-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stepperize/react": major
---

Fix react version to work with v19
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules dist"
},
"peerDependencies": {
"react": "^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edd69fe

Please sign in to comment.