From aacad549dc1ec364c6813bc0fa7faf2d9b23386c Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sat, 15 Jul 2023 14:05:28 +0700 Subject: [PATCH] feat: bump eslint-config-standard to v17.1.0 Co-authored-by: Rostislav Simonik --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e52af76f..f41f475d 100644 --- a/package.json +++ b/package.json @@ -54,13 +54,13 @@ ], "dependencies": { "@typescript-eslint/parser": "^5.50.0", - "eslint-config-standard": "17.0.0" + "eslint-config-standard": "17.1.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.50.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-n": "^15.0.0", + "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-promise": "^6.0.0", "typescript": "*" },