Skip to content

Commit

Permalink
support typescript v5
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Mar 22, 2023
1 parent c394ebf commit 8f72447
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-ava": "^14.0.0",
Expand All @@ -65,12 +65,12 @@
},
"devDependencies": {
"ava": "^5.2.0",
"eslint": "^8.35.0",
"typescript": "^4.9.5"
"eslint": "^8.36.0",
"typescript": "^5.0.2"
},
"peerDependencies": {
"eslint": "^8.0.0",
"typescript": "^4.0.0"
"typescript": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 8f72447

Please sign in to comment.