Skip to content

Commit

Permalink
Update to the 50.9.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Apr 15, 2024
1 parent 958f680 commit 723fd08
Show file tree
Hide file tree
Showing 3 changed files with 21 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-20240412"
"0.15.15": "psc-0.15.15-20240415"
}
14 changes: 13 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,18 @@
"repo": "https://github.com/purescript-halogen/purescript-dom-indexed.git",
"version": "v12.0.0"
},
"dom-simple": {
"dependencies": [
"effect",
"ffi-simple",
"maybe",
"nullable",
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/garganscript/purescript-dom-simple.git",
"version": "v0.4.0"
},
"dotenv": {
"dependencies": [
"aff",
Expand Down Expand Up @@ -5207,7 +5219,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/purescript-react/purescript-react-icons.git",
"version": "v1.1.4"
"version": "v1.1.5"
},
"react-markdown": {
"dependencies": [
Expand Down
8 changes: 7 additions & 1 deletion src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,12 @@
, repo = "https://github.com/purescript-halogen/purescript-dom-indexed.git"
, version = "v12.0.0"
}
, dom-simple =
{ dependencies =
[ "effect", "ffi-simple", "maybe", "nullable", "prelude", "unsafe-coerce" ]
, repo = "https://github.com/garganscript/purescript-dom-simple.git"
, version = "v0.4.0"
}
, dotenv =
{ dependencies =
[ "aff"
Expand Down Expand Up @@ -4651,7 +4657,7 @@
, react-icons =
{ dependencies = [ "react-basic", "react-basic-dom", "unsafe-coerce" ]
, repo = "https://github.com/purescript-react/purescript-react-icons.git"
, version = "v1.1.4"
, version = "v1.1.5"
}
, react-markdown =
{ dependencies = [ "prelude", "react-basic-hooks" ]
Expand Down

0 comments on commit 723fd08

Please sign in to comment.