Skip to content

Commit

Permalink
chore(eslint-config): set eslint to ^9.10.0 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Dec 26, 2024
1 parent 746e190 commit a80ec11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/small-fans-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@tszhong0411/eslint-config': patch
---

- set eslint to `^9.10.0` in peerDependencies
- upgrade `@eslint/config-inspector` to `0.6.0`
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"local-pkg": "^0.5.1"
},
"peerDependencies": {
"eslint": ">=9.5.0"
"eslint": "^9.10.0"
},
"devDependencies": {
"@eslint/config-inspector": "^0.4.11",
"@eslint/config-inspector": "^0.6.0",
"@tszhong0411/tsconfig": "workspace:*",
"@types/eslint": "^9.6.1",
"eslint": "^9.17.0"
Expand Down

0 comments on commit a80ec11

Please sign in to comment.