Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-config-next to v15.0.0 #6034

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"dotenv-flow-cli": "1.1.1",
"es-check": "7.2.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.0-rc.1",
"eslint-config-next": "15.0.0",
"eslint-plugin-tailwindcss": "3.17.5",
"is-ci": "3.0.1",
"jsdom": "25.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4373,12 +4373,12 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:15.0.0-rc.1":
version: 15.0.0-rc.1
resolution: "@next/eslint-plugin-next@npm:15.0.0-rc.1"
"@next/eslint-plugin-next@npm:15.0.0":
version: 15.0.0
resolution: "@next/eslint-plugin-next@npm:15.0.0"
dependencies:
fast-glob: "npm:3.3.1"
checksum: 10c0/87dae774ab90ffbdddf6aee9da5b004322fb5701c236a3778eb586c0c1e719d39b9b2fe106dc2ca37fe1dcc75a25cd7999d7cff85e6817a2cc0305f77963885a
checksum: 10c0/85f80f99f348448be42ca1db3437428c52fec1b275605d3c67d5e8133844e9ceaebfda1d12acb14114712a39127636acced77588fea3bb43cda8513940d7ee9c
languageName: node
linkType: hard

Expand Down Expand Up @@ -10783,11 +10783,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-next@npm:15.0.0-rc.1":
version: 15.0.0-rc.1
resolution: "eslint-config-next@npm:15.0.0-rc.1"
"eslint-config-next@npm:15.0.0":
version: 15.0.0
resolution: "eslint-config-next@npm:15.0.0"
dependencies:
"@next/eslint-plugin-next": "npm:15.0.0-rc.1"
"@next/eslint-plugin-next": "npm:15.0.0"
"@rushstack/eslint-patch": "npm:^1.10.3"
"@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
Expand All @@ -10803,7 +10803,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/b7b6a9cfafde90fe880831a4ea7aed66e095f6f4e5e0f00ac464a6559f218bf92267b7bab00c1387bd3204a31e11676d99cd58ceef1cedc2bc668e33a88991e2
checksum: 10c0/dcb9a049aea7235f8b0f7b24fed7d2c2f8aa72254f622b87402d3fb6a80742150522efa7be8fd5f157a77c34d04ce15310d2ccf9b2f8781c9f6bd1fe384f1637
languageName: node
linkType: hard

Expand Down Expand Up @@ -15567,7 +15567,7 @@ __metadata:
dotenv-flow-cli: "npm:1.1.1"
es-check: "npm:7.2.1"
eslint: "npm:8.57.1"
eslint-config-next: "npm:15.0.0-rc.1"
eslint-config-next: "npm:15.0.0"
eslint-plugin-tailwindcss: "npm:3.17.5"
graphql: "npm:16.9.0"
graphql-jit: "npm:0.8.6"
Expand Down
Loading