From d007abce1ea52e12bfb5fc1aca444189bfb3ee2f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 21 Jan 2022 14:55:06 -0800 Subject: [PATCH] [New] support `eslint` v8 --- .github/workflows/node.yml | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 7876517..66b8dcd 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -26,6 +26,7 @@ jobs: matrix: node-version: ${{ fromJson(needs.matrix.outputs.latest) }} eslint: + - 8 - 7 - 6 - 5 diff --git a/package.json b/package.json index 90e0673..7987402 100644 --- a/package.json +++ b/package.json @@ -43,14 +43,14 @@ }, "homepage": "https://github.com/airbnb/eslint-plugin-react-with-styles#readme", "peerDependencies": { - "eslint": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8" }, "devDependencies": { "aud": "^2.0.0", "chai": "^4.2.0", - "eslint": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "eslint-config-airbnb-base": "^14.0.0", - "eslint-plugin-import": "^2.18.2", + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-plugin-import": "^2.25.4", "in-publish": "^2.0.0", "ls-engines": "^0.6.4", "mocha": "^5.2.0",