diff --git a/packages.json b/packages.json index 43c384fd..f7df6cb8 100644 --- a/packages.json +++ b/packages.json @@ -87,7 +87,7 @@ "record" ], "repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git", - "version": "v5.1.2" + "version": "v5.1.3" }, "argonaut-core": { "dependencies": [ @@ -618,7 +618,7 @@ "unfoldable" ], "repo": "https://github.com/purescript/purescript-foreign-object.git", - "version": "v1.1.0" + "version": "v2.0.0" }, "fork": { "dependencies": [ @@ -1628,7 +1628,7 @@ "tuples" ], "repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git", - "version": "v5.0.0" + "version": "v6.0.0" }, "proxy": { "dependencies": [ @@ -1678,7 +1678,7 @@ "unfoldable" ], "repo": "https://github.com/purescript/purescript-quickcheck.git", - "version": "v5.0.0" + "version": "v6.0.0" }, "quickcheck-laws": { "dependencies": [ @@ -1776,7 +1776,7 @@ "unsafe-coerce" ], "repo": "https://github.com/purescript/purescript-record.git", - "version": "v1.0.0" + "version": "v2.0.0" }, "record-extra": { "dependencies": [ diff --git a/src/groups/purescript-contrib.dhall b/src/groups/purescript-contrib.dhall index 47911184..c0b980f2 100644 --- a/src/groups/purescript-contrib.dhall +++ b/src/groups/purescript-contrib.dhall @@ -17,7 +17,7 @@ in { aff-coroutines = , "record" ] "https://github.com/purescript-contrib/purescript-argonaut-codecs.git" - "v5.1.2" + "v5.1.3" , argonaut-core = mkPackage [ "arrays" @@ -134,7 +134,7 @@ in { aff-coroutines = , "tuples" ] "https://github.com/purescript-contrib/purescript-profunctor-lenses.git" - "v5.0.0" + "v6.0.0" , react = mkPackage [ "effect" diff --git a/src/groups/purescript.dhall b/src/groups/purescript.dhall index bce04a15..7e236478 100644 --- a/src/groups/purescript.dhall +++ b/src/groups/purescript.dhall @@ -166,7 +166,7 @@ in { arrays = , "unfoldable" ] "https://github.com/purescript/purescript-foreign-object.git" - "v1.1.0" + "v2.0.0" , free = mkPackage [ "catenable-lists" @@ -409,7 +409,7 @@ in { arrays = , "unfoldable" ] "https://github.com/purescript/purescript-quickcheck.git" - "v5.0.0" + "v6.0.0" , random = mkPackage [ "effect", "integers", "math" ] @@ -419,7 +419,7 @@ in { arrays = mkPackage [ "functions", "prelude", "st", "typelevel-prelude", "unsafe-coerce" ] "https://github.com/purescript/purescript-record.git" - "v1.0.0" + "v2.0.0" , refs = mkPackage [ "effect", "prelude" ]