From 61e6b08bb747d018522c5a0518a92d5387aa7a36 Mon Sep 17 00:00:00 2001 From: AtsushiM Date: Mon, 29 Jan 2024 08:03:20 +0900 Subject: [PATCH] feat: update eslint-plugin-smarthr@0.3.27 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 791f1f37..6a286b76 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0", - "eslint-plugin-smarthr": "^0.3.26", + "eslint-plugin-smarthr": "^0.3.27", "react": "^16.8.6 || ^17.0.0 || ^18.0.0", "typescript": "^3.4.5 || ^4.0.0 || ^5.0.0" }, @@ -47,6 +47,6 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-smarthr": "^0.3.26" + "eslint-plugin-smarthr": "^0.3.27" } } diff --git a/yarn.lock b/yarn.lock index 15bf6921..8bc8eb0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2473,10 +2473,10 @@ eslint-plugin-react@^7.33.2: semver "^6.3.1" string.prototype.matchall "^4.0.8" -eslint-plugin-smarthr@^0.3.26: - version "0.3.26" - resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.3.26.tgz#84c21e6cc31079cdf2af6ce0a8a645df2044b14d" - integrity sha512-EIiSgrZwLdX+pw20g4QuBMqmE1lt7UmakoaHlYHRz5w+znYE/H2/JiQhETx1hre/hiC6+YH09OEMZr9vum0TVg== +eslint-plugin-smarthr@^0.3.27: + version "0.3.27" + resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.3.27.tgz#8d826ca4bc36931e41e4bb14aaadc289b2392185" + integrity sha512-mXkUTL9/no3WXDNyLV46V7As+oxhKyWSTyLg2HZ/jvDDgRtul8lNTBEFyP56arN5R+BdRbDQrn0nvTVPq/eERQ== dependencies: inflected "^2.1.0" json5 "^2.2.0"