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 d15c65c commit a7520f6Copy full SHA for a7520f6
.npm-upgrade.json
@@ -4,17 +4,21 @@
4
"versions": "20",
5
"reason": ""
6
},
7
- "typescript": {
8
- "versions": "5.2.2",
9
- "reason": "conflict with other dependency"
10
- },
11
"got": {
12
- "versions": "14.0.0",
+ "versions": "14",
13
14
15
"ava": {
16
"versions": "6",
17
"reason": "breaks test running"
+ },
+ "eslint": {
+ "versions": "9.2",
+ "reason": "typescript-eslint dependencies"
18
19
+ "@ava/typescript": {
20
+ "versions": "5",
21
+ "reason": "dependent on next ava version"
22
}
23
24
0 commit comments