Skip to content

Commit

Permalink
feat: increase minimum peer dep eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tunguyen-ct committed Sep 19, 2023
1 parent e9d7659 commit f2b0196
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/pretty-hotels-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@chotot/eslint-config-base': patch
'@chotot/eslint-config-next': patch
---

increase minimum peer dep eslint to "eslint": ">=8.49.0"
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"src"
],
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
"eslint": ">=8.49.0",
"typescript": ">=3.3.1"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-next": "13.4.8"
},
"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0",
"eslint": ">=8.49.0",
"typescript": ">=3.3.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit f2b0196

Please sign in to comment.