cli: Add missing dev dependencies

This commit is contained in:
willclarktech
2021-05-18 15:15:56 +02:00
parent bbc89f6b48
commit b026119d96
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -65,7 +65,10 @@
"@types/diff": "^4",
"@types/yargs": "^15.0.4",
"eslint": "^7.5",
"jasmine": "^3.5",
"jasmine-spec-reporter": "^6",
"nyc": "^15.1.0",
"prettier": "^2.0.5"
"prettier": "^2.0.5",
"source-map-support": "^0.5.19"
}
}
+3
View File
@@ -345,9 +345,12 @@ __metadata:
colors: ^1.3.3
diff: ^4
eslint: ^7.5
jasmine: ^3.5
jasmine-spec-reporter: ^6
nyc: ^15.1.0
prettier: ^2.0.5
recast: ^0.20
source-map-support: ^0.5.19
ts-node: ^8
typescript: ~4.0
yargs: ^15.3.1