Skip to content

Commit ab3df25

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 03b99e4 commit ab3df25

File tree

9 files changed

+283
-161
lines changed

9 files changed

+283
-161
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-01_16:30:55
1+
2025-10-02_01:49:21

examples/nextjs-pages/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"@repo/shared": "workspace:*",
1515
"next": "15.5.4",
1616
"nextjs-darkmode": "workspace:*",
17-
"react": "^19.1.1",
18-
"react-dom": "^19.1.1"
17+
"react": "^19.2.0",
18+
"react-dom": "^19.2.0"
1919
},
2020
"devDependencies": {
2121
"@next/eslint-plugin-next": "^15.5.4",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/node": "^24.6.1",
25-
"@types/react": "^19.1.16",
26-
"@types/react-dom": "^19.1.9",
25+
"@types/react": "^19.2.0",
26+
"@types/react-dom": "^19.2.0",
2727
"typescript": "^5.9.3"
2828
}
2929
}

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"next": "^15.5.4",
1717
"nextjs-darkmode": "workspace:*",
1818
"nextjs-themes": "^4.0.6",
19-
"react": "^19.1.1",
20-
"react-dom": "^19.1.1",
19+
"react": "^19.2.0",
20+
"react-dom": "^19.2.0",
2121
"react18-loaders": "^1.1.11"
2222
},
2323
"devDependencies": {
2424
"@next/eslint-plugin-next": "^15.5.4",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/node": "^24.6.1",
28-
"@types/react": "^19.1.16",
29-
"@types/react-dom": "^19.1.9",
28+
"@types/react": "^19.2.0",
29+
"@types/react-dom": "^19.2.0",
3030
"typescript": "^5.9.3"
3131
}
3232
}

examples/tailwind/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"next": "^15.5.4",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
21-
"react": "^19.1.1",
22-
"react-dom": "^19.1.1",
21+
"react": "^19.2.0",
22+
"react-dom": "^19.2.0",
2323
"react18-loaders": "^1.1.11"
2424
},
2525
"devDependencies": {
2626
"@next/eslint-plugin-next": "^15.5.4",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.6.1",
30-
"@types/react": "^19.1.16",
31-
"@types/react-dom": "^19.1.9",
30+
"@types/react": "^19.2.0",
31+
"@types/react-dom": "^19.2.0",
3232
"autoprefixer": "^10.4.21",
3333
"postcss": "^8.5.6",
3434
"tailwindcss": "^4.1.14",

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"nextjs-darkmode": "workspace:*",
16-
"react": "^19.1.1",
17-
"react-dom": "^19.1.1",
16+
"react": "^19.2.0",
17+
"react-dom": "^19.2.0",
1818
"react18-loaders": "^1.1.11",
1919
"react18-themes": "^3.2.0"
2020
},
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/react": "^19.1.16",
25-
"@types/react-dom": "^19.1.9",
24+
"@types/react": "^19.2.0",
25+
"@types/react-dom": "^19.2.0",
2626
"@vitejs/plugin-react": "^5.0.4",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.1.7"

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
"@repo/typescript-config": "workspace:*",
5858
"@testing-library/react": "^16.3.0",
5959
"@types/node": "^24.6.1",
60-
"@types/react": "^19.1.16",
61-
"@types/react-dom": "^19.1.9",
60+
"@types/react": "^19.2.0",
61+
"@types/react-dom": "^19.2.0",
6262
"@vitejs/plugin-react": "^5.0.4",
6363
"@vitest/coverage-v8": "^3.2.4",
6464
"esbuild-plugin-rdi": "^0.0.0",
6565
"esbuild-plugin-react18": "0.2.6",
6666
"esbuild-plugin-react18-css": "^0.0.4",
6767
"jsdom": "^27.0.0",
68-
"react": "^19.1.1",
69-
"react-dom": "^19.1.1",
68+
"react": "^19.2.0",
69+
"react-dom": "^19.2.0",
7070
"tsup": "^8.5.0",
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
@@ -11,7 +11,7 @@
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
14-
"eslint-plugin-react-hooks": "^5.2.0",
14+
"eslint-plugin-react-hooks": "^6.1.0",
1515
"eslint-plugin-turbo": "^2.5.8",
1616
"globals": "^16.4.0",
1717
"typescript": "^5.9.3",

packages/shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
2424
"@types/node": "^24.6.1",
25-
"@types/react": "^19.1.16",
26-
"@types/react-dom": "^19.1.9",
25+
"@types/react": "^19.2.0",
26+
"@types/react-dom": "^19.2.0",
2727
"@vitejs/plugin-react": "^5.0.4",
2828
"@vitest/coverage-v8": "^3.2.4",
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^27.0.0",
32-
"react": "^19.1.1",
33-
"react-dom": "^19.1.1",
32+
"react": "^19.2.0",
33+
"react-dom": "^19.2.0",
3434
"tsup": "^8.5.0",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)