Skip to content

Commit

Permalink
Update to the 48.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 13, 2024
1 parent 17705a0 commit c888ecc
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -30,5 +30,5 @@
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240112"
"0.15.14": "psc-0.15.14-20240113"
}
5 changes: 3 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,15 @@
"either",
"filterable",
"foldable-traversable",
"lists",
"maybe",
"ordered-collections",
"partial",
"prelude",
"tuples"
],
"repo": "https://github.com/flip111/purescript-arrays-extra.git",
"version": "v0.4.4"
"version": "v0.5.0"
},
"arrays-zipper": {
"dependencies": [
Expand Down Expand Up @@ -2221,7 +2222,7 @@
"halogen"
],
"repo": "https://github.com/tonicebrian/purescript-halogen-bootstrap5.git",
"version": "v2.3.1"
"version": "v5.3.2"
},
"halogen-css": {
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,15 @@
, "either"
, "filterable"
, "foldable-traversable"
, "lists"
, "maybe"
, "ordered-collections"
, "partial"
, "prelude"
, "tuples"
]
, repo = "https://github.com/flip111/purescript-arrays-extra.git"
, version = "v0.4.4"
, version = "v0.5.0"
}
, arrays-zipper =
{ dependencies = [ "arrays", "control", "quickcheck" ]
Expand Down Expand Up @@ -1972,7 +1973,7 @@
, halogen-bootstrap5 =
{ dependencies = [ "halogen" ]
, repo = "https://github.com/tonicebrian/purescript-halogen-bootstrap5.git"
, version = "v2.3.1"
, version = "v5.3.2"
}
, halogen-css =
{ dependencies = [ "css", "halogen" ]
Expand Down

0 comments on commit c888ecc

Please sign in to comment.