Skip to content

Commit

Permalink
refactor: make @react-native/dev-middleware peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Apr 4, 2024
1 parent 101c661 commit 4dbb06a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@fastify/middie": "^8.3.0",
"@fastify/sensible": "^5.5.0",
"@fastify/static": "^6.12.0",
"@react-native/dev-middleware": "^0.73.8",
"fastify": "^4.24.3",
"fastify-favicon": "^4.3.0",
"fastify-plugin": "^4.5.1",
Expand All @@ -61,9 +60,13 @@
"source-map": "^0.7.4",
"ws": "^8.7.0"
},
"peerDependencies": {
"@react-native/dev-middleware": ">=0.73.8"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@react-native/dev-middleware": "^0.73.8",
"@types/babel__code-frame": "^7.0.3",
"@types/node": "18",
"@types/ws": "^8.5.3",
Expand Down
12 changes: 6 additions & 6 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 4dbb06a

Please sign in to comment.