From 0ba25cdfb285aafb4fd65040a695cea4406a6b8b Mon Sep 17 00:00:00 2001 From: Rafael Lincoln Date: Wed, 9 Feb 2022 15:19:33 -0300 Subject: [PATCH 1/2] fix: Update dependencies to fix breaking eslint with webpack 5 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 90ce26f..e408123 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "contributors": [ "Lucas Vilaboim (https://vilaboim.com)", "Marlon Maxwel ", - "Victor Maestri " + "Victor Maestri ", + "Rafael Lincoln " ], "license": "MIT", "bugs": { @@ -45,13 +46,12 @@ "test": "test" }, "dependencies": { - "eslint-config-standard": "^12.0.0", - "eslint-plugin-import": "^2.16.0", - "eslint-plugin-node": "^8.0.1", - "eslint-plugin-promise": "^4.0.1", - "eslint-plugin-standard": "^4.0.0" + "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.25.4", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.0.0" }, "peerDependencies": { - "eslint": "^5.12.0 || ^5.16.0 || ^6.8.0 || ^7.22.0" + "eslint": "^5.12.0 || ^5.16.0 || ^6.8.0 || ^7.22.0 || ^8.8.0" } } From 31e8bec8dfab9d7b92400b0a0a3c566fcd296c3b Mon Sep 17 00:00:00 2001 From: Rafael Lincoln Date: Thu, 10 Feb 2022 09:07:21 -0300 Subject: [PATCH 2/2] Update Victor Maestri email Co-authored-by: Victor Maestri --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e408123..33caf11 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "contributors": [ "Lucas Vilaboim (https://vilaboim.com)", "Marlon Maxwel ", - "Victor Maestri ", + "Victor Maestri ", "Rafael Lincoln " ], "license": "MIT",