From 0c83fdb36dddc7fdd8bf908c41436eac28f9271e Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Fri, 2 Jun 2023 13:24:16 +0700 Subject: [PATCH] fix: bump minimum @typescript-eslint to 5.50.0 BREAKING CHANGE: minimum @typescript-eslint is corrected to be 5.50.0 Co-authored-by: Rostislav Simonik --- package.json | 8 ++++---- readme.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1a797222..02af5ad9 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,11 @@ "TypeScript" ], "dependencies": { - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/parser": "^5.50.0", "eslint-config-standard": "17.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", @@ -76,8 +76,8 @@ "@types/npm-package-arg": "6.1.1", "@types/semver": "7.5.0", "@types/ungap__structured-clone": "0.3.0", - "@typescript-eslint_bottom/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@5.43.0", - "@typescript-eslint_bottom/parser": "npm:@typescript-eslint/parser@5.43.0", + "@typescript-eslint_bottom/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@5.50.0", + "@typescript-eslint_bottom/parser": "npm:@typescript-eslint/parser@5.50.0", "@typescript-eslint/eslint-plugin": "5.50.0", "@ungap/structured-clone": "1.2.0", "ava": "5.3.0", diff --git a/readme.md b/readme.md index 49a981c6..ecb7aafb 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ npm install --save-dev \ eslint-plugin-promise@^6.0.0 \ eslint-plugin-import@^2.25.2 \ eslint-plugin-n@^15.0.0 \ - @typescript-eslint/eslint-plugin@^5.43.0 \ + @typescript-eslint/eslint-plugin@^5.50.0 \ eslint-config-standard-with-typescript@latest ```