⬆️ Update n8n core and workflow

This commit is contained in:
brianinoa 2022-06-14 15:35:59 +02:00
commit 1bb7f88a6e

View file

@ -2,7 +2,9 @@
"name": "n8n-nodes-starter", "name": "n8n-nodes-starter",
"version": "0.1.0", "version": "0.1.0",
"description": "Example starter module for custom n8n nodes.", "description": "Example starter module for custom n8n nodes.",
"keywords": ["n8n-community-node-package"], "keywords": [
"n8n-community-node-package"
],
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io", "homepage": "https://n8n.io",
"author": { "author": {
@ -41,14 +43,14 @@
"@types/request-promise-native": "~1.0.15", "@types/request-promise-native": "~1.0.15",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"jest": "^26.4.2", "jest": "^26.4.2",
"n8n-workflow": "~0.83.0", "n8n-workflow": "~0.103.0",
"nodelinter": "^0.1.9", "nodelinter": "^0.1.9",
"ts-jest": "^26.3.0", "ts-jest": "^26.3.0",
"tslint": "^6.1.2", "tslint": "^6.1.2",
"typescript": "~4.3.5" "typescript": "~4.3.5"
}, },
"dependencies": { "dependencies": {
"n8n-core": "~0.101.0" "n8n-core": "~0.121.3"
}, },
"jest": { "jest": {
"transform": { "transform": {