Add dev-dependency "@types/lodash.set" to workflow package

build error can be fixed by "@types/lodash.set": "^4.3.6", adding in devDependencies by using command  => `npm i --save-dev @types/lodash.set`
This commit is contained in:
saurabh kashyap 2022-02-26 15:48:08 +05:30 committed by GitHub
parent 5c8b9f626a
commit 930d310bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@
"@types/jest": "^26.0.13",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
"@types/lodash.set": "^4.3.6",
"@types/node": "14.17.27",
"@types/xml2js": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.29.0",