Skip to content

Commit 32ab77b

Browse files
chore(deps): update dependency eslint-config-next to v15.3.2
1 parent 57fad4d commit 32ab77b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react": "^19",
2828
"@types/react-dom": "^19",
2929
"eslint": "^9",
30-
"eslint-config-next": "15.2.4",
30+
"eslint-config-next": "15.3.2",
3131
"tailwindcss": "^4",
3232
"typescript": "^5"
3333
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@
505505
resolved "https://registry.npmjs.org/@next/env/-/env-15.2.4.tgz"
506506
integrity sha512-+SFtMgoiYP3WoSswuNmxJOCwi06TdWE733D+WPjpXIe4LXGULwEaofiiAy6kbS0+XjM5xF5n3lKuBwN2SnqD9g==
507507

508-
"@next/eslint-plugin-next@15.2.4":
509-
version "15.2.4"
510-
resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.2.4.tgz"
511-
integrity sha512-O8ScvKtnxkp8kL9TpJTTKnMqlkZnS+QxwoQnJwPGBxjBbzd6OVVPEJ5/pMNrktSyXQD/chEfzfFzYLM6JANOOQ==
508+
"@next/eslint-plugin-next@15.3.2":
509+
version "15.3.2"
510+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.2.tgz#6a371b022d6de47f2bafc868c7c2220f4e6a2903"
511+
integrity sha512-ijVRTXBgnHT33aWnDtmlG+LJD+5vhc9AKTJPquGG5NKXjpKNjc62woIhFtrAcWdBobt8kqjCoaJ0q6sDQoX7aQ==
512512
dependencies:
513513
fast-glob "3.3.1"
514514

@@ -1752,12 +1752,12 @@ escape-string-regexp@^4.0.0:
17521752
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
17531753
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
17541754

1755-
eslint-config-next@15.2.4:
1756-
version "15.2.4"
1757-
resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.2.4.tgz"
1758-
integrity sha512-v4gYjd4eYIme8qzaJItpR5MMBXJ0/YV07u7eb50kEnlEmX7yhOjdUdzz70v4fiINYRjLf8X8TbogF0k7wlz6sA==
1755+
eslint-config-next@15.3.2:
1756+
version "15.3.2"
1757+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.3.2.tgz#ed2bc6607f54555bbeaf23a032b4e430e453b63c"
1758+
integrity sha512-FerU4DYccO4FgeYFFglz0SnaKRe1ejXQrDb8kWUkTAg036YWi+jUsgg4sIGNCDhAsDITsZaL4MzBWKB6f4G1Dg==
17591759
dependencies:
1760-
"@next/eslint-plugin-next" "15.2.4"
1760+
"@next/eslint-plugin-next" "15.3.2"
17611761
"@rushstack/eslint-patch" "^1.10.3"
17621762
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
17631763
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)