File tree Expand file tree Collapse file tree 3 files changed +54
-450
lines changed Expand file tree Collapse file tree 3 files changed +54
-450
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ executedModules:
1212 - version
1313
1414ignoreErrors :
15- missing : []
15+ missing :
16+ - ' @tsd/typescript'
1617 shouldBeDependency : []
1718 shouldBeDevDependency : []
1819 unused :
@@ -22,7 +23,7 @@ ignoreErrors:
2223 - ' @types/*' # type definitions
2324 - coffeescript # features/compiler.feature
2425 - eslint-config-prettier # .eslintrc.yml - extends - prettier
25- - eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
26+ - eslint-config-standard-with-typescript # .eslintrc.yml - extends - standard-with-typescript
2627 - eslint-plugin-import # peer dependency of eslint-config-standard-with-typescript
2728 - eslint-plugin-node # peer dependency of eslint-config-standard-with-typescript
2829 - eslint-plugin-prettier # .eslintrc.yml - extends - prettier
Original file line number Diff line number Diff line change 253253 "stream-buffers" : " 3.0.2" ,
254254 "stream-to-string" : " 1.2.0" ,
255255 "ts-node" : " 10.0.0" ,
256- "tsd" : " 0.14 .0" ,
256+ "tsd" : " 0.17 .0" ,
257257 "typescript" : " 4.3.2"
258258 },
259259 "scripts" : {
You can’t perform that action at this time.
0 commit comments