Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit c02190c

Browse files
committed
Update dependency eslint-config-next to v13.5.1
1 parent 9ad27fa commit c02190c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-airbnb": "19.0.4",
3131
"eslint-config-airbnb-base": "15.0.0",
3232
"eslint-config-airbnb-typescript": "17.1.0",
33-
"eslint-config-next": "13.4.19",
33+
"eslint-config-next": "13.5.1",
3434
"eslint-plugin-date": "1.0.0",
3535
"eslint-plugin-eslint-comments": "3.2.0",
3636
"eslint-plugin-jsx-expressions": "1.3.1",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
2222
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
2323

24-
"@next/eslint-plugin-next@13.4.19":
25-
version "13.4.19"
26-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.19.tgz#93d130c37b47fd120f6d111aee36a60611148df1"
27-
integrity sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==
24+
"@next/eslint-plugin-next@13.5.1":
25+
version "13.5.1"
26+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.5.1.tgz#3a254065e0a55a49c9431df43f65d9eb1c3d88f3"
27+
integrity sha512-LBlI3iQvlzRE7Y6AfIyHKuM4T6REGmFgweN2tBqEUVEfgxERBLOutV2xckXEp3Y3VbfJBBXKZNfDzs20gHimSg==
2828
dependencies:
2929
glob "7.1.7"
3030

@@ -49,7 +49,7 @@
4949
"@nodelib/fs.scandir" "2.1.5"
5050
fastq "^1.6.0"
5151

52-
"@rushstack/eslint-patch@^1.1.3":
52+
"@rushstack/eslint-patch@^1.3.3":
5353
version "1.4.0"
5454
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.4.0.tgz#77e948b9760bd22736a5d26e335a690f76fda37b"
5555
integrity sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==
@@ -559,19 +559,19 @@ [email protected]:
559559
object.assign "^4.1.2"
560560
object.entries "^1.1.5"
561561

562-
eslint-config-next@13.4.19:
563-
version "13.4.19"
564-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.4.19.tgz#f46be9d4bd9e52755f846338456132217081d7f8"
565-
integrity sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==
562+
eslint-config-next@13.5.1:
563+
version "13.5.1"
564+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.5.1.tgz#9b385309e1c63297fe2a5956601aace08e0911f1"
565+
integrity sha512-+8xIIWtD+iFwHfXgmXRGn05BuNIu/RAGcz6kI4wsJTPrE/1WtWKv2o0l+GbQ6wRaC+cbBV8+QnFAOf18aJiWrg==
566566
dependencies:
567-
"@next/eslint-plugin-next" "13.4.19"
568-
"@rushstack/eslint-patch" "^1.1.3"
567+
"@next/eslint-plugin-next" "13.5.1"
568+
"@rushstack/eslint-patch" "^1.3.3"
569569
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0"
570570
eslint-import-resolver-node "^0.3.6"
571571
eslint-import-resolver-typescript "^3.5.2"
572-
eslint-plugin-import "^2.26.0"
573-
eslint-plugin-jsx-a11y "^6.5.1"
574-
eslint-plugin-react "^7.31.7"
572+
eslint-plugin-import "^2.28.1"
573+
eslint-plugin-jsx-a11y "^6.7.1"
574+
eslint-plugin-react "^7.33.2"
575575
eslint-plugin-react-hooks "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
576576

577577
eslint-import-resolver-node@^0.3.6, eslint-import-resolver-node@^0.3.7:
@@ -616,7 +616,7 @@ [email protected]:
616616
escape-string-regexp "^1.0.5"
617617
ignore "^5.0.5"
618618

619-
eslint-plugin-import@^2.26.0:
619+
eslint-plugin-import@^2.28.1:
620620
version "2.28.1"
621621
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
622622
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
@@ -639,7 +639,7 @@ eslint-plugin-import@^2.26.0:
639639
semver "^6.3.1"
640640
tsconfig-paths "^3.14.2"
641641

642-
eslint-plugin-jsx-a11y@^6.5.1:
642+
eslint-plugin-jsx-a11y@^6.7.1:
643643
version "6.7.1"
644644
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#fca5e02d115f48c9a597a6894d5bcec2f7a76976"
645645
integrity sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==
@@ -674,7 +674,7 @@ [email protected]:
674674
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
675675
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
676676

677-
eslint-plugin-react@^7.31.7:
677+
eslint-plugin-react@^7.33.2:
678678
version "7.33.2"
679679
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608"
680680
integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==

0 commit comments

Comments
 (0)