mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-23 20:16:16 -06:00
Updating the dependencies and tsconfig.json
This commit is contained in:
parent
2a2d8fbd86
commit
59bed496e7
2 changed files with 11 additions and 12 deletions
10
package.json
10
package.json
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue