1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",