diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a323a351..6225eb99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Using Node.js from .nvmrc - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -25,7 +25,7 @@ jobs: run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT shell: bash - name: Restore yarn cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: yarn-cache-folder-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }} diff --git a/package.json b/package.json index ba9a60ed..9a92f91e 100644 --- a/package.json +++ b/package.json @@ -37,15 +37,15 @@ "eslint": "^10.0.0", "globals": "^17.0.0", "husky": "^9.1.7", - "jsdom": "^29.0.0", - "lint-staged": "^16.2.7", + "jsdom": "^30.0.0", + "lint-staged": "^17.0.0", "msw": "^2.12.7", "pinst": "^3.0.0", "prettier": "^3.7.4", - "typescript": "^6.0.0", + "typescript": "^7.0.0", "typescript-eslint": "^8.57.2", "vite": "^8.0.0", - "vite-plugin-dts": "^4.5.4", + "vite-plugin-dts": "^5.0.0", "vitest": "^4.1.0", "ws": "^8.19.0" },