Skip to content

Commit

Permalink
Drop support for eslint-plugin-jest v27
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jun 17, 2024
1 parent 02aa38e commit 74df987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ This package is intended to be used along with [`@herp-inc/eslint-config`](https

Note that the following packages are peer dependencies of this library, which need to be installed separately.

| Package | Version |
| ------------------------------------------------------------------------ | ------------ |
| [`eslint`](https://www.npmjs.com/package/eslint) | `8 \|\| 9` |
| [`eslint-plugin-jest`](https://www.npmjs.com/package/eslint-plugin-jest) | `27 \|\| 28` |
| Package | Version |
| ------------------------------------------------------------------------ | ---------- |
| [`eslint`](https://www.npmjs.com/package/eslint) | `8 \|\| 9` |
| [`eslint-plugin-jest`](https://www.npmjs.com/package/eslint-plugin-jest) | `28` |

### Using [npm](https://www.npmjs.com/)

Expand Down
2 changes: 1 addition & 1 deletion jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"homepage": "https://github.com/herp-inc/eslint-config",
"peerDependencies": {
"eslint": "8 || 9",
"eslint-plugin-jest": "27 || 28"
"eslint-plugin-jest": "28"
}
}

0 comments on commit 74df987

Please sign in to comment.