Skip to content

Commit f53c5bc

Browse files
chore(deps): update dependency eslint-config-next to v15.0.4 (#1272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7a5197 commit f53c5bc

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-jest": "29.7.0",
5353
"concurrently": "9.1.0",
5454
"eslint": "9.16.0",
55-
"eslint-config-next": "15.0.3",
55+
"eslint-config-next": "15.0.4",
5656
"eslint-config-prettier": "9.1.0",
5757
"eslint-plugin-import": "2.31.0",
5858
"eslint-plugin-jsx-a11y": "6.10.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,10 @@
933933
resolved "https://registry.npmjs.org/@next/env/-/env-12.3.4.tgz"
934934
integrity sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==
935935

936-
"@next/eslint-plugin-next@15.0.3":
937-
version "15.0.3"
938-
resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.3.tgz"
939-
integrity sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==
936+
"@next/eslint-plugin-next@15.0.4":
937+
version "15.0.4"
938+
resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.0.4.tgz"
939+
integrity sha512-rbsF17XGzHtR7SDWzWpavSfum3/UdnF8bAaisnKwP//si3KWPTedVUsflAdjyK1zW3rweBjbALfKcavFneLGvg==
940940
dependencies:
941941
fast-glob "3.3.1"
942942

@@ -3941,12 +3941,12 @@ escodegen@^2.1.0:
39413941
optionalDependencies:
39423942
source-map "~0.6.1"
39433943

3944-
eslint-config-next@15.0.3:
3945-
version "15.0.3"
3946-
resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.3.tgz"
3947-
integrity sha512-IGP2DdQQrgjcr4mwFPve4DrCqo7CVVez1WoYY47XwKSrYO4hC0Dlb+iJA60i0YfICOzgNADIb8r28BpQ5Zs0wg==
3944+
eslint-config-next@15.0.4:
3945+
version "15.0.4"
3946+
resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.0.4.tgz"
3947+
integrity sha512-97mLaAhbJKVQYXUBBrenRtEUAA6bNDPxWfaFEd6mEhKfpajP4wJrW4l7BUlHuYWxR8oQa9W014qBJpumpJQwWA==
39483948
dependencies:
3949-
"@next/eslint-plugin-next" "15.0.3"
3949+
"@next/eslint-plugin-next" "15.0.4"
39503950
"@rushstack/eslint-patch" "^1.10.3"
39513951
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
39523952
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)