Skip to content

Commit 5e5d9ee

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 7cd87ce commit 5e5d9ee

File tree

5 files changed

+136
-136
lines changed

5 files changed

+136
-136
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:26
1+
2025-10-02_01:21:51

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-markdown": "^10.1.0",
2121
"react-markdown-autolink": "workspace:*",
2222
"react-mouse-trails": "^0.0.5",
@@ -28,8 +28,8 @@
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@types/node": "^24.6.1",
31-
"@types/react": "^19.1.16",
32-
"@types/react-dom": "^19.1.9",
31+
"@types/react": "^19.2.0",
32+
"@types/react-dom": "^19.2.0",
3333
"typescript": "^5.9.3"
3434
}
3535
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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
"react-markdown-autolink": "workspace:*",
1919
"react-mouse-trails": "^0.0.5",
2020
"react18-loaders": "^1.1.11",
@@ -23,8 +23,8 @@
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,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)