Skip to content

Commit

Permalink
move to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 16, 2024
1 parent 8793cbf commit ab4dd0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .changeset/serious-eels-rule.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@effect/platform-node": patch
"@effect/platform-node": minor
---

Use Undici 7
upgrade undici to 7.x and move to peerDependencies
7 changes: 4 additions & 3 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,18 @@
"dependencies": {
"@effect/platform-node-shared": "workspace:^",
"mime": "^3.0.0",
"undici": "^7.1.0",
"ws": "^8.18.0"
},
"peerDependencies": {
"@effect/platform": "workspace:^",
"effect": "workspace:^"
"effect": "workspace:^",
"undici": "^7.1.0"
},
"devDependencies": {
"@effect/platform": "workspace:^",
"@types/mime": "^3.0.4",
"@types/ws": "^8.5.12",
"effect": "workspace:^"
"effect": "workspace:^",
"undici": "^7.1.0"
}
}
8 changes: 4 additions & 4 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 ab4dd0a

Please sign in to comment.