Skip to content

Commit

Permalink
Refactor package.json to move dependencies to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 6, 2024
1 parent 559935a commit bf7ed54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@
"quality:fix": "biome check . --write --unsafe",
"exports": "bun run ./scripts/exports.ts"
},
"dependencies": {
"react-router": "^7.0.1",
"hono": "^4.6.11",
"pretty-cache-header": "^1.0.0"
},
"peerDependencies": {
"@react-router/cloudflare": "^7.0.1",
"hono": "^4.6.11",
"i18next": "^23.0.0",
"pretty-cache-header": "^1.0.0",
"react-router": "^7.0.1",
"remix-i18next": "^7.0.0",
"zod": "^3.0.0"
},
Expand Down

0 comments on commit bf7ed54

Please sign in to comment.