Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Fixed peer deps versions (#7)
Browse files Browse the repository at this point in the history
* Fixed peer deps versions

* docs(changeset): Fixed peer dependencies versions
  • Loading branch information
bring-shrubbery authored Nov 7, 2023
1 parent c9c448d commit 51764f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/clever-sloths-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@use-search-params-state/react": patch
"@use-search-params-state/next": patch
---

Fixed peer dependencies versions
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"next": "^13 | ^14",
"react": "^18 | ^17"
"next": "^13 || ^14",
"react": "^18 || ^17"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"react": "^18 | ^17"
"react": "^18 || ^17"
}
}

0 comments on commit 51764f2

Please sign in to comment.