From 74df9876240876c2b20ade69ba8df9f45db570db Mon Sep 17 00:00:00 2001 From: Ryota Kameoka Date: Mon, 17 Jun 2024 22:40:55 +0900 Subject: [PATCH] Drop support for `eslint-plugin-jest` v27 --- jest/README.md | 8 ++++---- jest/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jest/README.md b/jest/README.md index 3754c14..554b2b0 100644 --- a/jest/README.md +++ b/jest/README.md @@ -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/) diff --git a/jest/package.json b/jest/package.json index a4286e2..5cbaf10 100644 --- a/jest/package.json +++ b/jest/package.json @@ -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" } }