Skip to content

Commit a2ab357

Browse files
committed
upgrade deps && docs [skip ci]
1 parent b590cf7 commit a2ab357

File tree

6 files changed

+71
-71
lines changed

6 files changed

+71
-71
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-11-30_08:31:03
1+
2025-11-30_16:30:45

examples/nextjs-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "16.0.5",
15+
"next": "16.0.6",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.2.0",
1818
"react-dom": "^19.2.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^16.0.5",
21+
"@next/eslint-plugin-next": "^16.0.6",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/node": "^24.10.1",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^16.0.5",
16+
"next": "^16.0.6",
1717
"nextjs-darkmode": "workspace:*",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"react18-loaders": "^1.1.12"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^16.0.5",
24+
"@next/eslint-plugin-next": "^16.0.6",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/node": "^24.10.1",

examples/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/shared": "workspace:*",
1717
"@tailwindcss/postcss": "^4.1.17",
18-
"next": "^16.0.5",
18+
"next": "^16.0.6",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.2.0",
2222
"react-dom": "^19.2.0",
2323
"react18-loaders": "^1.1.12"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^16.0.5",
26+
"@next/eslint-plugin-next": "^16.0.6",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.10.1",

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^16.0.5",
7+
"@next/eslint-plugin-next": "^16.0.6",
88
"@typescript-eslint/eslint-plugin": "^8.48.0",
99
"@typescript-eslint/parser": "^8.48.0",
1010
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)