We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b801a0 commit 6c95307Copy full SHA for 6c95307
package.json
@@ -41,7 +41,7 @@
41
"mocha": "^6.0.0",
42
"nyc": "^14.0.0",
43
"source-map-support": "^0.5.6",
44
- "typescript": "^3.0.0",
+ "typescript": "3.6.4",
45
"linkinator": "^1.5.0"
46
},
47
"engines": {
renovate.json
@@ -14,5 +14,6 @@
14
"extends": "packages:linters",
15
"groupName": "linters"
16
}
17
- ]
+ ],
18
+ "ignoreDeps": ["typescript"]
19
0 commit comments