Skip to content

Commit

Permalink
Update to the 42.5.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 9, 2023
1 parent a54b07d commit ab24b54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20231008"
"0.15.10": "psc-0.15.10-20231009"
}
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
"prelude"
],
"repo": "https://github.com/purescript/purescript-console.git",
"version": "v6.0.0"
"version": "v6.1.0"
},
"const": {
"dependencies": [
Expand Down Expand Up @@ -3728,7 +3728,7 @@
"tuples"
],
"repo": "https://github.com/purescript-node/purescript-node-url.git",
"version": "v7.0.0"
"version": "v7.0.1"
},
"node-zlib": {
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
, console =
{ dependencies = [ "effect", "prelude" ]
, repo = "https://github.com/purescript/purescript-console.git"
, version = "v6.0.0"
, version = "v6.1.0"
}
, const =
{ dependencies = [ "invariant", "newtype", "prelude" ]
Expand Down Expand Up @@ -3297,7 +3297,7 @@
, node-url =
{ dependencies = [ "effect", "foreign", "nullable", "prelude", "tuples" ]
, repo = "https://github.com/purescript-node/purescript-node-url.git"
, version = "v7.0.0"
, version = "v7.0.1"
}
, node-zlib =
{ dependencies =
Expand Down

0 comments on commit ab24b54

Please sign in to comment.