Skip to content

Commit

Permalink
Update to the 61.4.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 11, 2024
1 parent e8e0928 commit 7af7829
Show file tree
Hide file tree
Showing 3 changed files with 99 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-20241207"
"0.15.15": "psc-0.15.15-20241211"
}
49 changes: 49 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6554,6 +6554,37 @@
"repo": "https://github.com/purescript/purescript-tailrec.git",
"version": "v6.1.0"
},
"tanstack-query": {
"dependencies": [
"aff",
"arrays",
"console",
"datetime",
"effect",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"forgetmenot",
"js-promise",
"js-promise-aff",
"literals",
"maybe",
"nullable",
"partial",
"prelude",
"react-basic",
"react-basic-hooks",
"record",
"remotedata",
"typelevel-prelude",
"undefined-is-not-a-problem",
"unsafe-coerce",
"yoga-json"
],
"repo": "https://github.com/rowtype-yoga/purescript-tanstack-query.git",
"version": "v1.0.0"
},
"tecton": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -7208,6 +7239,24 @@
"repo": "https://github.com/i-am-the-slime/purescript-visx.git",
"version": "v0.0.2"
},
"vitest": {
"dependencies": [
"aff",
"effect",
"exceptions",
"js-promise",
"js-promise-aff",
"maybe",
"nullable",
"prelude",
"transformers",
"unsafe-coerce",
"web-dom",
"web-html"
],
"repo": "https://github.com/rowtype-yoga/purescript-vitest.git",
"version": "v1.0.0"
},
"web-clipboard": {
"dependencies": [
"js-promise",
Expand Down
49 changes: 49 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5883,6 +5883,37 @@
, repo = "https://github.com/purescript/purescript-tailrec.git"
, version = "v6.1.0"
}
, tanstack-query =
{ dependencies =
[ "aff"
, "arrays"
, "console"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "forgetmenot"
, "js-promise"
, "js-promise-aff"
, "literals"
, "maybe"
, "nullable"
, "partial"
, "prelude"
, "react-basic"
, "react-basic-hooks"
, "record"
, "remotedata"
, "typelevel-prelude"
, "undefined-is-not-a-problem"
, "unsafe-coerce"
, "yoga-json"
]
, repo = "https://github.com/rowtype-yoga/purescript-tanstack-query.git"
, version = "v1.0.0"
}
, tecton =
{ dependencies =
[ "arrays"
Expand Down Expand Up @@ -6442,6 +6473,24 @@
, repo = "https://github.com/i-am-the-slime/purescript-visx.git"
, version = "v0.0.2"
}
, vitest =
{ dependencies =
[ "aff"
, "effect"
, "exceptions"
, "js-promise"
, "js-promise-aff"
, "maybe"
, "nullable"
, "prelude"
, "transformers"
, "unsafe-coerce"
, "web-dom"
, "web-html"
]
, repo = "https://github.com/rowtype-yoga/purescript-vitest.git"
, version = "v1.0.0"
}
, web-clipboard =
{ dependencies = [ "js-promise", "web-html" ]
, repo = "https://github.com/purescript-web/purescript-web-clipboard.git"
Expand Down

0 comments on commit 7af7829

Please sign in to comment.