From c75116240355d4452b4c2f12525aac4760e1a555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 10 Jul 2024 12:44:40 +0200 Subject: [PATCH] feat: support `eslint-plugin-unicorn@^54.0.0` --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f730449..701261d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-promise": "6.4.0", - "eslint-plugin-unicorn": "53.0.0", + "eslint-plugin-unicorn": "54.0.0", "husky": "9.0.11", "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0", @@ -38,7 +38,7 @@ "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0" + "eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0" } }, "node_modules/@babel/code-frame": { @@ -3367,9 +3367,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "53.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz", - "integrity": "sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==", + "version": "54.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz", + "integrity": "sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d74e974..3cfbfc9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0" + "eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0 || ^54.0.0" }, "devDependencies": { "@commitlint/cli": "19.2.2", @@ -65,7 +65,7 @@ "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-promise": "6.4.0", - "eslint-plugin-unicorn": "53.0.0", + "eslint-plugin-unicorn": "54.0.0", "husky": "9.0.11", "lint-staged": "15.2.7", "markdownlint-cli2": "0.13.0",