Skip to content

Commit 6444c8f

Browse files
committedJul 22, 2022
Update package sets
1 parent 2e4aa5e commit 6444c8f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"purescript-functions": "^v6.0.0",
2020
"purescript-maybe": "^v6.0.0",
2121
"purescript-nullable": "^v6.0.0",
22-
"purescript-prelude": "^6.0.0",
22+
"purescript-prelude": "^v6.0.0",
2323
"purescript-react-basic": "^v17.0.0"
2424
}
2525
}

‎packages.dhall

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220612/packages.dhall
3-
sha256:9876aee1362a5dac10061768c68a7ecc4a59ca9267c3760f7d43ea9d3812ec11
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220722/packages.dhall
3+
sha256:6e0ce13384910a706580b0e17eea6d17a859a65b87dc76a28d085d7ebca32ef3
44

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

0 commit comments

Comments
 (0)
Please sign in to comment.