update package.json dependencies (#33)

* updated package.json dependencies
* update package-lock.json
* fix linting errors
* unpinned n8n-core/n8n-workflow dependencies (use latest)
* removed color prop (only core nodes with fa icon)
This commit is contained in:
Marcus 2022-11-23 09:37:42 +01:00 committed by GitHub
commit cf37545eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 393 additions and 580 deletions

View file

@ -41,13 +41,13 @@
"devDependencies": {
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "^5.29.0",
"eslint-plugin-n8n-nodes-base": "^1.5.4",
"@typescript-eslint/parser": "^5.36",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-core": "^0.125.0",
"n8n-workflow": "^0.107.0",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"tslint": "^6.1.2",
"typescript": "~4.6.0"
"typescript": "~4.8.4"
}
}