Skip to content

Commit

Permalink
Update to the 60.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 5, 2024
1 parent 595d920 commit 1aa1948
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
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-20240927"
"0.15.15": "psc-0.15.15-20241005"
}
32 changes: 32 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4480,6 +4480,16 @@
"repo": "https://github.com/mikesol/purescript-oooooooooorrrrrrrmm-lib.git",
"version": "v0.0.1"
},
"open-colors-scales-and-schemes": {
"dependencies": [
"arrays",
"colors",
"partial",
"prelude"
],
"repo": "https://github.com/purescript-open-community/purescript-open-colors-scales-and-schemes.git",
"version": "v1.0.0"
},
"open-folds": {
"dependencies": [
"control",
Expand Down Expand Up @@ -5380,6 +5390,28 @@
"repo": "https://github.com/purescript-react/purescript-react-basic-dom.git",
"version": "v6.1.0"
},
"react-basic-dom-beta": {
"dependencies": [
"datetime",
"effect",
"forgetmenot",
"functions",
"nullable",
"prelude",
"react-basic",
"react-basic-hooks",
"record",
"type-equality",
"typelevel-prelude",
"unsafe-coerce",
"web-dom",
"web-events",
"web-html",
"web-touchevents"
],
"repo": "https://github.com/rowtype-yoga/purescript-react-basic-dom-beta.git",
"version": "v0.1.1"
},
"react-basic-emotion": {
"dependencies": [
"arrays",
Expand Down
28 changes: 28 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3976,6 +3976,12 @@
, repo = "https://github.com/mikesol/purescript-oooooooooorrrrrrrmm-lib.git"
, version = "v0.0.1"
}
, open-colors-scales-and-schemes =
{ dependencies = [ "arrays", "colors", "partial", "prelude" ]
, repo =
"https://github.com/purescript-open-community/purescript-open-colors-scales-and-schemes.git"
, version = "v1.0.0"
}
, open-folds =
{ dependencies =
[ "control"
Expand Down Expand Up @@ -4810,6 +4816,28 @@
, repo = "https://github.com/purescript-react/purescript-react-basic-dom.git"
, version = "v6.1.0"
}
, react-basic-dom-beta =
{ dependencies =
[ "datetime"
, "effect"
, "forgetmenot"
, "functions"
, "nullable"
, "prelude"
, "react-basic"
, "react-basic-hooks"
, "record"
, "type-equality"
, "typelevel-prelude"
, "unsafe-coerce"
, "web-dom"
, "web-events"
, "web-html"
, "web-touchevents"
]
, repo = "https://github.com/rowtype-yoga/purescript-react-basic-dom-beta.git"
, version = "v0.1.1"
}
, react-basic-emotion =
{ dependencies =
[ "arrays"
Expand Down

0 comments on commit 1aa1948

Please sign in to comment.