Skip to content

Commit 9248786

Browse files
committed
fix(deps): bump Next.js to 15.5.4 and update related dependencies
- Upgrade Next.js from 15.5.3 to 15.5.4 - Update related packages: @next/eslint-plugin-next, @next/third-parties, eslint-config-next, eslint, @eslint/js, @types/node, and others - Refresh pnpm-lock.yaml to reflect the updated dependency versions
1 parent d284360 commit 9248786

File tree

2 files changed

+337
-359
lines changed

2 files changed

+337
-359
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fix": "eslint --fix ."
1111
},
1212
"dependencies": {
13-
"next": "15.5.3",
13+
"next": "15.5.4",
1414
"next-themes": "^0.4.6",
1515
"octokit": "^5.0.3",
1616
"react": "19.1.1",
@@ -25,17 +25,17 @@
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@eslint/js": "^9.35.0",
29-
"@next/eslint-plugin-next": "^15.5.3",
30-
"@next/third-parties": "15.5.3",
28+
"@eslint/js": "^9.36.0",
29+
"@next/eslint-plugin-next": "^15.5.4",
30+
"@next/third-parties": "15.5.4",
3131
"@tailwindcss/postcss": "^4.1.13",
32-
"@types/node": "24.5.0",
32+
"@types/node": "24.5.2",
3333
"@types/react": "19.1.13",
3434
"@types/react-dom": "19.1.9",
3535
"@types/react-syntax-highlighter": "^15.5.13",
3636
"@types/rss": "^0.0.32",
37-
"eslint": "9.35.0",
38-
"eslint-config-next": "15.5.3",
37+
"eslint": "9.36.0",
38+
"eslint-config-next": "15.5.4",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"next-sitemap": "^4.2.3",
4141
"postcss": "^8.5.6",

0 commit comments

Comments
 (0)