diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e09bca0e..8299e24b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9fefbeb6..05894e2f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ permissions: jobs: lint: name: Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false @@ -25,7 +25,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Lint Source Files run: | diff --git a/.github/workflows/react-tests.yml b/.github/workflows/react-tests.yml index bd7750ba..dfb56eaa 100644 --- a/.github/workflows/react-tests.yml +++ b/.github/workflows/react-tests.yml @@ -13,7 +13,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 9 - name: Install dependencies run: pnpm install diff --git a/package.json b/package.json index 83f4cd0a..a24076a6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "@testing-library/user-event": "^13.5.0", "bootstrap": "^5.1.3", "gh-pages": "^3.2.3", - "happy-dom": "^14.10.1", "react": "^18.2.0", "react-bootstrap": "^2.0.3", "react-confetti": "^6.1.0", @@ -65,7 +64,7 @@ "eslint": "^8.16.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.30.0", - "happy-dom": "^14.7.1", + "happy-dom": "^14.10.1", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0caa9a36..6ef3002e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,9 +23,6 @@ importers: gh-pages: specifier: ^3.2.3 version: 3.2.3 - happy-dom: - specifier: ^14.10.1 - version: 14.10.1 react: specifier: ^18.2.0 version: 18.3.1 @@ -72,6 +69,9 @@ importers: eslint-plugin-react: specifier: ^7.30.0 version: 7.34.1(eslint@8.57.0) + happy-dom: + specifier: ^14.10.1 + version: 14.10.1 husky: specifier: ^8.0.1 version: 8.0.3