Skip to content

Commit

Permalink
chore: fix eslint peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Dec 15, 2023
1 parent 8c48d4e commit 743a5d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-kids-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@silverhand/eslint-config": patch
---

Fix eslint peer dependency version
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-unused-imports": "^2.0.0"
},
"peerDependencies": {
"eslint": "^8.34.0",
"eslint": "^8.44.0",
"prettier": "^3.0.0"
},
"engines": {
Expand Down

0 comments on commit 743a5d3

Please sign in to comment.