Skip to content

Commit 9d23bce

Browse files
Update to the 62.2.7 package set.
1 parent 751dd2d commit 9d23bce

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

latest-compatible-sets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"0.15.12": "psc-0.15.12-20231123",
3232
"0.15.13": "psc-0.15.13-20231228",
3333
"0.15.14": "psc-0.15.14-20240227",
34-
"0.15.15": "psc-0.15.15-20250106"
34+
"0.15.15": "psc-0.15.15-20250110"
3535
}

packages.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@
11001100
"tuples"
11011101
],
11021102
"repo": "https://github.com/himanoa/purescript-css-class-name-extractor.git",
1103-
"version": "v0.0.3"
1103+
"version": "0.0.4"
11041104
},
11051105
"css-frameworks": {
11061106
"dependencies": [
@@ -7599,6 +7599,7 @@
75997599
"nullable",
76007600
"optparse",
76017601
"ordered-collections",
7602+
"parsing",
76027603
"prelude",
76037604
"profunctor",
76047605
"record",
@@ -7610,7 +7611,7 @@
76107611
"untagged-union"
76117612
],
76127613
"repo": "https://github.com/collegevine/purescript-whine.git",
7613-
"version": "v0.0.20"
7614+
"version": "v0.0.22"
76147615
},
76157616
"xterm": {
76167617
"dependencies": [

src/packages.dhall

+3-2
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
, "tuples"
947947
]
948948
, repo = "https://github.com/himanoa/purescript-css-class-name-extractor.git"
949-
, version = "v0.0.3"
949+
, version = "0.0.4"
950950
}
951951
, css-frameworks =
952952
{ dependencies = [ "web-html" ]
@@ -6755,6 +6755,7 @@
67556755
, "nullable"
67566756
, "optparse"
67576757
, "ordered-collections"
6758+
, "parsing"
67586759
, "prelude"
67596760
, "profunctor"
67606761
, "record"
@@ -6766,7 +6767,7 @@
67666767
, "untagged-union"
67676768
]
67686769
, repo = "https://github.com/collegevine/purescript-whine.git"
6769-
, version = "v0.0.20"
6770+
, version = "v0.0.22"
67706771
}
67716772
, xterm =
67726773
{ dependencies = [ "aff-promise", "css", "options", "web-uievents" ]

0 commit comments

Comments
 (0)