Skip to content

Commit

Permalink
Allow @remix-run/react@2 in peerDependencies of @keystatic/remix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Nov 2, 2023
1 parent 9eaefd7 commit fc600ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-colts-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystatic/remix': patch
---

Allow `@remix-run/react@2` in `peerDependencies`
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@keystatic/core": "*",
"@remix-run/react": "1",
"@remix-run/react": "1 || 2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit fc600ab

Please sign in to comment.