Skip to content

Commit

Permalink
Update dependencies (purescript#3502)
Browse files Browse the repository at this point in the history
The changes to `purescript-typelevel-prelude` allow us to pass tests.
The transitive dependency on `purescript-prelude` required an update.
  • Loading branch information
joneshf committed May 26, 2019
1 parent d5e7abd commit 29e4853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/support/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"purescript-newtype": "3.0.0",
"purescript-nonempty": "5.0.0",
"purescript-partial": "2.0.0",
"purescript-prelude": "4.0.0",
"purescript-prelude": "4.1.0",
"purescript-proxy": "3.0.0",
"purescript-psci-support": "4.0.0",
"purescript-refs": "4.1.0",
Expand All @@ -33,7 +33,7 @@
"purescript-tailrec": "4.0.0",
"purescript-tuples": "5.0.0",
"purescript-type-equality": "3.0.0",
"purescript-typelevel-prelude": "3.0.0",
"purescript-typelevel-prelude": "4.0.1",
"purescript-unfoldable": "4.0.0",
"purescript-unsafe-coerce": "4.0.0"
}
Expand Down

0 comments on commit 29e4853

Please sign in to comment.