Skip to content

Commit 0e5d677

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 8dcdafd commit 0e5d677

File tree

5 files changed

+116
-116
lines changed

5 files changed

+116
-116
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-01_16:14:58
1+
2025-10-02_00:50:55

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"esbuild-plugin-react18": "workspace:*",
1717
"next": "^15.5.4",
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/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
"esbuild-plugin-react18": "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"

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": "workspace:*",
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)