Skip to content

Commit

Permalink
Update to the 33.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Aug 4, 2023
1 parent d36091f commit 5219fac
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 143 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20230803"
"0.15.10": "psc-0.15.10-20230804"
}
84 changes: 12 additions & 72 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
"web-dom"
],
"repo": "https://github.com/thought2/purescript-chameleon-react-basic.git",
"version": "v0.0.2"
"version": "v0.1.0"
},
"chameleon-styled": {
"dependencies": [
Expand Down Expand Up @@ -1784,27 +1784,6 @@
"repo": "https://github.com/sigma-andex/purescript-fast-vect.git",
"version": "v1.1.0"
},
"fetch": {
"dependencies": [
"aff",
"aff-promise",
"arraybuffer-types",
"effect",
"fetch-core",
"foreign",
"http-methods",
"newtype",
"prelude",
"record",
"typelevel-prelude",
"unsafe-coerce",
"web-file",
"web-promise",
"web-streams"
],
"repo": "https://github.com/rowtype-yoga/purescript-fetch.git",
"version": "v1.1.4"
},
"fetch-argonaut": {
"dependencies": [
"aff",
Expand All @@ -1820,33 +1799,6 @@
"repo": "https://github.com/rowtype-yoga/purescript-fetch-argonaut.git",
"version": "v1.0.1"
},
"fetch-core": {
"dependencies": [
"arraybuffer-types",
"arrays",
"console",
"effect",
"foldable-traversable",
"foreign",
"foreign-object",
"functions",
"http-methods",
"maybe",
"newtype",
"nullable",
"prelude",
"record",
"tuples",
"typelevel-prelude",
"unfoldable",
"unsafe-coerce",
"web-file",
"web-promise",
"web-streams"
],
"repo": "https://github.com/rowtype-yoga/purescript-fetch-core.git",
"version": "v4.0.4"
},
"fetch-yoga-json": {
"dependencies": [
"aff",
Expand Down Expand Up @@ -2954,7 +2906,7 @@
"typelevel-prelude"
],
"repo": "https://github.com/thought2/purescript-interactive-data.all.git",
"version": "v0.0.3"
"version": "v0.3.0"
},
"interpolate": {
"dependencies": [
Expand Down Expand Up @@ -3996,7 +3948,7 @@
"node-fs",
"node-path"
],
"repo": "https://github.com/purescript-node/purescript-node-fs-aff.git",
"repo": "https://github.com/purescript-deprecated/purescript-node-fs-aff.git",
"version": "v9.2.0"
},
"node-http": {
Expand Down Expand Up @@ -4141,7 +4093,7 @@
"st",
"tailrec"
],
"repo": "https://github.com/purescript-node/purescript-node-streams-aff.git",
"repo": "https://github.com/purescript-deprecated/purescript-node-streams-aff.git",
"version": "v5.0.0"
},
"node-url": {
Expand Down Expand Up @@ -6757,15 +6709,15 @@
"effect",
"foreign-object",
"http-methods",
"js-promise",
"prelude",
"record",
"typelevel-prelude",
"web-file",
"web-promise",
"web-streams"
],
"repo": "https://github.com/purescript-web/purescript-web-fetch.git",
"version": "v3.0.0"
"version": "v4.0.1"
},
"web-file": {
"dependencies": [
Expand Down Expand Up @@ -6829,18 +6781,6 @@
"repo": "https://github.com/rowtype-yoga/purescript-web-proletarian.git",
"version": "v1.0.0"
},
"web-promise": {
"dependencies": [
"effect",
"exceptions",
"foldable-traversable",
"functions",
"maybe",
"prelude"
],
"repo": "https://github.com/purescript-web/purescript-web-promise.git",
"version": "v3.1.0"
},
"web-resize-observer": {
"dependencies": [
"arrays",
Expand Down Expand Up @@ -6897,13 +6837,13 @@
"arraybuffer-types",
"effect",
"exceptions",
"js-promise",
"nullable",
"prelude",
"tuples",
"web-promise"
"tuples"
],
"repo": "https://github.com/purescript-web/purescript-web-streams.git",
"version": "v3.0.0"
"version": "v4.0.0"
},
"web-touchevents": {
"dependencies": [
Expand Down Expand Up @@ -6982,18 +6922,18 @@
"foreign-object",
"functions",
"integers",
"js-promise",
"maybe",
"newtype",
"ordered-collections",
"prelude",
"uint",
"unsafe-coerce",
"web-events",
"web-html",
"web-promise"
"web-html"
],
"repo": "https://github.com/purescript-web/purescript-webgpu.git",
"version": "v0.0.0"
"version": "v0.0.1"
},
"which": {
"dependencies": [
Expand Down
81 changes: 11 additions & 70 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
, "web-dom"
]
, repo = "https://github.com/thought2/purescript-chameleon-react-basic.git"
, version = "v0.0.2"
, version = "v0.1.0"
}
, chameleon-styled =
{ dependencies =
Expand Down Expand Up @@ -1590,27 +1590,6 @@
, repo = "https://github.com/sigma-andex/purescript-fast-vect.git"
, version = "v1.1.0"
}
, fetch =
{ dependencies =
[ "aff"
, "aff-promise"
, "arraybuffer-types"
, "effect"
, "fetch-core"
, "foreign"
, "http-methods"
, "newtype"
, "prelude"
, "record"
, "typelevel-prelude"
, "unsafe-coerce"
, "web-file"
, "web-promise"
, "web-streams"
]
, repo = "https://github.com/rowtype-yoga/purescript-fetch.git"
, version = "v1.1.4"
}
, fetch-argonaut =
{ dependencies =
[ "aff"
Expand All @@ -1626,33 +1605,6 @@
, repo = "https://github.com/rowtype-yoga/purescript-fetch-argonaut.git"
, version = "v1.0.1"
}
, fetch-core =
{ dependencies =
[ "arraybuffer-types"
, "arrays"
, "console"
, "effect"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "functions"
, "http-methods"
, "maybe"
, "newtype"
, "nullable"
, "prelude"
, "record"
, "tuples"
, "typelevel-prelude"
, "unfoldable"
, "unsafe-coerce"
, "web-file"
, "web-promise"
, "web-streams"
]
, repo = "https://github.com/rowtype-yoga/purescript-fetch-core.git"
, version = "v4.0.4"
}
, fetch-yoga-json =
{ dependencies =
[ "aff"
Expand Down Expand Up @@ -2687,7 +2639,7 @@
, "typelevel-prelude"
]
, repo = "https://github.com/thought2/purescript-interactive-data.all.git"
, version = "v0.0.3"
, version = "v0.3.0"
}
, interpolate =
{ dependencies = [ "partial", "prelude" ]
Expand Down Expand Up @@ -3568,7 +3520,7 @@
}
, node-fs-aff =
{ dependencies = [ "aff", "either", "node-fs", "node-path" ]
, repo = "https://github.com/purescript-node/purescript-node-fs-aff.git"
, repo = "https://github.com/purescript-deprecated/purescript-node-fs-aff.git"
, version = "v9.2.0"
}
, node-http =
Expand Down Expand Up @@ -3702,7 +3654,8 @@
, "st"
, "tailrec"
]
, repo = "https://github.com/purescript-node/purescript-node-streams-aff.git"
, repo =
"https://github.com/purescript-deprecated/purescript-node-streams-aff.git"
, version = "v5.0.0"
}
, node-url =
Expand Down Expand Up @@ -6013,15 +5966,15 @@
[ "effect"
, "foreign-object"
, "http-methods"
, "js-promise"
, "prelude"
, "record"
, "typelevel-prelude"
, "web-file"
, "web-promise"
, "web-streams"
]
, repo = "https://github.com/purescript-web/purescript-web-fetch.git"
, version = "v3.0.0"
, version = "v4.0.1"
}
, web-file =
{ dependencies = [ "foreign", "media-types", "web-dom" ]
Expand Down Expand Up @@ -6067,18 +6020,6 @@
, repo = "https://github.com/rowtype-yoga/purescript-web-proletarian.git"
, version = "v1.0.0"
}
, web-promise =
{ dependencies =
[ "effect"
, "exceptions"
, "foldable-traversable"
, "functions"
, "maybe"
, "prelude"
]
, repo = "https://github.com/purescript-web/purescript-web-promise.git"
, version = "v3.1.0"
}
, web-resize-observer =
{ dependencies =
[ "arrays"
Expand Down Expand Up @@ -6129,13 +6070,13 @@
[ "arraybuffer-types"
, "effect"
, "exceptions"
, "js-promise"
, "nullable"
, "prelude"
, "tuples"
, "web-promise"
]
, repo = "https://github.com/purescript-web/purescript-web-streams.git"
, version = "v3.0.0"
, version = "v4.0.0"
}
, web-touchevents =
{ dependencies = [ "web-uievents" ]
Expand Down Expand Up @@ -6198,6 +6139,7 @@
, "foreign-object"
, "functions"
, "integers"
, "js-promise"
, "maybe"
, "newtype"
, "ordered-collections"
Expand All @@ -6206,10 +6148,9 @@
, "unsafe-coerce"
, "web-events"
, "web-html"
, "web-promise"
]
, repo = "https://github.com/purescript-web/purescript-webgpu.git"
, version = "v0.0.0"
, version = "v0.0.1"
}
, which =
{ dependencies =
Expand Down

0 comments on commit 5219fac

Please sign in to comment.