Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix peer deps version range
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Sep 29, 2023
1 parent b8b8a96 commit 1bc7de9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/old-houses-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform-browser": patch
"@effect/platform-node": patch
"@effect/platform-bun": patch
"@effect/platform": patch
---

Fix peer deps version range
4 changes: 2 additions & 2 deletions packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@effect/platform": "workspace:^"
},
"devDependencies": {
"effect": "2.0.0-next.38",
"effect": "^2.0.0-next.39",
"vitest-localstorage-mock": "^0.0.1"
},
"peerDependencies": {
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
}
}
4 changes: 2 additions & 2 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"devDependencies": {
"@effect/schema": "^0.39.1",
"bun-types": "^1.0.3",
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
},
"peerDependencies": {
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
}
}
4 changes: 2 additions & 2 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@effect/schema": "^0.39.1",
"@types/busboy": "^1.5.1",
"@types/mime": "^3.0.2",
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
},
"peerDependencies": {
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
},
"dependencies": {
"@effect/platform": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"devDependencies": {
"@effect/schema": "^0.39.1",
"@types/path-browserify": "^1.0.0",
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
},
"peerDependencies": {
"@effect/schema": "^0.37.1",
"effect": "2.0.0-next.38"
"effect": "^2.0.0-next.39"
}
}

0 comments on commit 1bc7de9

Please sign in to comment.