From 32d6a1bfbc6b876f7a882a3e45b867f830edbdd6 Mon Sep 17 00:00:00 2001 From: ankurk91 Date: Mon, 29 May 2023 13:03:13 +0530 Subject: [PATCH] chore: update deps --- .github/workflows/build.yml | 6 +- .npmrc | 1 + README.md | 4 +- package.json | 32 +- pnpm-lock.yaml | 3026 ++++++++++++++++++----------------- 5 files changed, 1592 insertions(+), 1477 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aff4a1f..c18d4c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,12 @@ on: branches: - main - dev + - 8.x pull_request: branches: - main - dev + - 8.x schedule: - cron: '0 0 11 * *' @@ -27,7 +29,7 @@ jobs: node-version: 18.x - name: Install pnpm - run: npm install -g pnpm@^7 + run: npm install -g pnpm@^8 - name: Install dependencies run: pnpm install --frozen-lockfile @@ -44,7 +46,7 @@ jobs: - run: npm run docs - name: Deploy to gh-pages - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages diff --git a/.npmrc b/.npmrc index bf2e764..9cf6aca 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ shamefully-hoist=true +auto-install-peers=false diff --git a/README.md b/README.md index 9058205..5b24cd5 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ The component accepts these props: - +