Skip to content

Commit

Permalink
Update elmish-html version
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 29, 2024
1 parent 51d08ce commit 34780b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"elliptic": "^6.5.4",
"lodash": "^4.17.21",
"pulp": "^16.0.0",
"purescript": "^0.15.13",
"purescript": "^0.15.15",
"purescript-psa": "0.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
23 changes: 11 additions & 12 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20230719/packages.dhall
sha256:dfc2383cad9ae1beea830197d36ef39aed9d4cd587c0af04b8fce252209a2f0d

in upstream
with elmish-testing-library.dependencies = [ "prelude", "aff-promise" ]
with elmish-testing-library.version = "v0.3.2"
with elmish-html =
{ dependencies = [ "prelude", "record" ]
, repo = "https://github.com/collegevine/purescript-elmish-html.git"
, version = "tweaks"
}
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20240727/packages.dhall
sha256:e6e047a89c8a157a733fdbf3a522662dafe90f7101505b593ac6cd1437ad9c06

in upstream
with elmish-testing-library.dependencies = [ "prelude", "aff-promise" ]
with elmish-html =
{ dependencies = [ "prelude", "record" ]
, repo = "https://github.com/collegevine/purescript-elmish-html.git"
, version = "v0.9.0"
}

0 comments on commit 34780b6

Please sign in to comment.