diff --git a/package.json b/package.json index 997e16a..6c19dc8 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.7.3", + "@typescript-eslint/parser": "6.7.3", "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",