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" } }