We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e35c7e commit 167265dCopy full SHA for 167265d
package.json
@@ -44,18 +44,18 @@
44
"simple"
45
],
46
"dependencies": {
47
- "typescript": ">=4"
+ "typescript": ">=4.3"
48
},
49
"devDependencies": {
50
- "@typescript-eslint/eslint-plugin": "^4.21.0",
51
- "@typescript-eslint/parser": "^4.22.1",
+ "@typescript-eslint/eslint-plugin": "^4.28.1",
+ "@typescript-eslint/parser": "^4.28.1",
52
"ava": "^2.4.0",
53
"eslint": "^7.8.1",
54
"temp-write": "^4.0.0"
55
56
"peerDependencies": {
57
- "@typescript-eslint/eslint-plugin": ">=4.22.1",
58
- "eslint": ">=7.26.0",
59
+ "@typescript-eslint/eslint-plugin": ">=4.28.1",
+ "eslint": ">=7.30.0",
60
}
61
0 commit comments