From af99632f51a31973ddcc9d8bc88f21f18c1e309d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 26 Mar 2025 12:26:05 +0100 Subject: [PATCH] feat: support `eslint-plugin-unicorn@^58.0.0` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc3f26b..10736fd 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "peerDependencies": { "eslint": "^9.21.0", "eslint-plugin-promise": "^7.2.1", - "eslint-plugin-unicorn": "^57.0.0", + "eslint-plugin-unicorn": "^57.0.0 || ^58.0.0", "eslint-plugin-import-x": "^4.6.1", "globals": "^16.0.0", "typescript-eslint": "^8.24.1"