Skip to content

Commit

Permalink
Update to the 62.2.7 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 10, 2025
1 parent 751dd2d commit 9d23bce
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 @@ -31,5 +31,5 @@
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240227",
"0.15.15": "psc-0.15.15-20250106"
"0.15.15": "psc-0.15.15-20250110"
}
5 changes: 3 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@
"tuples"
],
"repo": "https://github.com/himanoa/purescript-css-class-name-extractor.git",
"version": "v0.0.3"
"version": "0.0.4"
},
"css-frameworks": {
"dependencies": [
Expand Down Expand Up @@ -7599,6 +7599,7 @@
"nullable",
"optparse",
"ordered-collections",
"parsing",
"prelude",
"profunctor",
"record",
Expand All @@ -7610,7 +7611,7 @@
"untagged-union"
],
"repo": "https://github.com/collegevine/purescript-whine.git",
"version": "v0.0.20"
"version": "v0.0.22"
},
"xterm": {
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
, "tuples"
]
, repo = "https://github.com/himanoa/purescript-css-class-name-extractor.git"
, version = "v0.0.3"
, version = "0.0.4"
}
, css-frameworks =
{ dependencies = [ "web-html" ]
Expand Down Expand Up @@ -6755,6 +6755,7 @@
, "nullable"
, "optparse"
, "ordered-collections"
, "parsing"
, "prelude"
, "profunctor"
, "record"
Expand All @@ -6766,7 +6767,7 @@
, "untagged-union"
]
, repo = "https://github.com/collegevine/purescript-whine.git"
, version = "v0.0.20"
, version = "v0.0.22"
}
, xterm =
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]
Expand Down

0 comments on commit 9d23bce

Please sign in to comment.