Skip to content

Commit

Permalink
fix: remix 2.0 support (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandru Bereghici <[email protected]>
  • Loading branch information
abereghici and Alexandru Bereghici authored Sep 22, 2023
1 parent 5c50e0a commit 1f0b273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
4 changes: 2 additions & 2 deletions packages/remix-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@remix-run/react": "^1.12.0",
"@remix-run/server-runtime": "^1.12.0"
"@remix-run/react": ">= 1",
"@remix-run/server-runtime": ">= 1"
}
}

0 comments on commit 1f0b273

Please sign in to comment.