diff --git a/.env.example b/.env.example index ab872aaf3..2d4748f1d 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,10 @@ REACT_APP_ENV_NAME=testing -REACT_APP_WIDGETS_URL= +# TESTING +REACT_APP_WIDGETS_URL=https://widgets-test.on.fleek.co +# STAGING +# REACT_APP_WIDGETS_URL=https://widgets-staging.on.fleek.co +# PRODUCTION +# REACT_APP_WIDGETS_URL=https://widgets.bosonprotocol.io # Infura IPFS project ID, used for auth header REACT_APP_INFURA_IPFS_PROJECT_ID= diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index db6a812dd..1919de955 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,6 +51,7 @@ jobs: REACT_APP_RELEASE_NAME: ${{ needs.prejob.outputs.releaseName }} REACT_APP_DAPP_VIEW_MODE: "same_origin" REACT_APP_DR_CENTER_VIEW_MODE: "same_origin" + REACT_APP_WIDGETS_URL: "https://widgets-test.on.fleek.co" secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -82,6 +83,7 @@ jobs: REACT_APP_RELEASE_NAME: ${{ needs.prejob.outputs.releaseName }} REACT_APP_DAPP_VIEW_MODE: "https://interface-test.on.fleek.co" REACT_APP_DR_CENTER_VIEW_MODE: "https://drcenter-test.on.fleek.co" + REACT_APP_WIDGETS_URL: "https://widgets-test.on.fleek.co" secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }} @@ -118,6 +120,7 @@ jobs: REACT_APP_RELEASE_NAME: ${{ needs.prejob.outputs.releaseName }} REACT_APP_DAPP_VIEW_MODE: "https://interface-staging.on.fleek.co" REACT_APP_DR_CENTER_VIEW_MODE: "https://drcenter-staging.on.fleek.co" + REACT_APP_WIDGETS_URL: "https://widgets-staging.on.fleek.co" secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }} @@ -154,6 +157,7 @@ jobs: REACT_APP_RELEASE_NAME: ${{ needs.prejob.outputs.releaseName }} REACT_APP_DAPP_VIEW_MODE: "https://bosonapp.io" REACT_APP_DR_CENTER_VIEW_MODE: "https://disputes.bosonprotocol.io" + REACT_APP_WIDGETS_URL: "https://widgets.bosonprotocol.io" secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }} diff --git a/.github/workflows/ci_reusable.yaml b/.github/workflows/ci_reusable.yaml index ab537990f..83e28909b 100644 --- a/.github/workflows/ci_reusable.yaml +++ b/.github/workflows/ci_reusable.yaml @@ -45,6 +45,9 @@ on: REACT_APP_DR_CENTER_VIEW_MODE: required: true type: string + REACT_APP_WIDGETS_URL: + required: true + type: string secrets: NPM_TOKEN: required: true @@ -124,6 +127,7 @@ jobs: REACT_APP_VIEW_MODE: "dapp" REACT_APP_DAPP_VIEW_MODE: ${{ inputs.REACT_APP_DAPP_VIEW_MODE }} REACT_APP_DR_CENTER_VIEW_MODE: ${{ inputs.REACT_APP_DR_CENTER_VIEW_MODE }} + REACT_APP_WIDGETS_URL: ${{ inputs.REACT_APP_WIDGETS_URL }} outputs: jobLint: ${{ steps.lint.outputs.pass }} jobBuild: ${{ steps.build.outputs.pass }} diff --git a/package-lock.json b/package-lock.json index 1bdbedc48..638e0158b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.17.7-alpha.0", + "@bosonprotocol/react-kit": "^0.19.1-alpha.1", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.6.1", @@ -1945,11 +1945,11 @@ } }, "node_modules/@bosonprotocol/common": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.22.3.tgz", - "integrity": "sha512-zk2rpouuFmCqev4+Byyc8d7uucJzC/o9MuMgnU1fWo2IlygakmktAQWU3tboaKVVbDCrbUzdsyC6F7P46ckaAQ==", + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.22.4.tgz", + "integrity": "sha512-VfIVE0ej4OVSpiUtATEVdcN70dO9c/3BlkpKVPFHahbl6X4C/3xAucOy7ZuqyE+ZFywujWzF6Vx7/aaEi+qhag==", "dependencies": { - "@bosonprotocol/metadata": "^1.12.0", + "@bosonprotocol/metadata": "^1.12.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -1959,11 +1959,11 @@ } }, "node_modules/@bosonprotocol/core-sdk": { - "version": "1.29.0-alpha.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.29.0-alpha.0.tgz", - "integrity": "sha512-ey41P+SBIvuIBuJiBvCZy1uWFuyizgV39+wqAYLjlvbJmRjkSYmKkUw1c6JOI1HWMPQygG0LA88QsifiZXrmxQ==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.29.0.tgz", + "integrity": "sha512-8I4hLkzwMGkr/tnIn93ns2SES0iBy+oOUAlliVS+YxSZ5qFEg6vs2cWtHYorcoLqXWaJEiWGXix/PIbKC7nj1w==", "dependencies": { - "@bosonprotocol/common": "^1.22.3", + "@bosonprotocol/common": "^1.22.4", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -1979,116 +1979,173 @@ } }, "node_modules/@bosonprotocol/ethers-sdk": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.12.5.tgz", - "integrity": "sha512-AfBsvOxhnbJkSlq8ZE4KPsgxKhG9zGTXwX9QrKURsHRTQriU6gbvVKWKtFVCHqJGngBmaqDv1UZDfenU/CVeKQ==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.12.6.tgz", + "integrity": "sha512-8hgnDWKXpVVI+lqHR71YcNh06ic79M1/CgZdYU7Ov2n2t0/XeAGhv9m9ZUWtPP/YisZv75cHAd91IEbxOSaiJg==", "dependencies": { - "@bosonprotocol/common": "^1.22.3" + "@bosonprotocol/common": "^1.22.4" }, "peerDependencies": { "ethers": "^5.5.0" } }, "node_modules/@bosonprotocol/ipfs-storage": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.10.7.tgz", - "integrity": "sha512-Hksu/rdzGxqNkKgwYzeOJhRnDUYMLONpQcS+i2Al5ZO8TrAc7unU/lbYPQxeGHo80tPepCleIyCddeMU/+SM1A==", + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.10.8.tgz", + "integrity": "sha512-usc1/bhLd9CC30NqN5lua+Gvs1o8yazy8KHQcxDgA82/NwFlXPgdWLkMzy5oqEKDAOY2I4lwyVH37x16sz161g==", "dependencies": { - "@bosonprotocol/metadata": "^1.12.0", + "@bosonprotocol/metadata": "^1.12.1", "ipfs-http-client": "^56.0.1", "multiformats": "^9.6.4", "uint8arrays": "^3.0.0" } }, "node_modules/@bosonprotocol/metadata": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/metadata/-/metadata-1.12.0.tgz", - "integrity": "sha512-Ycs9gf42cHxyv5xhIWuV5g+MIJ9DTI+QvVG2holV3FmXfXD8nVIDsHl8DoqFqkt5JLoHH/54WRyb5rIksgnaYA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/metadata/-/metadata-1.12.1.tgz", + "integrity": "sha512-FV1uOmuNu5j+j26+l6cedGUdgzRijRRT9oYqk45DDG8GC32g3EUYalEbh9bw9YYKEne3nuWONpKbmzT0cWCk+w==", "dependencies": { "schema-to-yup": "^1.11.11" } }, "node_modules/@bosonprotocol/react-kit": { - "version": "0.17.7-alpha.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.17.7-alpha.0.tgz", - "integrity": "sha512-fBiHtyRNKyYejm0ow1koshTUsMeZypZYL57MUSc6wn79cvRoBV47uPFBWKmdDqbngsnzu6JYsDrCUmZGl8sxrQ==", - "dependencies": { - "@bosonprotocol/core-sdk": "^1.29.0-alpha.0", - "@bosonprotocol/ethers-sdk": "^1.12.5", - "@bosonprotocol/ipfs-storage": "^1.10.7", - "@ethersproject/units": "^5.6.0", - "@rainbow-me/rainbowkit": "^0.5.3", - "@tippyjs/react": "^4.2.6", + "version": "0.19.1-alpha.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.19.1-alpha.1.tgz", + "integrity": "sha512-YvuyZuOdbLaqYU6IcfjJquU20UlUiHwpCKR/OQsnXiXrz0M5LwmlFibZwwcZv0ZMho8q9MHNnHXWoWublGcUdw==", + "dependencies": { + "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", + "@bosonprotocol/core-sdk": "^1.29.0", + "@bosonprotocol/ethers-sdk": "^1.12.6", + "@bosonprotocol/ipfs-storage": "^1.10.8", + "@davatar/react": "1.11.1", + "@ethersproject/units": "5.6.0", + "@glidejs/glide": "3.6.0", + "@rainbow-me/rainbowkit": "1.0.4", + "@sentry/browser": "7.43.0", + "@tippyjs/react": "4.2.6", + "@wagmi/core": "^1.3.3", "@web3-react/core": "8.0.18-beta.0", - "dayjs": "^1.11.7", - "graphql-request": "^5.2.0", - "phosphor-react": "^1.4.1", - "react-query": "^3.39.3", - "react-table": "^7.8.0", - "styled-components": "^5.3.5", - "tippy.js": "^6.3.7", - "use-async-effect": "^2.2.5", - "wagmi": "^0.6.8", - "yup": "^0.32.11" + "dayjs": "1.11.7", + "formik": "2.2.9", + "graphql-request": "5.2.0", + "lodash.merge": "4.6.2", + "lodash.uniqby": "4.7.0", + "phosphor-react": "1.4.1", + "react-hot-toast": "2.4.0", + "react-markdown": "8.0.6", + "react-phone-number-input": "3.2.19", + "react-query": "3.39.3", + "react-responsive": "9.0.2", + "react-router-dom": "6.9.0", + "react-select": "5.7.0", + "react-table": "7.8.0", + "rehype-raw": "6.1.1", + "remark-gfm": "3.0.1", + "styled-components": "5.3.5", + "tippy.js": "6.3.7", + "use-async-effect": "2.2.7", + "utility-types": "3.10.0", + "viem": "1.2.6", + "wagmi": "1.3.3", + "yup": "0.32.11" }, "peerDependencies": { - "ethers": "^5.6.1", + "ethers": "^5.7.2", "react": "17 - 18", "react-dom": "17 - 18" } }, - "node_modules/@bosonprotocol/react-kit/node_modules/@rainbow-me/rainbowkit": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@rainbow-me/rainbowkit/-/rainbowkit-0.5.3.tgz", - "integrity": "sha512-y5mJowaecrooUQRi39BiQ5B9s1gdiJjvtDWCgBsE6p9Ab8QKdB4UD7piPLYB3loy+nEF9Y1KPMBYq6NqJ3rTNQ==", - "dependencies": { - "@vanilla-extract/css": "1.7.0", - "@vanilla-extract/dynamic": "2.0.2", - "@vanilla-extract/sprinkles": "1.4.1", - "clsx": "1.1.1", - "qrcode": "1.5.0", - "react-remove-scroll": "2.5.4" - }, - "engines": { - "node": ">=12.4" - }, - "peerDependencies": { - "ethers": ">=5.5.1", - "react": ">=17", - "react-dom": ">=17", - "wagmi": "0.5.x || 0.6.x" - } - }, - "node_modules/@bosonprotocol/react-kit/node_modules/@wagmi/core": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-0.5.8.tgz", - "integrity": "sha512-1mABf1bXyn3AOHyQkios4FTGqoARa8y1tf7GMH6t1c7q0nAMSbpXoTDdjEidUHy8qhWoG0y3Ez4PjCi8WQnmMg==", + "node_modules/@bosonprotocol/react-kit/node_modules/@ethersproject/units": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.0.tgz", + "integrity": "sha512-tig9x0Qmh8qbo1w8/6tmtyrm/QQRviBh389EQ+d8fP4wDsBrJBf08oZfoiz1/uenKK9M78yAP4PoR7SsVoTjsw==", "funding": [ { - "type": "gitcoin", - "url": "https://gitcoin.co/grants/4493/wagmi-react-hooks-library-for-ethereum" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "github", - "url": "https://github.com/sponsors/wagmi-dev" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], "dependencies": { - "eventemitter3": "^4.0.7", - "zustand": "^4.0.0" + "@ethersproject/bignumber": "^5.6.0", + "@ethersproject/constants": "^5.6.0", + "@ethersproject/logger": "^5.6.0" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@floating-ui/core": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", + "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", + "dependencies": { + "@floating-ui/utils": "^0.1.1" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@floating-ui/dom": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.1.tgz", + "integrity": "sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==", + "dependencies": { + "@floating-ui/core": "^1.4.1", + "@floating-ui/utils": "^0.1.1" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@remix-run/router": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz", + "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==", + "engines": { + "node": ">=14" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@sentry/browser": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.43.0.tgz", + "integrity": "sha512-NlRkBYKb9o5IQdGY8Ktps19Hz9RdSuqS1tlLC7Sjr+MqZqSHmhKq8MWJKciRynxBeMbeGt0smExi9BqpVQdCEg==", + "dependencies": { + "@sentry/core": "7.43.0", + "@sentry/replay": "7.43.0", + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" }, - "peerDependencies": { - "@coinbase/wallet-sdk": ">=3.3.0", - "@walletconnect/ethereum-provider": ">=1.7.5", - "ethers": ">=5.5.1" + "engines": { + "node": ">=8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@sentry/core": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.43.0.tgz", + "integrity": "sha512-zvMZgEi7ptLBwDnd+xR/u4zdSe5UzS4S3ZhoemdQrn1PxsaVySD/ptyzLoGSZEABqlRxGHnQrZ78MU1hUDvKuQ==", + "dependencies": { + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" }, - "peerDependenciesMeta": { - "@coinbase/wallet-sdk": { - "optional": true - }, - "@walletconnect/ethereum-provider": { - "optional": true - } + "engines": { + "node": ">=8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@sentry/types": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.43.0.tgz", + "integrity": "sha512-5XxCWqYWJNoS+P6Ie2ZpUDxLRCt7FTEzmlQkCdjW6MFWOX26hAbF/wEuOTYAFKZXMIXOz0Egofik1e8v1Cg6/A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/@sentry/utils": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.43.0.tgz", + "integrity": "sha512-f78YfMLcgNU7+suyWFCuQhQlneXXMS+egb0EFZh7iU7kANUPRX5T4b+0C+fwaPm5gA6XfGYskr4ZnzQJLOlSqg==", + "dependencies": { + "@sentry/types": "7.43.0", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=8" } }, "node_modules/@bosonprotocol/react-kit/node_modules/graphql-request": { @@ -2105,32 +2162,108 @@ "graphql": "14 - 16" } }, - "node_modules/@bosonprotocol/react-kit/node_modules/wagmi": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/wagmi/-/wagmi-0.6.8.tgz", - "integrity": "sha512-pIOn7I56KPfdPQ1WRIWzWnpC8eJZm1V25Rcn5fbgOJ2eV3kjGNchnIub/ERY1VMKywxkCAfgXfn2D/tqwCJsWw==", - "funding": [ - { - "type": "gitcoin", - "url": "https://gitcoin.co/grants/4493/wagmi-react-hooks-library-for-ethereum" - }, - { - "type": "github", - "url": "https://github.com/sponsors/wagmi-dev" - } - ], + "node_modules/@bosonprotocol/react-kit/node_modules/react-markdown": { + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.6.tgz", + "integrity": "sha512-KgPWsYgHuftdx510wwIzpwf+5js/iHqBR+fzxefv8Khk3mFbnioF1bmL2idHN3ler0LMQmICKeDrWnZrX9mtbQ==", "dependencies": { - "@coinbase/wallet-sdk": "^3.3.0", - "@tanstack/query-sync-storage-persister": "^4.0.10", - "@tanstack/react-query": "^4.0.10", - "@tanstack/react-query-persist-client": "^4.0.10", - "@wagmi/core": "^0.5.8", - "@walletconnect/ethereum-provider": "^1.7.8", - "use-sync-external-store": "^1.2.0" + "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", + "@types/unist": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^2.0.0", + "prop-types": "^15.0.0", + "property-information": "^6.0.0", + "react-is": "^18.0.0", + "remark-parse": "^10.0.0", + "remark-rehype": "^10.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.0", + "unified": "^10.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "@types/react": ">=16", + "react": ">=16" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/react-phone-number-input": { + "version": "3.2.19", + "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.19.tgz", + "integrity": "sha512-3peWqyFgJ3+IvkB0GHvhAzQ6LEfJw1/obG8KPvCcac8OKp9Ir+pLdyySgxbD56EYkaAwZbBwOQJaGNqIX0yrtg==", + "dependencies": { + "classnames": "^2.3.1", + "country-flag-icons": "^1.5.4", + "input-format": "^0.3.8", + "libphonenumber-js": "^1.10.20", + "prop-types": "^15.8.1" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/react-router": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz", + "integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==", + "dependencies": { + "@remix-run/router": "1.4.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/react-router-dom": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz", + "integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==", + "dependencies": { + "@remix-run/router": "1.4.0", + "react-router": "6.9.0" + }, + "engines": { + "node": ">=14" }, "peerDependencies": { - "ethers": ">=5.5.1", - "react": ">=17.0.0" + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/react-select": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz", + "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==", + "dependencies": { + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^6.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.1.2" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@bosonprotocol/react-kit/node_modules/style-to-object": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz", + "integrity": "sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==", + "dependencies": { + "inline-style-parser": "0.1.1" } }, "node_modules/@cfcs/core": { @@ -2411,8 +2544,9 @@ } }, "node_modules/@davatar/react": { - "version": "1.10.4", - "license": "MIT", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@davatar/react/-/react-1.11.1.tgz", + "integrity": "sha512-j28OvzkRs/Ce+kVJ+w14HPlV9bTtGE43pr2BZb2plgptoT8LRCziX/abzFDNk9Zib5/Qf3/eWUitI0ksXAl+3w==", "dependencies": { "@ethersproject/abstract-signer": "^5", "@ethersproject/contracts": "^5", @@ -4239,9 +4373,15 @@ "react-dom": ">=16.8.0" } }, + "node_modules/@floating-ui/utils": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" + }, "node_modules/@glidejs/glide": { - "version": "3.5.2", - "license": "MIT" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@glidejs/glide/-/glide-3.6.0.tgz", + "integrity": "sha512-47Aa+JmYjY4xTFpTtYCwrqirmI1arnp1UZETwtWpbTPisXUAuxrdJxKJLH8KHFWMsSrLi9+AcfyfzDIuO75rEA==" }, "node_modules/@graphql-codegen/cli": { "version": "2.13.1", @@ -5913,31 +6053,6 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@json-rpc-tools/provider": { - "version": "1.7.6", - "license": "MIT", - "dependencies": { - "@json-rpc-tools/utils": "^1.7.6", - "axios": "^0.21.0", - "safe-json-utils": "^1.1.1", - "ws": "^7.4.0" - } - }, - "node_modules/@json-rpc-tools/types": { - "version": "1.7.6", - "license": "MIT", - "dependencies": { - "keyvaluestorage-interface": "^1.0.0" - } - }, - "node_modules/@json-rpc-tools/utils": { - "version": "1.7.6", - "license": "MIT", - "dependencies": { - "@json-rpc-tools/types": "^1.7.6", - "@pedrouid/environment": "^1.0.1" - } - }, "node_modules/@juggle/resize-observer": { "version": "3.4.0", "license": "Apache-2.0" @@ -7347,10 +7462,6 @@ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", "dev": true }, - "node_modules/@pedrouid/environment": { - "version": "1.0.1", - "license": "MIT" - }, "node_modules/@pkgr/utils": { "version": "2.3.0", "dev": true, @@ -7514,23 +7625,28 @@ }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" }, "node_modules/@protobufjs/base64": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" }, "node_modules/@protobufjs/codegen": { "version": "2.0.4", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" }, "node_modules/@protobufjs/eventemitter": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" }, "node_modules/@protobufjs/fetch": { "version": "1.1.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", "dependencies": { "@protobufjs/aspromise": "^1.1.1", "@protobufjs/inquire": "^1.1.0" @@ -7538,23 +7654,28 @@ }, "node_modules/@protobufjs/float": { "version": "1.0.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" }, "node_modules/@protobufjs/inquire": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" }, "node_modules/@protobufjs/path": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" }, "node_modules/@protobufjs/pool": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" }, "node_modules/@protobufjs/utf8": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@radix-ui/primitive": { "version": "1.0.0", @@ -8995,8 +9116,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.0.1", - "license": "MIT", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.2.tgz", + "integrity": "sha512-7Lcn7IqGMV+vizMPoEl5F0XDshcdDYtMI6uJLQdQz5CfZAwy3vvGKYSUk789qndt5dEC4HfSjviSYlSoHGL2+A==", "engines": { "node": ">=14" } @@ -9212,6 +9334,52 @@ "react": "15.x || 16.x || 17.x || 18.x" } }, + "node_modules/@sentry/replay": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.43.0.tgz", + "integrity": "sha512-2dGJS6p8uG1JZ7x/A3FyqnILTkXarbvfR+o1lC7z9lu34Wx0ZBeU2in/S2YHNGAE6XvfsePq3ya/s7LaNkk4qQ==", + "dependencies": { + "@sentry/core": "7.43.0", + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@sentry/replay/node_modules/@sentry/core": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.43.0.tgz", + "integrity": "sha512-zvMZgEi7ptLBwDnd+xR/u4zdSe5UzS4S3ZhoemdQrn1PxsaVySD/ptyzLoGSZEABqlRxGHnQrZ78MU1hUDvKuQ==", + "dependencies": { + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@sentry/replay/node_modules/@sentry/types": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.43.0.tgz", + "integrity": "sha512-5XxCWqYWJNoS+P6Ie2ZpUDxLRCt7FTEzmlQkCdjW6MFWOX26hAbF/wEuOTYAFKZXMIXOz0Egofik1e8v1Cg6/A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@sentry/replay/node_modules/@sentry/utils": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.43.0.tgz", + "integrity": "sha512-f78YfMLcgNU7+suyWFCuQhQlneXXMS+egb0EFZh7iU7kANUPRX5T4b+0C+fwaPm5gA6XfGYskr4ZnzQJLOlSqg==", + "dependencies": { + "@sentry/types": "7.43.0", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@sentry/tracing": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.18.0.tgz", @@ -10713,81 +10881,6 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@vanilla-extract/css": { - "version": "1.7.0", - "license": "MIT", - "dependencies": { - "@emotion/hash": "^0.8.0", - "@vanilla-extract/private": "^1.0.3", - "chalk": "^4.1.1", - "css-mediaquery": "^0.1.2", - "css-what": "^5.0.1", - "cssesc": "^3.0.0", - "csstype": "^3.0.7", - "deep-object-diff": "^1.1.0", - "deepmerge": "^4.2.2", - "escape-string-regexp": "^4.0.0", - "outdent": "^0.8.0" - } - }, - "node_modules/@vanilla-extract/css/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@vanilla-extract/css/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@vanilla-extract/css/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@vanilla-extract/css/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@vanilla-extract/css/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@vanilla-extract/css/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@vanilla-extract/dynamic": { "version": "2.0.2", "license": "MIT", @@ -10799,13 +10892,6 @@ "version": "1.0.3", "license": "MIT" }, - "node_modules/@vanilla-extract/sprinkles": { - "version": "1.4.1", - "license": "MIT", - "peerDependencies": { - "@vanilla-extract/css": "^1.0.0" - } - }, "node_modules/@wagmi/chains": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@wagmi/chains/-/chains-1.2.0.tgz", @@ -11024,36 +11110,6 @@ "resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.3.0.tgz", "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" }, - "node_modules/@walletconnect/browser-utils": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/safe-json": "1.0.0", - "@walletconnect/types": "^1.7.8", - "@walletconnect/window-getters": "1.0.0", - "@walletconnect/window-metadata": "1.0.0", - "detect-browser": "5.2.0" - } - }, - "node_modules/@walletconnect/client": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/core": "^1.7.8", - "@walletconnect/iso-crypto": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, - "node_modules/@walletconnect/core": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/socket-transport": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, "node_modules/@walletconnect/crypto": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@walletconnect/crypto/-/crypto-1.0.3.tgz", @@ -11089,20 +11145,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/ethereum-provider": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/client": "^1.7.8", - "@walletconnect/jsonrpc-http-connection": "^1.0.0", - "@walletconnect/jsonrpc-provider": "^1.0.3", - "@walletconnect/signer-connection": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8", - "eip1193-provider": "1.0.1", - "eventemitter3": "4.0.7" - } - }, "node_modules/@walletconnect/events": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@walletconnect/events/-/events-1.0.1.tgz", @@ -11122,15 +11164,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/iso-crypto": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/crypto": "^1.0.2", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, "node_modules/@walletconnect/jsonrpc-http-connection": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-http-connection/-/jsonrpc-http-connection-1.0.7.tgz", @@ -11433,10 +11466,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/mobile-registry": { - "version": "1.4.0", - "license": "MIT" - }, "node_modules/@walletconnect/modal": { "version": "2.5.4", "resolved": "https://registry.npmjs.org/@walletconnect/modal/-/modal-2.5.4.tgz", @@ -11483,197 +11512,6 @@ "node": ">=10.13.0" } }, - "node_modules/@walletconnect/qrcode-modal": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/browser-utils": "^1.7.8", - "@walletconnect/mobile-registry": "^1.4.0", - "@walletconnect/types": "^1.7.8", - "copy-to-clipboard": "^3.3.1", - "preact": "10.4.1", - "qrcode": "1.4.4" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/ansi-regex": { - "version": "4.1.1", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/buffer": { - "version": "5.7.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/cliui": { - "version": "5.0.0", - "license": "ISC", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/emoji-regex": { - "version": "7.0.3", - "license": "MIT" - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/find-up": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/locate-path": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/p-locate": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/path-exists": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/pngjs": { - "version": "3.4.0", - "license": "MIT", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/preact": { - "version": "10.4.1", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/preact" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/qrcode": { - "version": "1.4.4", - "license": "MIT", - "dependencies": { - "buffer": "^5.4.3", - "buffer-alloc": "^1.2.0", - "buffer-from": "^1.1.1", - "dijkstrajs": "^1.0.1", - "isarray": "^2.0.1", - "pngjs": "^3.3.0", - "yargs": "^13.2.4" - }, - "bin": { - "qrcode": "bin/qrcode" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/string-width": { - "version": "3.1.0", - "license": "MIT", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/strip-ansi": { - "version": "5.2.0", - "license": "MIT", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/wrap-ansi": { - "version": "5.1.0", - "license": "MIT", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/yargs": { - "version": "13.3.2", - "license": "MIT", - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/@walletconnect/qrcode-modal/node_modules/yargs-parser": { - "version": "13.1.2", - "license": "ISC", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, "node_modules/@walletconnect/randombytes": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@walletconnect/randombytes/-/randombytes-1.0.3.tgz", @@ -11715,10 +11553,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/safe-json": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/@walletconnect/sign-client": { "version": "2.8.4", "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.8.4.tgz", @@ -11822,46 +11656,6 @@ "resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.3.0.tgz", "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" }, - "node_modules/@walletconnect/signer-connection": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/client": "^1.7.8", - "@walletconnect/jsonrpc-types": "^1.0.0", - "@walletconnect/jsonrpc-utils": "^1.0.0", - "@walletconnect/qrcode-modal": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "eventemitter3": "4.0.7" - } - }, - "node_modules/@walletconnect/socket-transport": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8", - "ws": "7.5.3" - } - }, - "node_modules/@walletconnect/socket-transport/node_modules/ws": { - "version": "7.5.3", - "license": "MIT", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "node_modules/@walletconnect/time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@walletconnect/time/-/time-1.0.2.tgz", @@ -11870,10 +11664,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/types": { - "version": "1.7.8", - "license": "Apache-2.0" - }, "node_modules/@walletconnect/universal-provider": { "version": "2.8.4", "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.8.4.tgz", @@ -11954,49 +11744,6 @@ "resolved": "https://registry.npmjs.org/detect-browser/-/detect-browser-5.3.0.tgz", "integrity": "sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==" }, - "node_modules/@walletconnect/utils": { - "version": "1.7.8", - "license": "Apache-2.0", - "dependencies": { - "@walletconnect/browser-utils": "^1.7.8", - "@walletconnect/encoding": "^1.0.1", - "@walletconnect/jsonrpc-utils": "^1.0.0", - "@walletconnect/types": "^1.7.8", - "bn.js": "4.11.8", - "js-sha3": "0.8.0", - "query-string": "6.13.5" - } - }, - "node_modules/@walletconnect/utils/node_modules/bn.js": { - "version": "4.11.8", - "license": "MIT" - }, - "node_modules/@walletconnect/utils/node_modules/query-string": { - "version": "6.13.5", - "license": "MIT", - "dependencies": { - "decode-uri-component": "^0.2.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@walletconnect/window-getters": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/@walletconnect/window-metadata": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "@walletconnect/window-getters": "^1.0.0" - } - }, "node_modules/@web3-react/core": { "version": "8.0.18-beta.0", "license": "GPL-3.0-or-later", @@ -12171,6 +11918,14 @@ "undici": "^5.8.1" } }, + "node_modules/@xmtp/proto/node_modules/async-mutex": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.0.tgz", + "integrity": "sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==", + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@xmtp/proto/node_modules/long": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", @@ -12182,23 +11937,22 @@ "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "hasInstallScript": true, "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" + "@noble/secp256k1": "^1.5.2", + "@xmtp/proto": "^3.24.0", + "async-mutex": "^0.4.0", + "elliptic": "^6.5.4", + "ethers": "^5.5.3", + "long": "^5.2.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=18" } }, + "node_modules/@xmtp/proto/node_modules/tslib": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + }, "node_modules/@xmtp/xmtp-js": { "version": "8.2.1", "resolved": "https://registry.npmjs.org/@xmtp/xmtp-js/-/xmtp-js-8.2.1.tgz", @@ -12914,7 +12668,9 @@ }, "node_modules/axios": { "version": "0.21.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dev": true, "dependencies": { "follow-redirects": "^1.14.0" } @@ -13730,27 +13486,11 @@ "ieee754": "^1.2.1" } }, - "node_modules/buffer-alloc": { - "version": "1.2.0", - "license": "MIT", - "dependencies": { - "buffer-alloc-unsafe": "^1.1.0", - "buffer-fill": "^1.0.0" - } - }, - "node_modules/buffer-alloc-unsafe": { - "version": "1.1.0", - "license": "MIT" - }, "node_modules/buffer-equal-constant-time": { "version": "1.0.1", "dev": true, "license": "BSD-3-Clause" }, - "node_modules/buffer-fill": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/buffer-from": { "version": "1.1.2", "license": "MIT" @@ -15983,10 +15723,6 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/detect-browser": { - "version": "5.2.0", - "license": "MIT" - }, "node_modules/detect-indent": { "version": "6.1.0", "dev": true, @@ -16357,13 +16093,6 @@ "version": "1.1.1", "license": "MIT" }, - "node_modules/eip1193-provider": { - "version": "1.0.1", - "license": "MIT", - "dependencies": { - "@json-rpc-tools/provider": "^1.5.5" - } - }, "node_modules/ejs": { "version": "3.1.8", "license": "Apache-2.0", @@ -20696,6 +20425,36 @@ "npm": ">=7.0.0" } }, + "node_modules/ipfs-unixfs/node_modules/long": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", + "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" + }, + "node_modules/ipfs-unixfs/node_modules/protobufjs": { + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", + "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", + "hasInstallScript": true, + "dependencies": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^4.0.0" + }, + "bin": { + "pbjs": "bin/pbjs", + "pbts": "bin/pbts" + } + }, "node_modules/ipfs-utils": { "version": "9.0.14", "resolved": "https://registry.npmjs.org/ipfs-utils/-/ipfs-utils-9.0.14.tgz", @@ -24609,9 +24368,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.10.14", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.14.tgz", - "integrity": "sha512-McGS7GV/WjJ2KjfOGhJU1oJn29RYeo7Q+RpANRbUNMQ9gj5XArpbjurSuyYPTejFwbaUojstQ4XyWCrAzGOUXw==" + "version": "1.10.37", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.37.tgz", + "integrity": "sha512-Z10PCaOCiAxbUxLyR31DNeeNugSVP6iv/m7UrSKS5JHziEMApJtgku4e9Q69pzzSC9LnQiM09sqsGf2ticZnMw==" }, "node_modules/lilconfig": { "version": "2.0.5", @@ -25085,11 +24844,6 @@ "node": ">=8" } }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, "node_modules/longest-streak": { "version": "3.0.1", "license": "MIT", @@ -25435,8 +25189,9 @@ } }, "node_modules/memoize-one": { - "version": "5.2.1", - "license": "MIT" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" }, "node_modules/memorize-decorator": { "version": "0.2.4", @@ -31135,31 +30890,6 @@ "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" }, - "node_modules/protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, "node_modules/protocol-buffers-schema": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", @@ -31777,8 +31507,9 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "8.0.3", - "license": "MIT", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.7.tgz", + "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==", "dependencies": { "@types/hast": "^2.0.0", "@types/prop-types": "^15.0.0", @@ -31791,7 +31522,7 @@ "remark-parse": "^10.0.0", "remark-rehype": "^10.0.0", "space-separated-tokens": "^2.0.0", - "style-to-object": "^0.3.0", + "style-to-object": "^0.4.0", "unified": "^10.0.0", "unist-util-visit": "^4.0.0", "vfile": "^5.0.0" @@ -31805,6 +31536,14 @@ "react": ">=16" } }, + "node_modules/react-markdown/node_modules/style-to-object": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.1.tgz", + "integrity": "sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, "node_modules/react-moveable": { "version": "0.52.1", "resolved": "https://registry.npmjs.org/react-moveable/-/react-moveable-0.52.1.tgz", @@ -31834,14 +31573,14 @@ } }, "node_modules/react-phone-number-input": { - "version": "3.2.13", - "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.13.tgz", - "integrity": "sha512-2hvWIZCCbG5zQTcZOuwP++ixOlns4vosn7EXLJc8y9LSNCDBAJHufP/CrKp3YrCoGcyzokzmDbU8FmqfPRg8SA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.3.0.tgz", + "integrity": "sha512-6d1lq9parRGnVz6laEN7ijU7MeUCkFEJsTnzB/97nVrm/WE48EDEV5/2bu08mzfZjvX6shpryqG0DUCNiP07Cg==", "dependencies": { "classnames": "^2.3.1", "country-flag-icons": "^1.5.4", "input-format": "^0.3.8", - "libphonenumber-js": "^1.10.14", + "libphonenumber-js": "^1.10.37", "prop-types": "^15.8.1" }, "peerDependencies": { @@ -31952,8 +31691,9 @@ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" }, "node_modules/react-responsive": { - "version": "9.0.0-beta.10", - "license": "MIT", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-9.0.2.tgz", + "integrity": "sha512-+4CCab7z8G8glgJoRjAwocsgsv6VA2w7JPxFWHRc7kvz8mec1/K5LutNC2MG28Mn8mu6+bu04XZxHv5gyfT7xQ==", "dependencies": { "hyphenate-style-name": "^1.0.0", "matchmediaquery": "^0.3.0", @@ -31968,10 +31708,11 @@ } }, "node_modules/react-router": { - "version": "6.4.1", - "license": "MIT", + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.14.2.tgz", + "integrity": "sha512-09Zss2dE2z+T1D03IheqAFtK4UzQyX8nFPWx6jkwdYzGLXd5ie06A6ezS2fO6zJfEb/SpG6UocN2O1hfD+2urQ==", "dependencies": { - "@remix-run/router": "1.0.1" + "@remix-run/router": "1.7.2" }, "engines": { "node": ">=14" @@ -31981,11 +31722,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.4.1", - "license": "MIT", + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.2.tgz", + "integrity": "sha512-5pWX0jdKR48XFZBuJqHosX3AAHjRAzygouMTyimnBPOLdY3WjzUSKhus2FVMihUFWzeLebDgr4r8UeQFAct7Bg==", "dependencies": { - "@remix-run/router": "1.0.1", - "react-router": "6.4.1" + "@remix-run/router": "1.7.2", + "react-router": "6.14.2" }, "engines": { "node": ">=14" @@ -32091,22 +31833,38 @@ } }, "node_modules/react-select": { - "version": "5.4.0", - "license": "MIT", + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", + "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", "@types/react-transition-group": "^4.4.0", - "memoize-one": "^5.0.0", + "memoize-one": "^6.0.0", "prop-types": "^15.6.0", - "react-transition-group": "^4.3.0" + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.1.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/react-select/node_modules/@floating-ui/core": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.3.1.tgz", + "integrity": "sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g==" + }, + "node_modules/react-select/node_modules/@floating-ui/dom": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.4.5.tgz", + "integrity": "sha512-96KnRWkRnuBSSFbj0sFGwwOUd8EkiecINVl0O9wiZlZ64EkpyAOG3Xc2vKKNJmru0Z7RqWNymA+6b8OZqjgyyw==", + "dependencies": { + "@floating-ui/core": "^1.3.1" + } + }, "node_modules/react-selecto": { "version": "1.25.1", "resolved": "https://registry.npmjs.org/react-selecto/-/react-selecto-1.25.1.tgz", @@ -35256,6 +35014,14 @@ "version": "0.4.0", "license": "MIT" }, + "node_modules/utility-types": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", + "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", + "engines": { + "node": ">= 4" + } + }, "node_modules/utils-merge": { "version": "1.0.1", "license": "MIT", @@ -37766,11 +37532,11 @@ } }, "@bosonprotocol/common": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.22.3.tgz", - "integrity": "sha512-zk2rpouuFmCqev4+Byyc8d7uucJzC/o9MuMgnU1fWo2IlygakmktAQWU3tboaKVVbDCrbUzdsyC6F7P46ckaAQ==", + "version": "1.22.4", + "resolved": "https://registry.npmjs.org/@bosonprotocol/common/-/common-1.22.4.tgz", + "integrity": "sha512-VfIVE0ej4OVSpiUtATEVdcN70dO9c/3BlkpKVPFHahbl6X4C/3xAucOy7ZuqyE+ZFywujWzF6Vx7/aaEi+qhag==", "requires": { - "@bosonprotocol/metadata": "^1.12.0", + "@bosonprotocol/metadata": "^1.12.1", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -37780,11 +37546,11 @@ } }, "@bosonprotocol/core-sdk": { - "version": "1.29.0-alpha.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.29.0-alpha.0.tgz", - "integrity": "sha512-ey41P+SBIvuIBuJiBvCZy1uWFuyizgV39+wqAYLjlvbJmRjkSYmKkUw1c6JOI1HWMPQygG0LA88QsifiZXrmxQ==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/@bosonprotocol/core-sdk/-/core-sdk-1.29.0.tgz", + "integrity": "sha512-8I4hLkzwMGkr/tnIn93ns2SES0iBy+oOUAlliVS+YxSZ5qFEg6vs2cWtHYorcoLqXWaJEiWGXix/PIbKC7nj1w==", "requires": { - "@bosonprotocol/common": "^1.22.3", + "@bosonprotocol/common": "^1.22.4", "@ethersproject/abi": "^5.5.0", "@ethersproject/address": "^5.5.0", "@ethersproject/bignumber": "^5.5.0", @@ -37800,76 +37566,140 @@ } }, "@bosonprotocol/ethers-sdk": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.12.5.tgz", - "integrity": "sha512-AfBsvOxhnbJkSlq8ZE4KPsgxKhG9zGTXwX9QrKURsHRTQriU6gbvVKWKtFVCHqJGngBmaqDv1UZDfenU/CVeKQ==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ethers-sdk/-/ethers-sdk-1.12.6.tgz", + "integrity": "sha512-8hgnDWKXpVVI+lqHR71YcNh06ic79M1/CgZdYU7Ov2n2t0/XeAGhv9m9ZUWtPP/YisZv75cHAd91IEbxOSaiJg==", "requires": { - "@bosonprotocol/common": "^1.22.3" + "@bosonprotocol/common": "^1.22.4" } }, "@bosonprotocol/ipfs-storage": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.10.7.tgz", - "integrity": "sha512-Hksu/rdzGxqNkKgwYzeOJhRnDUYMLONpQcS+i2Al5ZO8TrAc7unU/lbYPQxeGHo80tPepCleIyCddeMU/+SM1A==", + "version": "1.10.8", + "resolved": "https://registry.npmjs.org/@bosonprotocol/ipfs-storage/-/ipfs-storage-1.10.8.tgz", + "integrity": "sha512-usc1/bhLd9CC30NqN5lua+Gvs1o8yazy8KHQcxDgA82/NwFlXPgdWLkMzy5oqEKDAOY2I4lwyVH37x16sz161g==", "requires": { - "@bosonprotocol/metadata": "^1.12.0", + "@bosonprotocol/metadata": "^1.12.1", "ipfs-http-client": "^56.0.1", "multiformats": "^9.6.4", "uint8arrays": "^3.0.0" } }, "@bosonprotocol/metadata": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/metadata/-/metadata-1.12.0.tgz", - "integrity": "sha512-Ycs9gf42cHxyv5xhIWuV5g+MIJ9DTI+QvVG2holV3FmXfXD8nVIDsHl8DoqFqkt5JLoHH/54WRyb5rIksgnaYA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/metadata/-/metadata-1.12.1.tgz", + "integrity": "sha512-FV1uOmuNu5j+j26+l6cedGUdgzRijRRT9oYqk45DDG8GC32g3EUYalEbh9bw9YYKEne3nuWONpKbmzT0cWCk+w==", "requires": { "schema-to-yup": "^1.11.11" } }, "@bosonprotocol/react-kit": { - "version": "0.17.7-alpha.0", - "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.17.7-alpha.0.tgz", - "integrity": "sha512-fBiHtyRNKyYejm0ow1koshTUsMeZypZYL57MUSc6wn79cvRoBV47uPFBWKmdDqbngsnzu6JYsDrCUmZGl8sxrQ==", - "requires": { - "@bosonprotocol/core-sdk": "^1.29.0-alpha.0", - "@bosonprotocol/ethers-sdk": "^1.12.5", - "@bosonprotocol/ipfs-storage": "^1.10.7", - "@ethersproject/units": "^5.6.0", - "@rainbow-me/rainbowkit": "^0.5.3", - "@tippyjs/react": "^4.2.6", + "version": "0.19.1-alpha.1", + "resolved": "https://registry.npmjs.org/@bosonprotocol/react-kit/-/react-kit-0.19.1-alpha.1.tgz", + "integrity": "sha512-YvuyZuOdbLaqYU6IcfjJquU20UlUiHwpCKR/OQsnXiXrz0M5LwmlFibZwwcZv0ZMho8q9MHNnHXWoWublGcUdw==", + "requires": { + "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", + "@bosonprotocol/core-sdk": "^1.29.0", + "@bosonprotocol/ethers-sdk": "^1.12.6", + "@bosonprotocol/ipfs-storage": "^1.10.8", + "@davatar/react": "1.11.1", + "@ethersproject/units": "5.6.0", + "@glidejs/glide": "3.6.0", + "@rainbow-me/rainbowkit": "1.0.4", + "@sentry/browser": "7.43.0", + "@tippyjs/react": "4.2.6", + "@wagmi/core": "^1.3.3", "@web3-react/core": "8.0.18-beta.0", - "dayjs": "^1.11.7", - "graphql-request": "^5.2.0", - "phosphor-react": "^1.4.1", - "react-query": "^3.39.3", - "react-table": "^7.8.0", - "styled-components": "^5.3.5", - "tippy.js": "^6.3.7", - "use-async-effect": "^2.2.5", - "wagmi": "^0.6.8", - "yup": "^0.32.11" - }, - "dependencies": { - "@rainbow-me/rainbowkit": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@rainbow-me/rainbowkit/-/rainbowkit-0.5.3.tgz", - "integrity": "sha512-y5mJowaecrooUQRi39BiQ5B9s1gdiJjvtDWCgBsE6p9Ab8QKdB4UD7piPLYB3loy+nEF9Y1KPMBYq6NqJ3rTNQ==", + "dayjs": "1.11.7", + "formik": "2.2.9", + "graphql-request": "5.2.0", + "lodash.merge": "4.6.2", + "lodash.uniqby": "4.7.0", + "phosphor-react": "1.4.1", + "react-hot-toast": "2.4.0", + "react-markdown": "8.0.6", + "react-phone-number-input": "3.2.19", + "react-query": "3.39.3", + "react-responsive": "9.0.2", + "react-router-dom": "6.9.0", + "react-select": "5.7.0", + "react-table": "7.8.0", + "rehype-raw": "6.1.1", + "remark-gfm": "3.0.1", + "styled-components": "5.3.5", + "tippy.js": "6.3.7", + "use-async-effect": "2.2.7", + "utility-types": "3.10.0", + "viem": "1.2.6", + "wagmi": "1.3.3", + "yup": "0.32.11" + }, + "dependencies": { + "@ethersproject/units": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.6.0.tgz", + "integrity": "sha512-tig9x0Qmh8qbo1w8/6tmtyrm/QQRviBh389EQ+d8fP4wDsBrJBf08oZfoiz1/uenKK9M78yAP4PoR7SsVoTjsw==", + "requires": { + "@ethersproject/bignumber": "^5.6.0", + "@ethersproject/constants": "^5.6.0", + "@ethersproject/logger": "^5.6.0" + } + }, + "@floating-ui/core": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", + "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", "requires": { - "@vanilla-extract/css": "1.7.0", - "@vanilla-extract/dynamic": "2.0.2", - "@vanilla-extract/sprinkles": "1.4.1", - "clsx": "1.1.1", - "qrcode": "1.5.0", - "react-remove-scroll": "2.5.4" + "@floating-ui/utils": "^0.1.1" } }, - "@wagmi/core": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-0.5.8.tgz", - "integrity": "sha512-1mABf1bXyn3AOHyQkios4FTGqoARa8y1tf7GMH6t1c7q0nAMSbpXoTDdjEidUHy8qhWoG0y3Ez4PjCi8WQnmMg==", + "@floating-ui/dom": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.1.tgz", + "integrity": "sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==", "requires": { - "eventemitter3": "^4.0.7", - "zustand": "^4.0.0" + "@floating-ui/core": "^1.4.1", + "@floating-ui/utils": "^0.1.1" + } + }, + "@remix-run/router": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz", + "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==" + }, + "@sentry/browser": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.43.0.tgz", + "integrity": "sha512-NlRkBYKb9o5IQdGY8Ktps19Hz9RdSuqS1tlLC7Sjr+MqZqSHmhKq8MWJKciRynxBeMbeGt0smExi9BqpVQdCEg==", + "requires": { + "@sentry/core": "7.43.0", + "@sentry/replay": "7.43.0", + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" + } + }, + "@sentry/core": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.43.0.tgz", + "integrity": "sha512-zvMZgEi7ptLBwDnd+xR/u4zdSe5UzS4S3ZhoemdQrn1PxsaVySD/ptyzLoGSZEABqlRxGHnQrZ78MU1hUDvKuQ==", + "requires": { + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" + } + }, + "@sentry/types": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.43.0.tgz", + "integrity": "sha512-5XxCWqYWJNoS+P6Ie2ZpUDxLRCt7FTEzmlQkCdjW6MFWOX26hAbF/wEuOTYAFKZXMIXOz0Egofik1e8v1Cg6/A==" + }, + "@sentry/utils": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.43.0.tgz", + "integrity": "sha512-f78YfMLcgNU7+suyWFCuQhQlneXXMS+egb0EFZh7iU7kANUPRX5T4b+0C+fwaPm5gA6XfGYskr4ZnzQJLOlSqg==", + "requires": { + "@sentry/types": "7.43.0", + "tslib": "^1.9.3" } }, "graphql-request": { @@ -37883,18 +37713,79 @@ "form-data": "^3.0.0" } }, - "wagmi": { - "version": "0.6.8", - "resolved": "https://registry.npmjs.org/wagmi/-/wagmi-0.6.8.tgz", - "integrity": "sha512-pIOn7I56KPfdPQ1WRIWzWnpC8eJZm1V25Rcn5fbgOJ2eV3kjGNchnIub/ERY1VMKywxkCAfgXfn2D/tqwCJsWw==", + "react-markdown": { + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.6.tgz", + "integrity": "sha512-KgPWsYgHuftdx510wwIzpwf+5js/iHqBR+fzxefv8Khk3mFbnioF1bmL2idHN3ler0LMQmICKeDrWnZrX9mtbQ==", + "requires": { + "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", + "@types/unist": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^2.0.0", + "prop-types": "^15.0.0", + "property-information": "^6.0.0", + "react-is": "^18.0.0", + "remark-parse": "^10.0.0", + "remark-rehype": "^10.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.0", + "unified": "^10.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0" + } + }, + "react-phone-number-input": { + "version": "3.2.19", + "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.19.tgz", + "integrity": "sha512-3peWqyFgJ3+IvkB0GHvhAzQ6LEfJw1/obG8KPvCcac8OKp9Ir+pLdyySgxbD56EYkaAwZbBwOQJaGNqIX0yrtg==", + "requires": { + "classnames": "^2.3.1", + "country-flag-icons": "^1.5.4", + "input-format": "^0.3.8", + "libphonenumber-js": "^1.10.20", + "prop-types": "^15.8.1" + } + }, + "react-router": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz", + "integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==", + "requires": { + "@remix-run/router": "1.4.0" + } + }, + "react-router-dom": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz", + "integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==", "requires": { - "@coinbase/wallet-sdk": "^3.3.0", - "@tanstack/query-sync-storage-persister": "^4.0.10", - "@tanstack/react-query": "^4.0.10", - "@tanstack/react-query-persist-client": "^4.0.10", - "@wagmi/core": "^0.5.8", - "@walletconnect/ethereum-provider": "^1.7.8", - "use-sync-external-store": "^1.2.0" + "@remix-run/router": "1.4.0", + "react-router": "6.9.0" + } + }, + "react-select": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz", + "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==", + "requires": { + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^6.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.1.2" + } + }, + "style-to-object": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.2.tgz", + "integrity": "sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==", + "requires": { + "inline-style-parser": "0.1.1" } } } @@ -38029,7 +37920,9 @@ "requires": {} }, "@davatar/react": { - "version": "1.10.4", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@davatar/react/-/react-1.11.1.tgz", + "integrity": "sha512-j28OvzkRs/Ce+kVJ+w14HPlV9bTtGE43pr2BZb2plgptoT8LRCziX/abzFDNk9Zib5/Qf3/eWUitI0ksXAl+3w==", "requires": { "@ethersproject/abstract-signer": "^5", "@ethersproject/contracts": "^5", @@ -39287,8 +39180,15 @@ "use-isomorphic-layout-effect": "^1.1.1" } }, + "@floating-ui/utils": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.1.tgz", + "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" + }, "@glidejs/glide": { - "version": "3.5.2" + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@glidejs/glide/-/glide-3.6.0.tgz", + "integrity": "sha512-47Aa+JmYjY4xTFpTtYCwrqirmI1arnp1UZETwtWpbTPisXUAuxrdJxKJLH8KHFWMsSrLi9+AcfyfzDIuO75rEA==" }, "@graphql-codegen/cli": { "version": "2.13.1", @@ -40536,28 +40436,6 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "@json-rpc-tools/provider": { - "version": "1.7.6", - "requires": { - "@json-rpc-tools/utils": "^1.7.6", - "axios": "^0.21.0", - "safe-json-utils": "^1.1.1", - "ws": "^7.4.0" - } - }, - "@json-rpc-tools/types": { - "version": "1.7.6", - "requires": { - "keyvaluestorage-interface": "^1.0.0" - } - }, - "@json-rpc-tools/utils": { - "version": "1.7.6", - "requires": { - "@json-rpc-tools/types": "^1.7.6", - "@pedrouid/environment": "^1.0.1" - } - }, "@juggle/resize-observer": { "version": "3.4.0" }, @@ -41688,9 +41566,6 @@ } } }, - "@pedrouid/environment": { - "version": "1.0.1" - }, "@pkgr/utils": { "version": "2.3.0", "dev": true, @@ -41771,38 +41646,58 @@ "version": "2.11.5" }, "@protobufjs/aspromise": { - "version": "1.1.2" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" }, "@protobufjs/base64": { - "version": "1.1.2" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" }, "@protobufjs/codegen": { - "version": "2.0.4" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" }, "@protobufjs/eventemitter": { - "version": "1.1.0" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" }, "@protobufjs/fetch": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", "requires": { "@protobufjs/aspromise": "^1.1.1", "@protobufjs/inquire": "^1.1.0" } }, "@protobufjs/float": { - "version": "1.0.2" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" }, "@protobufjs/inquire": { - "version": "1.1.0" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" }, "@protobufjs/path": { - "version": "1.1.2" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" }, "@protobufjs/pool": { - "version": "1.1.0" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" }, "@protobufjs/utf8": { - "version": "1.1.0" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "@radix-ui/primitive": { "version": "1.0.0", @@ -42632,7 +42527,9 @@ } }, "@remix-run/router": { - "version": "1.0.1" + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.7.2.tgz", + "integrity": "sha512-7Lcn7IqGMV+vizMPoEl5F0XDshcdDYtMI6uJLQdQz5CfZAwy3vvGKYSUk789qndt5dEC4HfSjviSYlSoHGL2+A==" }, "@remote-ui/rpc": { "version": "1.3.3" @@ -42781,6 +42678,42 @@ "tslib": "^1.9.3" } }, + "@sentry/replay": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.43.0.tgz", + "integrity": "sha512-2dGJS6p8uG1JZ7x/A3FyqnILTkXarbvfR+o1lC7z9lu34Wx0ZBeU2in/S2YHNGAE6XvfsePq3ya/s7LaNkk4qQ==", + "requires": { + "@sentry/core": "7.43.0", + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0" + }, + "dependencies": { + "@sentry/core": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.43.0.tgz", + "integrity": "sha512-zvMZgEi7ptLBwDnd+xR/u4zdSe5UzS4S3ZhoemdQrn1PxsaVySD/ptyzLoGSZEABqlRxGHnQrZ78MU1hUDvKuQ==", + "requires": { + "@sentry/types": "7.43.0", + "@sentry/utils": "7.43.0", + "tslib": "^1.9.3" + } + }, + "@sentry/types": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.43.0.tgz", + "integrity": "sha512-5XxCWqYWJNoS+P6Ie2ZpUDxLRCt7FTEzmlQkCdjW6MFWOX26hAbF/wEuOTYAFKZXMIXOz0Egofik1e8v1Cg6/A==" + }, + "@sentry/utils": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.43.0.tgz", + "integrity": "sha512-f78YfMLcgNU7+suyWFCuQhQlneXXMS+egb0EFZh7iU7kANUPRX5T4b+0C+fwaPm5gA6XfGYskr4ZnzQJLOlSqg==", + "requires": { + "@sentry/types": "7.43.0", + "tslib": "^1.9.3" + } + } + } + }, "@sentry/tracing": { "version": "7.18.0", "resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.18.0.tgz", @@ -43798,55 +43731,6 @@ "eslint-visitor-keys": "^3.3.0" } }, - "@vanilla-extract/css": { - "version": "1.7.0", - "requires": { - "@emotion/hash": "^0.8.0", - "@vanilla-extract/private": "^1.0.3", - "chalk": "^4.1.1", - "css-mediaquery": "^0.1.2", - "css-what": "^5.0.1", - "cssesc": "^3.0.0", - "csstype": "^3.0.7", - "deep-object-diff": "^1.1.0", - "deepmerge": "^4.2.2", - "escape-string-regexp": "^4.0.0", - "outdent": "^0.8.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4" - }, - "has-flag": { - "version": "4.0.0" - }, - "supports-color": { - "version": "7.2.0", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, "@vanilla-extract/dynamic": { "version": "2.0.2", "requires": { @@ -43856,10 +43740,6 @@ "@vanilla-extract/private": { "version": "1.0.3" }, - "@vanilla-extract/sprinkles": { - "version": "1.4.1", - "requires": {} - }, "@wagmi/chains": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@wagmi/chains/-/chains-1.2.0.tgz", @@ -43988,33 +43868,6 @@ } } }, - "@walletconnect/browser-utils": { - "version": "1.7.8", - "requires": { - "@walletconnect/safe-json": "1.0.0", - "@walletconnect/types": "^1.7.8", - "@walletconnect/window-getters": "1.0.0", - "@walletconnect/window-metadata": "1.0.0", - "detect-browser": "5.2.0" - } - }, - "@walletconnect/client": { - "version": "1.7.8", - "requires": { - "@walletconnect/core": "^1.7.8", - "@walletconnect/iso-crypto": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, - "@walletconnect/core": { - "version": "1.7.8", - "requires": { - "@walletconnect/socket-transport": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, "@walletconnect/crypto": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@walletconnect/crypto/-/crypto-1.0.3.tgz", @@ -44051,19 +43904,6 @@ "tslib": "1.14.1" } }, - "@walletconnect/ethereum-provider": { - "version": "1.7.8", - "requires": { - "@walletconnect/client": "^1.7.8", - "@walletconnect/jsonrpc-http-connection": "^1.0.0", - "@walletconnect/jsonrpc-provider": "^1.0.3", - "@walletconnect/signer-connection": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8", - "eip1193-provider": "1.0.1", - "eventemitter3": "4.0.7" - } - }, "@walletconnect/events": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@walletconnect/events/-/events-1.0.1.tgz", @@ -44083,14 +43923,6 @@ "tslib": "1.14.1" } }, - "@walletconnect/iso-crypto": { - "version": "1.7.8", - "requires": { - "@walletconnect/crypto": "^1.0.2", - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8" - } - }, "@walletconnect/jsonrpc-http-connection": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/@walletconnect/jsonrpc-http-connection/-/jsonrpc-http-connection-1.0.7.tgz", @@ -44361,9 +44193,6 @@ "tslib": "1.14.1" } }, - "@walletconnect/mobile-registry": { - "version": "1.4.0" - }, "@walletconnect/modal": { "version": "2.5.4", "resolved": "https://registry.npmjs.org/@walletconnect/modal/-/modal-2.5.4.tgz", @@ -44406,127 +44235,6 @@ } } }, - "@walletconnect/qrcode-modal": { - "version": "1.7.8", - "requires": { - "@walletconnect/browser-utils": "^1.7.8", - "@walletconnect/mobile-registry": "^1.4.0", - "@walletconnect/types": "^1.7.8", - "copy-to-clipboard": "^3.3.1", - "preact": "10.4.1", - "qrcode": "1.4.4" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1" - }, - "buffer": { - "version": "5.7.1", - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "cliui": { - "version": "5.0.0", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "emoji-regex": { - "version": "7.0.3" - }, - "find-up": { - "version": "3.0.0", - "requires": { - "locate-path": "^3.0.0" - } - }, - "is-fullwidth-code-point": { - "version": "2.0.0" - }, - "locate-path": { - "version": "3.0.0", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0" - }, - "pngjs": { - "version": "3.4.0" - }, - "preact": { - "version": "10.4.1" - }, - "qrcode": { - "version": "1.4.4", - "requires": { - "buffer": "^5.4.3", - "buffer-alloc": "^1.2.0", - "buffer-from": "^1.1.1", - "dijkstrajs": "^1.0.1", - "isarray": "^2.0.1", - "pngjs": "^3.3.0", - "yargs": "^13.2.4" - } - }, - "string-width": { - "version": "3.1.0", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "yargs": { - "version": "13.3.2", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, "@walletconnect/randombytes": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@walletconnect/randombytes/-/randombytes-1.0.3.tgz", @@ -44570,9 +44278,6 @@ } } }, - "@walletconnect/safe-json": { - "version": "1.0.0" - }, "@walletconnect/sign-client": { "version": "2.8.4", "resolved": "https://registry.npmjs.org/@walletconnect/sign-client/-/sign-client-2.8.4.tgz", @@ -44678,31 +44383,6 @@ } } }, - "@walletconnect/signer-connection": { - "version": "1.7.8", - "requires": { - "@walletconnect/client": "^1.7.8", - "@walletconnect/jsonrpc-types": "^1.0.0", - "@walletconnect/jsonrpc-utils": "^1.0.0", - "@walletconnect/qrcode-modal": "^1.7.8", - "@walletconnect/types": "^1.7.8", - "eventemitter3": "4.0.7" - } - }, - "@walletconnect/socket-transport": { - "version": "1.7.8", - "requires": { - "@walletconnect/types": "^1.7.8", - "@walletconnect/utils": "^1.7.8", - "ws": "7.5.3" - }, - "dependencies": { - "ws": { - "version": "7.5.3", - "requires": {} - } - } - }, "@walletconnect/time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@walletconnect/time/-/time-1.0.2.tgz", @@ -44711,9 +44391,6 @@ "tslib": "1.14.1" } }, - "@walletconnect/types": { - "version": "1.7.8" - }, "@walletconnect/universal-provider": { "version": "2.8.4", "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.8.4.tgz", @@ -44796,40 +44473,6 @@ } } }, - "@walletconnect/utils": { - "version": "1.7.8", - "requires": { - "@walletconnect/browser-utils": "^1.7.8", - "@walletconnect/encoding": "^1.0.1", - "@walletconnect/jsonrpc-utils": "^1.0.0", - "@walletconnect/types": "^1.7.8", - "bn.js": "4.11.8", - "js-sha3": "0.8.0", - "query-string": "6.13.5" - }, - "dependencies": { - "bn.js": { - "version": "4.11.8" - }, - "query-string": { - "version": "6.13.5", - "requires": { - "decode-uri-component": "^0.2.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - } - } - }, - "@walletconnect/window-getters": { - "version": "1.0.0" - }, - "@walletconnect/window-metadata": { - "version": "1.0.0", - "requires": { - "@walletconnect/window-getters": "^1.0.0" - } - }, "@web3-react/core": { "version": "8.0.18-beta.0", "requires": { @@ -44980,6 +44623,14 @@ "undici": "^5.8.1" }, "dependencies": { + "async-mutex": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.0.tgz", + "integrity": "sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==", + "requires": { + "tslib": "^2.4.0" + } + }, "long": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", @@ -44990,19 +44641,18 @@ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz", "integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==", "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/node": ">=13.7.0", - "long": "^5.0.0" + "@noble/secp256k1": "^1.5.2", + "@xmtp/proto": "^3.24.0", + "async-mutex": "^0.4.0", + "elliptic": "^6.5.4", + "ethers": "^5.5.3", + "long": "^5.2.0" } + }, + "tslib": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" } } }, @@ -45477,6 +45127,9 @@ }, "axios": { "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dev": true, "requires": { "follow-redirects": "^1.14.0" } @@ -46038,23 +45691,10 @@ "ieee754": "^1.2.1" } }, - "buffer-alloc": { - "version": "1.2.0", - "requires": { - "buffer-alloc-unsafe": "^1.1.0", - "buffer-fill": "^1.0.0" - } - }, - "buffer-alloc-unsafe": { - "version": "1.1.0" - }, "buffer-equal-constant-time": { "version": "1.0.1", "dev": true }, - "buffer-fill": { - "version": "1.0.0" - }, "buffer-from": { "version": "1.1.2" }, @@ -47562,9 +47202,6 @@ "destroy": { "version": "1.2.0" }, - "detect-browser": { - "version": "5.2.0" - }, "detect-indent": { "version": "6.1.0", "dev": true @@ -47832,12 +47469,6 @@ "ee-first": { "version": "1.1.1" }, - "eip1193-provider": { - "version": "1.0.1", - "requires": { - "@json-rpc-tools/provider": "^1.5.5" - } - }, "ejs": { "version": "3.1.8", "requires": { @@ -50710,6 +50341,33 @@ "requires": { "err-code": "^3.0.1", "protobufjs": "^6.10.2" + }, + "dependencies": { + "long": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", + "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" + }, + "protobufjs": { + "version": "6.11.3", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", + "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^4.0.0" + } + } } }, "ipfs-utils": { @@ -53211,9 +52869,9 @@ } }, "libphonenumber-js": { - "version": "1.10.14", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.14.tgz", - "integrity": "sha512-McGS7GV/WjJ2KjfOGhJU1oJn29RYeo7Q+RpANRbUNMQ9gj5XArpbjurSuyYPTejFwbaUojstQ4XyWCrAzGOUXw==" + "version": "1.10.37", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.37.tgz", + "integrity": "sha512-Z10PCaOCiAxbUxLyR31DNeeNugSVP6iv/m7UrSKS5JHziEMApJtgku4e9Q69pzzSC9LnQiM09sqsGf2ticZnMw==" }, "lilconfig": { "version": "2.0.5" @@ -53534,11 +53192,6 @@ } } }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, "longest-streak": { "version": "3.0.1" }, @@ -53773,7 +53426,9 @@ } }, "memoize-one": { - "version": "5.2.1" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" }, "memorize-decorator": { "version": "0.2.4", @@ -57244,26 +56899,6 @@ "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" }, - "protobufjs": { - "version": "6.11.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz", - "integrity": "sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.1", - "@types/node": ">=13.7.0", - "long": "^4.0.0" - } - }, "protocol-buffers-schema": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", @@ -57673,7 +57308,9 @@ "version": "18.2.0" }, "react-markdown": { - "version": "8.0.3", + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.7.tgz", + "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==", "requires": { "@types/hast": "^2.0.0", "@types/prop-types": "^15.0.0", @@ -57686,10 +57323,20 @@ "remark-parse": "^10.0.0", "remark-rehype": "^10.0.0", "space-separated-tokens": "^2.0.0", - "style-to-object": "^0.3.0", + "style-to-object": "^0.4.0", "unified": "^10.0.0", "unist-util-visit": "^4.0.0", "vfile": "^5.0.0" + }, + "dependencies": { + "style-to-object": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.1.tgz", + "integrity": "sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==", + "requires": { + "inline-style-parser": "0.1.1" + } + } } }, "react-moveable": { @@ -57721,14 +57368,14 @@ } }, "react-phone-number-input": { - "version": "3.2.13", - "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.13.tgz", - "integrity": "sha512-2hvWIZCCbG5zQTcZOuwP++ixOlns4vosn7EXLJc8y9LSNCDBAJHufP/CrKp3YrCoGcyzokzmDbU8FmqfPRg8SA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.3.0.tgz", + "integrity": "sha512-6d1lq9parRGnVz6laEN7ijU7MeUCkFEJsTnzB/97nVrm/WE48EDEV5/2bu08mzfZjvX6shpryqG0DUCNiP07Cg==", "requires": { "classnames": "^2.3.1", "country-flag-icons": "^1.5.4", "input-format": "^0.3.8", - "libphonenumber-js": "^1.10.14", + "libphonenumber-js": "^1.10.37", "prop-types": "^15.8.1" } }, @@ -57789,7 +57436,9 @@ } }, "react-responsive": { - "version": "9.0.0-beta.10", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-9.0.2.tgz", + "integrity": "sha512-+4CCab7z8G8glgJoRjAwocsgsv6VA2w7JPxFWHRc7kvz8mec1/K5LutNC2MG28Mn8mu6+bu04XZxHv5gyfT7xQ==", "requires": { "hyphenate-style-name": "^1.0.0", "matchmediaquery": "^0.3.0", @@ -57798,16 +57447,20 @@ } }, "react-router": { - "version": "6.4.1", + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.14.2.tgz", + "integrity": "sha512-09Zss2dE2z+T1D03IheqAFtK4UzQyX8nFPWx6jkwdYzGLXd5ie06A6ezS2fO6zJfEb/SpG6UocN2O1hfD+2urQ==", "requires": { - "@remix-run/router": "1.0.1" + "@remix-run/router": "1.7.2" } }, "react-router-dom": { - "version": "6.4.1", + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.14.2.tgz", + "integrity": "sha512-5pWX0jdKR48XFZBuJqHosX3AAHjRAzygouMTyimnBPOLdY3WjzUSKhus2FVMihUFWzeLebDgr4r8UeQFAct7Bg==", "requires": { - "@remix-run/router": "1.0.1", - "react-router": "6.4.1" + "@remix-run/router": "1.7.2", + "react-router": "6.14.2" } }, "react-scripts": { @@ -57877,15 +57530,34 @@ } }, "react-select": { - "version": "5.4.0", + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", + "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", "@types/react-transition-group": "^4.4.0", - "memoize-one": "^5.0.0", + "memoize-one": "^6.0.0", "prop-types": "^15.6.0", - "react-transition-group": "^4.3.0" + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.1.2" + }, + "dependencies": { + "@floating-ui/core": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.3.1.tgz", + "integrity": "sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g==" + }, + "@floating-ui/dom": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.4.5.tgz", + "integrity": "sha512-96KnRWkRnuBSSFbj0sFGwwOUd8EkiecINVl0O9wiZlZ64EkpyAOG3Xc2vKKNJmru0Z7RqWNymA+6b8OZqjgyyw==", + "requires": { + "@floating-ui/core": "^1.3.1" + } + } } }, "react-selecto": { @@ -59952,6 +59624,11 @@ "utila": { "version": "0.4.0" }, + "utility-types": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", + "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==" + }, "utils-merge": { "version": "1.0.1" }, diff --git a/package.json b/package.json index 288540dd8..d052b5e41 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "scripts": { "dev": "react-app-rewired start", "build": "react-app-rewired build", + "build:nomaps": "cross-env GENERATE_SOURCEMAP=false react-app-rewired build", "analyze": "cross-env ANALYZE_BUNDLE=true react-app-rewired build", "eject": "react-app-rewired eject", "lint": "eslint --ignore-path ./.gitignore --ext .js,.ts,.tsx . --fix", @@ -42,7 +43,7 @@ }, "dependencies": { "@bosonprotocol/chat-sdk": "^1.3.1-alpha.9", - "@bosonprotocol/react-kit": "^0.17.7-alpha.0", + "@bosonprotocol/react-kit": "^0.19.1-alpha.1", "@davatar/react": "^1.10.4", "@ethersproject/address": "^5.6.1", "@ethersproject/units": "^5.6.1", diff --git a/public/index.html b/public/index.html index e476a96b9..806ab9526 100644 --- a/public/index.html +++ b/public/index.html @@ -43,6 +43,10 @@ + + + +