diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d4dad4eb4..ad5c0c9fc 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x cache: yarn - name: Clean yarn cache diff --git a/docs/chat/03-ui-components/01-Integrate-Push-Chat.mdx b/docs/chat/03-ui-components/01-Integrate-Push-Chat.mdx index ad5aa9ab7..f7e053c60 100644 --- a/docs/chat/03-ui-components/01-Integrate-Push-Chat.mdx +++ b/docs/chat/03-ui-components/01-Integrate-Push-Chat.mdx @@ -12,7 +12,7 @@ image: '/assets/docs/previews/docs_chat_ui_components--integrate_push_chat.png' Streamline Chat Integration for Developers: Say goodbye to the hassles of UI design and API calls. With our web components available in the `@pushprotocol/uiweb` package, you can effortlessly integrate push chat functionality into your dapp using just a few lines of code. -As an example, take a look at how we seamlessly integrated the Push Chat View component into the [`push.org/brb`](/brb 'Billion Reasons to Build Challengathon by Push') website in the image below. +As an example, take a look at how we seamlessly integrated the Push Chat View component into the [`push.org/brb`](https://push.org/brb 'Billion Reasons to Build Challengathon by Push') website in the image below. - - {/* */} - - - - - - - {/* */} - - - - - - - - - - - - ); -} - -export default BRB; diff --git a/yarn.lock b/yarn.lock index b0d6f5fe1..1f44a5dbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3208,6 +3208,13 @@ __metadata: languageName: node linkType: hard +"@floating-ui/utils@npm:^0.2.10": + version: 0.2.10 + resolution: "@floating-ui/utils@npm:0.2.10" + checksum: 10c0/e9bc2a1730ede1ee25843937e911ab6e846a733a4488623cd353f94721b05ec2c9ec6437613a2ac9379a94c2fd40c797a2ba6fa1df2716f5ce4aa6ddb1cf9ea4 + languageName: node + linkType: hard + "@formatjs/ecma402-abstract@npm:2.3.2": version: 2.3.2 resolution: "@formatjs/ecma402-abstract@npm:2.3.2" @@ -8751,9 +8758,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688": - version: 1.0.30001690 - resolution: "caniuse-lite@npm:1.0.30001690" - checksum: 10c0/646bd469032afa90400a84dec30a2b00a6eda62c03ead358117e3f884cda8aacec02ec058a6dbee5eaf9714f83e483b9b0eb4fb42febb8076569f5ca40f1d347 + version: 1.0.30001731 + resolution: "caniuse-lite@npm:1.0.30001731" + checksum: 10c0/d8cddf817d5bec8e7c2106affdbf1bfc3923463ca16697c992b2efeb043e6a5d9dcb70cda913bc6acf9112fd66f9e80279316c08e7800359116925066a63fdfa languageName: node linkType: hard @@ -18667,6 +18674,7 @@ __metadata: "@docusaurus/theme-live-codeblock": "npm:3.0.1" "@docusaurus/theme-mermaid": "npm:3.0.1" "@docusaurus/types": "npm:3.0.1" + "@floating-ui/utils": "npm:^0.2.10" "@mdx-js/react": "npm:^3.0.0" "@pushprotocol/restapi": "npm:1.7.20" "@pushprotocol/uiweb": "npm:1.7.1"