From 5e81fb4d3832abbc51175b9eef29a4b037680994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 29 Dec 2022 17:56:02 +0100 Subject: [PATCH] :package: Update dependencies --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 67a8bb8..d554104 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", - "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json", - "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix", + "lint": "eslint nodes credentials package.json", + "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ @@ -41,13 +41,12 @@ "devDependencies": { "@types/express": "^4.17.6", "@types/request-promise-native": "~1.0.15", - "@typescript-eslint/parser": "^5.36", + "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "*", "n8n-workflow": "*", "prettier": "^2.7.1", - "tslint": "^6.1.2", "typescript": "~4.8.4" } }