Skip to content

Commit

Permalink
Update to the 60.5.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Oct 10, 2024
1 parent 0fc3308 commit 7f3fb97
Show file tree
Hide file tree
Showing 3 changed files with 15 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-20241008"
"0.15.15": "psc-0.15.15-20241010"
}
9 changes: 9 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,15 @@
"repo": "https://github.com/purescript-contrib/purescript-js-uri.git",
"version": "v3.1.0"
},
"jsdom": {
"dependencies": [
"effect",
"record",
"web-dom"
],
"repo": "https://github.com/purescript-open-community/purescript-jsdom.git",
"version": "v1.0.0"
},
"json": {
"dependencies": [
"either",
Expand Down
5 changes: 5 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2811,6 +2811,11 @@
, repo = "https://github.com/purescript-contrib/purescript-js-uri.git"
, version = "v3.1.0"
}
, jsdom =
{ dependencies = [ "effect", "record", "web-dom" ]
, repo = "https://github.com/purescript-open-community/purescript-jsdom.git"
, version = "v1.0.0"
}
, json =
{ dependencies =
[ "either"
Expand Down

0 comments on commit 7f3fb97

Please sign in to comment.