Skip to content

Commit d4f1ec5

Browse files
committed
chore(deps): bump Next.js to 16.1.6 and update related dependencies
- Upgrade Next.js from 16.1.4 to 16.1.6 - Update related packages: @next/eslint-plugin-next, @next/third-parties, eslint-config-next, react, react-dom, @types/node, @types/react, @typescript-eslint, electron-to-chromium, baseline-browser-mapping, and others - Refresh pnpm-lock.yaml to reflect the updated dependency versions
1 parent eccce4c commit d4f1ec5

2 files changed

Lines changed: 227 additions & 191 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"fix": "eslint --fix ."
1111
},
1212
"dependencies": {
13-
"next": "16.1.4",
13+
"next": "16.1.6",
1414
"next-themes": "^0.4.6",
1515
"octokit": "^5.0.5",
16-
"react": "19.2.3",
17-
"react-dom": "19.2.3",
16+
"react": "19.2.4",
17+
"react-dom": "19.2.4",
1818
"react-markdown": "^10.1.0",
1919
"react-syntax-highlighter": "^16.1.0",
2020
"rehype-raw": "^7.0.0",
@@ -26,16 +26,16 @@
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.3",
2828
"@eslint/js": "^9.39.2",
29-
"@next/eslint-plugin-next": "^16.1.4",
30-
"@next/third-parties": "16.1.4",
29+
"@next/eslint-plugin-next": "^16.1.6",
30+
"@next/third-parties": "16.1.6",
3131
"@tailwindcss/postcss": "^4.1.18",
32-
"@types/node": "25.0.10",
33-
"@types/react": "19.2.9",
32+
"@types/node": "25.1.0",
33+
"@types/react": "19.2.10",
3434
"@types/react-dom": "19.2.3",
3535
"@types/react-syntax-highlighter": "^15.5.13",
3636
"@types/rss": "^0.0.32",
3737
"eslint": "9.39.2",
38-
"eslint-config-next": "16.1.4",
38+
"eslint-config-next": "16.1.6",
3939
"eslint-plugin-react-hooks": "^7.0.1",
4040
"next-sitemap": "^4.2.3",
4141
"postcss": "^8.5.6",

0 commit comments

Comments
 (0)