Skip to content

Commit

Permalink
Update package sets
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrussell committed Jul 22, 2022
1 parent 2e4aa5e commit 6444c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"purescript-functions": "^v6.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-react-basic": "^v17.0.0"
}
}
11 changes: 3 additions & 8 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220612/packages.dhall
sha256:9876aee1362a5dac10061768c68a7ecc4a59ca9267c3760f7d43ea9d3812ec11
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220722/packages.dhall
sha256:6e0ce13384910a706580b0e17eea6d17a859a65b87dc76a28d085d7ebca32ef3

in upstream
with react-basic =
{ dependencies = [ "effect", "prelude", "record" ]
, repo = "https://github.com/lumihq/purescript-react-basic"
, version = "v17.0.0"
}
-- React 18 Support
with react-basic-dom.version = "4633ad95b47a5806ca559dfb3b16b5339564f0ad"
with react-basic-dom.version = "v6.0.0"

0 comments on commit 6444c8f

Please sign in to comment.