Skip to content

Commit

Permalink
Update react-basic-hooks to v7.0.1 (purescript#1061)
Browse files Browse the repository at this point in the history
* Update `react-basic-hooks` to v7.0.1

* Regenerate `packages.json`
  • Loading branch information
maxdeviant authored Jan 30, 2022
1 parent 811000d commit 45ba42a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
13 changes: 12 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3692,23 +3692,34 @@
"dependencies": [
"aff",
"aff-promise",
"bifunctors",
"console",
"control",
"datetime",
"effect",
"either",
"exceptions",
"foldable-traversable",
"functions",
"indexed-monad",
"integers",
"maybe",
"newtype",
"now",
"nullable",
"ordered-collections",
"prelude",
"psci-support",
"react-basic",
"refs",
"tuples",
"type-equality",
"unsafe-coerce",
"unsafe-reference",
"web-html"
],
"repo": "https://github.com/spicydonuts/purescript-react-basic-hooks.git",
"version": "v7.0.0"
"version": "v7.0.1"
},
"react-dom": {
"dependencies": [
Expand Down
17 changes: 14 additions & 3 deletions src/groups/spicydonuts.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,35 @@
}
, react-basic-hooks =
{ dependencies =
[ "prelude"
[ "aff"
, "aff-promise"
, "aff"
, "bifunctors"
, "console"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "functions"
, "indexed-monad"
, "integers"
, "maybe"
, "newtype"
, "now"
, "nullable"
, "ordered-collections"
, "prelude"
, "psci-support"
, "react-basic"
, "refs"
, "tuples"
, "type-equality"
, "unsafe-coerce"
, "unsafe-reference"
, "web-html"
]
, repo = "https://github.com/spicydonuts/purescript-react-basic-hooks.git"
, version = "v7.0.0"
, version = "v7.0.1"
}
}

0 comments on commit 45ba42a

Please sign in to comment.