Skip to content

Commit

Permalink
Allow @typescript-eslint packages v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Sep 17, 2024
1 parent 7698b83 commit f9f979d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Note that the following packages are peer dependencies of this library, which ne

| Package | Version |
| ---------------------------------------------------------------------------------------------------- | ---------------- |
| [`@typescript-eslint/eslint-plugin`](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin) | `7` |
| [`@typescript-eslint/parser`](https://www.npmjs.com/package/@typescript-eslint/parser) | `7` |
| [`@typescript-eslint/eslint-plugin`](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin) | `7 \|\| 8` |
| [`@typescript-eslint/parser`](https://www.npmjs.com/package/@typescript-eslint/parser) | `7 \|\| 8` |
| [`eslint`](https://www.npmjs.com/package/eslint) | `^8.56.0 \|\| 9` |
| [`eslint-config-prettier`](https://www.npmjs.com/package/eslint-config-prettier) | `*` |
| [`eslint-plugin-import`](https://www.npmjs.com/package/eslint-plugin-import) | `^2.25.0` |
Expand Down
4 changes: 2 additions & 2 deletions base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"homepage": "https://github.com/herp-inc/eslint-config",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "7",
"@typescript-eslint/parser": "7",
"@typescript-eslint/eslint-plugin": "7 || 8",
"@typescript-eslint/parser": "7 || 8",
"eslint": "^8.56.0 || 9",
"eslint-config-prettier": "*",
"eslint-plugin-import": "^2.25.0"
Expand Down

0 comments on commit f9f979d

Please sign in to comment.