From 560f3f6a8c6195d960e9f3a5a30a23b63330a36d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:32:21 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v6 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 997e16a..be8a609 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "@commitlint/config-conventional": "16.2.4", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", + "@typescript-eslint/eslint-plugin": "6.4.1", + "@typescript-eslint/parser": "6.4.1", "cz-conventional-changelog": "3.3.0", "eslint": "8.46.0", "eslint-config-airbnb": "19.0.4", @@ -53,8 +53,8 @@ "typescript": "4.9.5" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.1.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", + "@typescript-eslint/parser": "^5.1.0 || ^6.0.0", "eslint": "^8.0.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-base": "15.0.0",