From 50575f50a68dc8b756b378674dea5c568b8c109d Mon Sep 17 00:00:00 2001 From: maddie <715921+megamaddu@users.noreply.github.com> Date: Tue, 24 May 2022 00:31:36 -0700 Subject: [PATCH] =?UTF-8?q?v7.0.1=20=E2=86=92=20v8.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 91 +++++++++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 42 deletions(-) diff --git a/bower.json b/bower.json index cac710b..c5950f5 100644 --- a/bower.json +++ b/bower.json @@ -1,44 +1,51 @@ { - "name": "purescript-react-basic-hooks", - "license": [ - "Apache-2.0" - ], - "repository": { - "type": "git", - "url": "https://github.com/spicydonuts/purescript-react-basic-hooks" - }, - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "output" - ], - "dependencies": { - "purescript-aff": "^v7.0.0", - "purescript-aff-promise": "^v4.0.0", - "purescript-bifunctors": "^v6.0.0", - "purescript-console": "^v6.0.0", - "purescript-control": "^v6.0.0", - "purescript-datetime": "^v6.0.0", - "purescript-effect": "^v4.0.0", - "purescript-either": "^v6.0.0", - "purescript-exceptions": "^v6.0.0", - "purescript-foldable-traversable": "^v6.0.0", - "purescript-functions": "^v6.0.0", - "purescript-indexed-monad": "^v2.1.0", - "purescript-integers": "^v6.0.0", - "purescript-maybe": "^v6.0.0", - "purescript-newtype": "^v5.0.0", - "purescript-now": "^v6.0.0", - "purescript-nullable": "^v6.0.0", - "purescript-ordered-collections": "^v3.0.0", - "purescript-prelude": "^v6.0.0", - "purescript-react-basic": "^v17.0.0", - "purescript-refs": "^v6.0.0", - "purescript-tuples": "^v7.0.0", - "purescript-type-equality": "^v4.0.1", - "purescript-unsafe-coerce": "^v6.0.0", - "purescript-unsafe-reference": "^v5.0.0", - "purescript-web-html": "^v4.0.0" - } + "name": "purescript-react-basic-hooks", + "license": [ + "Apache-2.0" + ], + "repository": { + "type": "git", + "url": "https://github.com/spicydonuts/purescript-react-basic-hooks" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "output" + ], + "dependencies": { + "purescript-aff": "^v7.0.0", + "purescript-aff-promise": "^v4.0.0", + "purescript-bifunctors": "^v6.0.0", + "purescript-console": "^v6.0.0", + "purescript-control": "^v6.0.0", + "purescript-datetime": "^v6.0.0", + "purescript-effect": "^v4.0.0", + "purescript-either": "^v6.0.0", + "purescript-exceptions": "^v6.0.0", + "purescript-foldable-traversable": "^v6.0.0", + "purescript-functions": "^v6.0.0", + "purescript-indexed-monad": "^v2.1.0", + "purescript-integers": "^v6.0.0", + "purescript-maybe": "^v6.0.0", + "purescript-newtype": "^v5.0.0", + "purescript-now": "^v6.0.0", + "purescript-nullable": "^v6.0.0", + "purescript-ordered-collections": "^v3.0.0", + "purescript-prelude": "^v6.0.0", + "purescript-react-basic": "^v17.0.0", + "purescript-refs": "^v6.0.0", + "purescript-tuples": "^v7.0.0", + "purescript-type-equality": "^v4.0.1", + "purescript-unsafe-coerce": "^v6.0.0", + "purescript-unsafe-reference": "^v5.0.0", + "purescript-web-html": "^v4.0.0" + }, + "resolutions": { + "purescript-control": "^6.0.0", + "purescript-newtype": "^5.0.0", + "purescript-unsafe-coerce": "^6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-safe-coerce": "^2.0.0" + } }