Skip to content

Commit

Permalink
bump react peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Jan 24, 2025
1 parent 71dcc70 commit c69cb20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-timers-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"next-typesafe-url": patch
---

bump react peer dep
2 changes: 1 addition & 1 deletion packages/next-typesafe-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"peerDependencies": {
"next": "^13.4.12 || ^14.0.0 || ^15.0.0",
"react": "^18.2.0",
"react": "^18.2.0 || ^19.0.0",
"zod": "^3.21.4"
}
}

0 comments on commit c69cb20

Please sign in to comment.