diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a1e12a94..f892d855 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -72,9 +72,7 @@ jobs: useLockFile: false - name: Install ESLint v${{ matrix.eslint }} - # force installation for now until we get ESLint and all plugins updated - # in dev dependencies - run: npm install --no-save --force eslint@${{ matrix.eslint }} + run: npm install --no-save eslint@${{ matrix.eslint }} - name: Run tests run: npm run test:ci diff --git a/package.json b/package.json index 94f839e5..3ad621ae 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,11 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "cpy-cli": "^3.1.1", - "eslint": "^7.32.0", + "eslint": "^8.0.1", "eslint-config-kentcdodds": "^19.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-jest": "^25.0.6", + "eslint-plugin-jest": "^25.2.2", "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0",