Skip to content

Commit 099485e

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 21eaa33 commit 099485e

File tree

6 files changed

+140
-140
lines changed

6 files changed

+140
-140
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-01_16:28:14
1+
2025-10-02_01:39:50

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"next": "^15.5.4",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
18-
"react": "^19.1.1",
19-
"react-dom": "^19.1.1",
18+
"react": "^19.2.0",
19+
"react-dom": "^19.2.0",
2020
"react-mouse-trails": "^0.0.5",
2121
"react18-loaders": "^1.1.11",
2222
"webgl-generative-particles": "workspace:*"
@@ -26,8 +26,8 @@
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
2828
"@types/node": "^24.6.1",
29-
"@types/react": "^19.1.16",
30-
"@types/react-dom": "^19.1.9",
29+
"@types/react": "^19.2.0",
30+
"@types/react-dom": "^19.2.0",
3131
"typescript": "^5.9.3"
3232
}
3333
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"nextjs-darkmode": "^1.0.10",
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
"webgl-generative-particles": "workspace:*"
2121
},
2222
"devDependencies": {
2323
"@repo/eslint-config": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
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
"typescript": "^5.9.3",
2929
"vite": "^7.1.7"

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.3.0",
4747
"@types/node": "^24.6.1",
48-
"@types/react": "^19.1.16",
49-
"@types/react-dom": "^19.1.9",
48+
"@types/react": "^19.2.0",
49+
"@types/react-dom": "^19.2.0",
5050
"@vitejs/plugin-react": "^5.0.4",
5151
"@vitest/coverage-v8": "^3.2.4",
5252
"esbuild-plugin-rdi": "^0.0.0",
5353
"esbuild-plugin-react18": "0.2.6",
5454
"esbuild-plugin-react18-css": "^0.0.4",
5555
"esbuild-plugin-webgl": "^0.0.3",
5656
"jsdom": "^27.0.0",
57-
"react": "^19.1.1",
58-
"react-dom": "^19.1.1",
57+
"react": "^19.2.0",
58+
"react-dom": "^19.2.0",
5959
"tsup": "^8.5.0",
6060
"typescript": "^5.9.3",
6161
"vite-tsconfig-paths": "^5.1.4",

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)