Skip to content

Commit d98608a

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 7d2c4c0 commit d98608a

File tree

9 files changed

+182
-182
lines changed

9 files changed

+182
-182
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-03_08:36:29
1+
2025-12-03_16:37:34

examples/nextjs-pages/package.json

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

examples/nextjs/package.json

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

examples/tailwind/package.json

Lines changed: 4 additions & 4 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.6",
18+
"next": "^16.0.7",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
21-
"react": "^19.2.0",
22-
"react-dom": "^19.2.0",
21+
"react": "^19.2.1",
22+
"react-dom": "^19.2.1",
2323
"react18-loaders": "^1.1.12"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^16.0.6",
26+
"@next/eslint-plugin-next": "^16.0.7",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.10.1",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"nextjs-darkmode": "workspace:*",
16-
"react": "^19.2.0",
17-
"react-dom": "^19.2.0",
16+
"react": "^19.2.1",
17+
"react-dom": "^19.2.1",
1818
"react18-loaders": "^1.1.12",
1919
"react18-themes": "^3.2.0"
2020
},

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"esbuild-plugin-react18": "0.2.6",
6666
"esbuild-plugin-react18-css": "^0.0.4",
6767
"jsdom": "^27.2.0",
68-
"react": "^19.2.0",
69-
"react-dom": "^19.2.0",
68+
"react": "^19.2.1",
69+
"react-dom": "^19.2.1",
7070
"tsup": "^8.5.1",
7171
"typescript": "^5.9.3",
7272
"vite-tsconfig-paths": "^5.1.4",

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.6",
7+
"@next/eslint-plugin-next": "^16.0.7",
88
"@typescript-eslint/eslint-plugin": "^8.48.1",
99
"@typescript-eslint/parser": "^8.48.1",
1010
"eslint": "^9.39.1",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^27.2.0",
32-
"react": "^19.2.0",
33-
"react-dom": "^19.2.0",
32+
"react": "^19.2.1",
33+
"react-dom": "^19.2.1",
3434
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)