From b452bd7c42fdf83062bec0679a28729e0bc8c519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 12:59:56 +0000 Subject: [PATCH] fix(deps): update all major dependencies --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 2 +- example/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 472064c..8f0b46f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: - name: Build demo run: cd ./example && npm run build && cd .. - name: Publish demo artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./example/build @@ -81,6 +81,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 533f74c..449e62f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: token: ${{ secrets.RELEASE_PLEASE_TOKEN_PUBLIC_REPOS }} release-type: node diff --git a/example/package.json b/example/package.json index fb7702c..0203ac5 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "react-dom": "^19.0.0", "react-scripts": "5.0.1", "react-scrollable-feed": "file:..", - "typescript": "^5.0.0", + "typescript": "^6.0.0", "web-vitals": "^5.0.0" }, "scripts": {