Updating the dependencies and tsconfig.json

This commit is contained in:
Valentina 2022-04-15 14:35:28 +03:00
commit 59bed496e7
2 changed files with 11 additions and 12 deletions

View file

@ -37,19 +37,19 @@
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/jest": "^26.0.13",
"@types/jest": "^27.4.0",
"@types/node": "14.17.27",
"@types/request-promise-native": "~1.0.15",
"gulp": "^4.0.0",
"jest": "^26.4.2",
"n8n-workflow": "~0.85.0",
"jest": "^27.4.7",
"n8n-workflow": "~0.93.0",
"nodelinter": "^0.1.9",
"ts-jest": "^26.3.0",
"ts-jest": "^27.1.3",
"tslint": "^6.1.2",
"typescript": "~4.3.5"
},
"dependencies": {
"n8n-core": "~0.103.0"
"n8n-core": "~0.111.0"
},
"jest": {
"transform": {