Add dev-dependency "@types/uuid" to core package

build error can be fixed by "@types/uuid": "^8.3.4", adding in devDependencies by using command => npm i --save-dev @types/lodash.set
This commit is contained in:
saurabh kashyap
2022-02-26 15:51:57 +05:30
committed by GitHub
parent 930d310bf3
commit 59eba8cdc5

View File

@@ -35,6 +35,7 @@
"@types/mime-types": "^2.1.0",
"@types/node": "14.17.27",
"@types/request-promise-native": "~1.0.15",
"@types/uuid": "^8.3.4",
"jest": "^26.4.2",
"source-map-support": "^0.5.9",
"ts-jest": "^26.3.0",