mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
Updating the dependencies
This commit is contained in:
parent
a7dffc4df0
commit
912f025fd5
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
|
@ -33,18 +33,18 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/express": "^4.17.6",
|
"@types/express": "^4.17.6",
|
||||||
"@types/jest": "^24.0.18",
|
"@types/jest": "^26.0.13",
|
||||||
"@types/node": "^14.14.40",
|
"@types/node": "14.17.27",
|
||||||
"@types/request-promise-native": "^1.0.17",
|
"@types/request-promise-native": "~1.0.15",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.0",
|
||||||
"jest": "^24.9.0",
|
"jest": "^26.4.2",
|
||||||
"n8n-workflow": "^0.70.0",
|
"n8n-workflow": "~0.79.0",
|
||||||
"ts-jest": "^24.0.2",
|
"ts-jest": "^26.3.0",
|
||||||
"tslint": "^5.17.0",
|
"tslint": "^6.1.2",
|
||||||
"typescript": "~4.3.5"
|
"typescript": "~4.3.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"n8n-core": "^0.84.0"
|
"n8n-core": "~0.96.0"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"transform": {
|
"transform": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue