Skip to content

Commit c38e3e2

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

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.1",
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.1":
509+
version "15.3.1"
510+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.1.tgz#8f57c6ccb80ae31e40935f70da57be5f03f225d5"
511+
integrity sha512-oEs4dsfM6iyER3jTzMm4kDSbrQJq8wZw5fmT6fg2V3SMo+kgG+cShzLfEV20senZzv8VF+puNLheiGPlBGsv2A==
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.1:
1756+
version "15.3.1"
1757+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.3.1.tgz#2ba06a63adfead7c003f224b47c4b778392ce1c4"
1758+
integrity sha512-GnmyVd9TE/Ihe3RrvcafFhXErErtr2jS0JDeCSp3vWvy86AXwHsRBt0E3MqP/m8ACS1ivcsi5uaqjbhsG18qKw==
17591759
dependencies:
1760-
"@next/eslint-plugin-next" "15.2.4"
1760+
"@next/eslint-plugin-next" "15.3.1"
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)