Skip to content

Commit

Permalink
chore: update typescript to <=5.2.0 for estree
Browse files Browse the repository at this point in the history
@typescript-eslint/typescript-estree 6.8 does not support TS>5.2.0
  • Loading branch information
PabloLION committed Oct 23, 2023
1 parent 0c6ae27 commit 9db3ebd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
"ts-graphviz": "^1.8.1",
"walkdir": "^0.4.1"
},
"peerDependencies": {
"typescript": "^3.9.5 || ^4.9.5 || ^5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"devDependencies": {
"@aptoma/eslint-config": "^7.0.1",
"auto-changelog": "^2.4.0",
Expand All @@ -74,6 +66,6 @@
"mz": "^2.7.0",
"release-it": "^15.6.0",
"should": "^13.2.3",
"typescript": "^5.0.4"
"typescript": "<=5.2.0"
}
}
}

0 comments on commit 9db3ebd

Please sign in to comment.