Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Feb 23, 2024
1 parent 1c44484 commit 9b65605
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"simple"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"ava": "^2.4.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=6.21.0",
"@typescript-eslint/parser": ">=6.21.0",
"@typescript-eslint/eslint-plugin": ">=7.0.2",
"@typescript-eslint/parser": ">=7.0.2",
"eslint": ">=8.56.0",
"typescript": ">=5.0.0"
}
Expand Down

0 comments on commit 9b65605

Please sign in to comment.