Skip to content

Commit

Permalink
chore: mark react-router and remix as optional peer dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Oct 3, 2024
1 parent a0a2fe8 commit 435479f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,16 @@
"peerDependencies": {
"@remix-run/node": "^2.0.0",
"fastify": "^3.29.0 || ^4.0.0 || ^5.0.0",
"react-router": "*",
"vite": "^5.0.0"
},
"peerDependenciesMeta": {
"@remix-run/node": {
"optional": true
},
"react-router": {
"optional": true
},
"vite": {
"optional": true
}
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 435479f

Please sign in to comment.