Skip to content

Commit

Permalink
Update to the 53.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jul 10, 2024
1 parent 097773c commit eabdfe5
Show file tree
Hide file tree
Showing 3 changed files with 27 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-20240709"
"0.15.15": "psc-0.15.15-20240710"
}
14 changes: 13 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish.git",
"version": "v0.11.3"
"version": "v0.11.4"
},
"elmish-enzyme": {
"dependencies": [
Expand Down Expand Up @@ -6110,6 +6110,18 @@
"repo": "https://github.com/purescript-spec/purescript-spec.git",
"version": "v7.6.0"
},
"spec-discovery": {
"dependencies": [
"aff",
"aff-promise",
"effect",
"foldable-traversable",
"prelude",
"spec"
],
"repo": "https://github.com/purescript-spec/purescript-spec-discovery.git",
"version": "v8.3.0"
},
"spec-mocha": {
"dependencies": [
"aff",
Expand Down
14 changes: 13 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish.git"
, version = "v0.11.3"
, version = "v0.11.4"
}
, elmish-enzyme =
{ dependencies =
Expand Down Expand Up @@ -5476,6 +5476,18 @@
, repo = "https://github.com/purescript-spec/purescript-spec.git"
, version = "v7.6.0"
}
, spec-discovery =
{ dependencies =
[ "aff"
, "aff-promise"
, "effect"
, "foldable-traversable"
, "prelude"
, "spec"
]
, repo = "https://github.com/purescript-spec/purescript-spec-discovery.git"
, version = "v8.3.0"
}
, spec-mocha =
{ dependencies =
[ "aff"
Expand Down

0 comments on commit eabdfe5

Please sign in to comment.