Skip to content

Commit

Permalink
Update node-streams to v9.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez authored Jul 26, 2023
1 parent aec0898 commit d201af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in upstream
, "prelude"
, "unsafe-coerce"
]
with node-streams.version = "v8.0.0"
with node-streams.version = "v9.0.0"
with node-streams.dependencies =
[ "aff"
, "effect"
Expand All @@ -25,7 +25,7 @@ in upstream
, "prelude"
, "unsafe-coerce"
]
with node-fs.version = "v9.0.0"
with node-fs.version = "v9.1.0"
with node-fs.dependencies =
[ "datetime"
, "effect"
Expand All @@ -45,7 +45,7 @@ in upstream
, "strings"
, "unsafe-coerce"
]
with node-net.version = "v5.0.0"
with node-net.version = "v5.1.0"
with node-net.dependencies =
[ "console"
, "datetime"
Expand Down Expand Up @@ -79,5 +79,5 @@ in upstream
, "unsafe-coerce"
]
, repo = "https://github.com/JordanMartinez/purescript-node-tls.git"
, version = "v0.1.0"
, version = "v0.3.0"
}

0 comments on commit d201af0

Please sign in to comment.