Skip to content

Commit 6b95472

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 1646327 commit 6b95472

File tree

5 files changed

+131
-131
lines changed

5 files changed

+131
-131
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-01_16:24:14
1+
2025-10-02_01:21:04

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"next": "^15.5.4",
1717
"nextjs-darkmode": "^1.0.10",
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
"react-mouse-trails": "^0.0.5",
2222
"react18-loaders": "^1.1.11",
2323
"webgl-generative-particles": "^0.0.1"
@@ -27,8 +27,8 @@
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
"typescript": "^5.9.3"
3333
}
3434
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"@repo/shared": "workspace:*",
1515
"esbuild-raw-plugin": "workspace:*",
1616
"nextjs-darkmode": "^1.0.10",
17-
"react": "^19.1.1",
18-
"react-dom": "^19.1.1",
17+
"react": "^19.2.0",
18+
"react-dom": "^19.2.0",
1919
"react-mouse-trails": "^0.0.5",
2020
"react18-loaders": "^1.1.11",
2121
"react18-themes": "^3.2.0"
2222
},
2323
"devDependencies": {
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/react": "^19.1.16",
27-
"@types/react-dom": "^19.1.9",
26+
"@types/react": "^19.2.0",
27+
"@types/react-dom": "^19.2.0",
2828
"@vitejs/plugin-react": "^5.0.4",
2929
"typescript": "^5.9.3",
3030
"vite": "^7.1.7"

packages/shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
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-rdi": "^0.0.0",
3030
"esbuild-plugin-react18": "^0.2.6",
3131
"esbuild-plugin-react18-css": "^0.0.4",
3232
"jsdom": "27.0.0",
33-
"react": "^19.1.1",
34-
"react-dom": "^19.1.1",
33+
"react": "^19.2.0",
34+
"react-dom": "^19.2.0",
3535
"tsup": "^8.5.0",
3636
"typescript": "^5.9.3",
3737
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)