Skip to content

Commit 1cfcb0d

Browse files
authored
fix(remix): Make peer deps less restrictive (getsentry#5369)
1 parent 67080e7 commit 1cfcb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@remix-run/react": "^1.4.3"
3838
},
3939
"peerDependencies": {
40-
"@remix-run/node": "^1.4.3",
41-
"@remix-run/react": "^1.4.3",
40+
"@remix-run/node": "1.x",
41+
"@remix-run/react": "1.x",
4242
"react": "16.x || 17.x || 18.x"
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)