Skip to content

Commit 939a73d

Browse files
chore(deps-dev): bump eslint-config-next from 15.5.14 to 16.2.1
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.14 to 16.2.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c51b09 commit 939a73d

7 files changed

Lines changed: 467 additions & 36 deletions

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "^19",
3232
"@types/react-dom": "^19",
3333
"eslint": "^9",
34-
"eslint-config-next": "15.5.14",
34+
"eslint-config-next": "16.2.1",
3535
"tailwindcss": "^4",
3636
"typescript": "^5.9.3"
3737
}

apps/demo-devops/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^19",
2727
"@types/react-dom": "^19",
2828
"eslint": "^9",
29-
"eslint-config-next": "15.5.14",
29+
"eslint-config-next": "16.2.1",
3030
"tailwindcss": "^4",
3131
"typescript": "^5.9.3"
3232
}

apps/demo-healthcare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^19",
2727
"@types/react-dom": "^19",
2828
"eslint": "^9",
29-
"eslint-config-next": "15.5.14",
29+
"eslint-config-next": "16.2.1",
3030
"tailwindcss": "^4",
3131
"typescript": "^5.9.3"
3232
}

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "^19",
3232
"@types/react-dom": "^19",
3333
"eslint": "^9",
34-
"eslint-config-next": "15.5.14",
34+
"eslint-config-next": "16.2.1",
3535
"tailwindcss": "^4",
3636
"typescript": "^5.9.3"
3737
}

apps/docs/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.5.14",
30+
"eslint-config-next": "16.2.1",
3131
"tailwindcss": "^4",
3232
"typescript": "^5.9.3"
3333
}

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^19",
2525
"@types/react-dom": "^19",
2626
"eslint": "^9",
27-
"eslint-config-next": "15.5.14",
27+
"eslint-config-next": "16.2.1",
2828
"tailwindcss": "^4",
2929
"typescript": "^5.9.3"
3030
}

0 commit comments

Comments
 (0)