Skip to content

Commit

Permalink
Update to the 48.1.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 14, 2024
1 parent c888ecc commit bd0dbc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-20240113"
"0.15.14": "psc-0.15.14-20240114"
}
6 changes: 3 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish.git",
"version": "v0.10.0"
"version": "v0.11.3"
},
"elmish-enzyme": {
"dependencies": [
Expand Down Expand Up @@ -1414,7 +1414,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish-html.git",
"version": "v0.8.1"
"version": "v0.8.2"
},
"elmish-testing-library": {
"dependencies": [
Expand All @@ -1433,7 +1433,7 @@
"web-html"
],
"repo": "https://github.com/collegevine/purescript-elmish-testing-library.git",
"version": "v0.3.1"
"version": "v0.3.2"
},
"email-validate": {
"dependencies": [
Expand Down
6 changes: 3 additions & 3 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish.git"
, version = "v0.10.0"
, version = "v0.11.3"
}
, elmish-enzyme =
{ dependencies =
Expand Down Expand Up @@ -1240,7 +1240,7 @@
, "web-html"
]
, repo = "https://github.com/collegevine/purescript-elmish-html.git"
, version = "v0.8.1"
, version = "v0.8.2"
}
, elmish-testing-library =
{ dependencies =
Expand All @@ -1260,7 +1260,7 @@
]
, repo =
"https://github.com/collegevine/purescript-elmish-testing-library.git"
, version = "v0.3.1"
, version = "v0.3.2"
}
, email-validate =
{ dependencies = [ "aff", "string-parsers", "transformers" ]
Expand Down

0 comments on commit bd0dbc3

Please sign in to comment.