Skip to content

Commit

Permalink
Update to the 50.14.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed May 10, 2024
1 parent 8f92238 commit 5b729b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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-20240502"
"0.15.15": "psc-0.15.15-20240510"
}
10 changes: 9 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,14 @@
"repo": "https://github.com/flounders/purescript-datetime-parsing.git",
"version": "v0.2.0"
},
"debounce": {
"dependencies": [
"effect",
"prelude"
],
"repo": "https://github.com/garganscript/purescript-debouncing.git",
"version": "v0.1.0"
},
"debug": {
"dependencies": [
"functions",
Expand Down Expand Up @@ -5345,7 +5353,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/garganscript/purescript-reactix.git",
"version": "v0.6.0"
"version": "v0.6.1"
},
"read": {
"dependencies": [
Expand Down
7 changes: 6 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,11 @@
, repo = "https://github.com/flounders/purescript-datetime-parsing.git"
, version = "v0.2.0"
}
, debounce =
{ dependencies = [ "effect", "prelude" ]
, repo = "https://github.com/garganscript/purescript-debouncing.git"
, version = "v0.1.0"
}
, debug =
{ dependencies = [ "functions", "prelude" ]
, repo = "https://github.com/garyb/purescript-debug.git"
Expand Down Expand Up @@ -4770,7 +4775,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/garganscript/purescript-reactix.git"
, version = "v0.6.0"
, version = "v0.6.1"
}
, read =
{ dependencies = [ "maybe", "prelude", "strings" ]
Expand Down

0 comments on commit 5b729b8

Please sign in to comment.