Skip to content

Commit

Permalink
fix: yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
lensbart committed Jun 25, 2022
1 parent d89d17c commit 3144f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
"type-fest": "^2.12.2"
},
"peerDependencies": {
"@remix-run/serve": "1.5.1"
"@remix-run/serve": "1.5.1",
"react": ">=16.8",
"react-dom": ">=16.8"
},
"peerDependenciesMeta": {
"@remix-run/serve": {
Expand Down
8 changes: 0 additions & 8 deletions packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
"react": ">=16.8",
"react-dom": ">=16.8"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit 3144f70

Please sign in to comment.