Skip to content

Commit

Permalink
chore: update dependency eslint-config-smarthr to ^7.3.0 (#618)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent f167d9c commit 5cbae15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "^8.57.0",
"eslint-config-smarthr": "^7.2.1",
"eslint-config-smarthr": "^7.3.0",
"eslint-plugin-storybook": "^0.11.1",
"npm-run-all": "^4.1.5",
"postcss-loader": "^8.1.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==

"@typescript-eslint/eslint-plugin@^8.15.0":
"@typescript-eslint/eslint-plugin@^8.16.0":
version "8.16.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
Expand All @@ -1937,7 +1937,7 @@
natural-compare "^1.4.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/parser@^8.15.0":
"@typescript-eslint/parser@^8.16.0":
version "8.16.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
Expand Down Expand Up @@ -3145,13 +3145,13 @@ eslint-config-prettier@^9.1.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==

eslint-config-smarthr@^7.2.1:
version "7.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-smarthr/-/eslint-config-smarthr-7.2.1.tgz#69d2cc0ddc7651acad85e4ca76ca677bab09cece"
integrity sha512-tlO8KFtVE1zP25425DOoPYQVZndizelE/fDGs8uhoCw67iNtX1qJT7PRHvEDYu98cYQsKut0Ru0VsWGMgmPbtg==
eslint-config-smarthr@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-smarthr/-/eslint-config-smarthr-7.3.0.tgz#6e00c565824167ffa2af828b676647010af289a1"
integrity sha512-Ml9C1ZsRxKMrtMXTzD/D/PKaZ4Q+2RVwpmctEgD4xFyWfx2owxuiJXIPlyZrYJxHvy5jSJscqgc9jCt9Y7K83Q==
dependencies:
"@typescript-eslint/eslint-plugin" "^8.15.0"
"@typescript-eslint/parser" "^8.15.0"
"@typescript-eslint/eslint-plugin" "^8.16.0"
"@typescript-eslint/parser" "^8.16.0"
eslint-config-prettier "^9.1.0"
eslint-plugin-import "^2.31.0"
eslint-plugin-jsx-a11y "^6.10.2"
Expand Down

0 comments on commit 5cbae15

Please sign in to comment.