From 3e44431ea46d0bcb3d8aa6b96c4753ab79bbcb5b Mon Sep 17 00:00:00 2001 From: Alex-IS Date: Sun, 25 Jun 2023 09:19:25 +0200 Subject: [PATCH] fix: update the ual-hypha --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d6427016a..72812371c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@graphql-codegen/typescript-operations": "^3.0.3", "@hypha-dao/hypha-token-sales-util": "^1.0.1", "@hypha-dao/ppp-client-api": "1.0.3", - "@hypha-dao/ual-hypha": "^1.0.9", + "@hypha-dao/ual-hypha": "^1.0.11", "@quasar/extras": "1.10.4", "@sentry/browser": "6.3.1", "@sentry/integrations": "6.3.1", diff --git a/yarn.lock b/yarn.lock index df414dbbb..a218bc271 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2344,10 +2344,10 @@ resolved "https://registry.yarnpkg.com/@hypha-dao/ppp-common/-/ppp-common-1.0.0.tgz#73268c7972934d8dd72d30ebe6bfcb4c0b401004" integrity sha512-evhqU5+L5RWMCJcU/8ATqOet147T2pI5P0IMMN6DiKmMcI13lzKPqzwq2e4OyfAdq84Foe55ItbvOYs9uJ713g== -"@hypha-dao/ual-hypha@^1.0.9": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@hypha-dao/ual-hypha/-/ual-hypha-1.0.9.tgz#f8e7a88672fdf9a0cb83058c3ddea7f3a47fc970" - integrity sha512-G/UgrFpoj1krYHDlONmMapfGIPxMRZlUA6+ZjhIaaJPbDzvBijfmMNuB1VI1bi3I+Rvra5HVafNIXXBryI4Z1w== +"@hypha-dao/ual-hypha@^1.0.11": + version "1.0.11" + resolved "https://registry.yarnpkg.com/@hypha-dao/ual-hypha/-/ual-hypha-1.0.11.tgz#9d5cbf22c9add46b047bac9ed6127af9d64463fd" + integrity sha512-/JadfwEgtLD0CQnTA3P2nPA8QiEftYva7ybv/oItItUGuMHUQq8ttymsDFt9KADVfvziBoi7arSL3ygjjKBZ0A== dependencies: "@babel/core" "^7.21.4" "@babel/plugin-proposal-class-properties" "^7.16.7"