Skip to content

Commit

Permalink
fix: eslint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed May 13, 2024
1 parent 0806407 commit 25f80bb
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 255 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"index.js"
],
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^9.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
"@typescript-eslint/parser": "^8.0.0-alpha.10",
"eslint-config-prettier": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint": "^9.0.0",
"typescript": "^5.0.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit 25f80bb

Please sign in to comment.