Skip to content

Commit

Permalink
fix peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Jun 26, 2024
1 parent 78829ce commit ba7add3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
"ws": "8.17.1"
},
"peerDependencies": {
"@effect/experimental": "0.17.10",
"@effect/platform": "0.58.11",
"@effect/platform-node": "0.53.10",
"@effect/schema": "0.68.10",
"effect": "3.4.3"
"@effect/experimental": "0.17.11",
"@effect/platform": "0.58.12",
"@effect/platform-node": "0.53.11",
"@effect/schema": "0.68.11",
"effect": "3.4.4"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit ba7add3

Please sign in to comment.