Skip to content

Commit 46f3525

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 3fa919d commit 46f3525

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
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:25
1+
2025-10-02_01:47:10

examples/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"esbuild-plugin-react18-css-example": "workspace:*",
1515
"next": "^15.5.4",
1616
"nextjs-themes": "^4.0.6",
17-
"react": "^19.1.1",
18-
"react-dom": "^19.1.1",
17+
"react": "^19.2.0",
18+
"react-dom": "^19.2.0",
1919
"shared-ui": "workspace:*"
2020
},
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.5.4",
2323
"@types/node": "^24.6.1",
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
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
2828
"typescript": "^5.9.3"

examples/vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"esbuild-plugin-react18-css-example": "workspace:*",
1515
"nextjs-themes": "^4.0.6",
16-
"react": "^19.1.1",
17-
"react-dom": "^19.1.1",
16+
"react": "^19.2.0",
17+
"react-dom": "^19.2.0",
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^19.1.16",
22-
"@types/react-dom": "^19.1.9",
21+
"@types/react": "^19.2.0",
22+
"@types/react-dom": "^19.2.0",
2323
"@typescript-eslint/eslint-plugin": "^8.45.0",
2424
"@typescript-eslint/parser": "^8.45.0",
2525
"@vitejs/plugin-react-swc": "^4.1.0",
2626
"eslint": "^9.36.0",
27-
"eslint-plugin-react-hooks": "^5.2.0",
28-
"eslint-plugin-react-refresh": "^0.4.22",
27+
"eslint-plugin-react-hooks": "^6.1.0",
28+
"eslint-plugin-react-refresh": "^0.4.23",
2929
"typescript": "^5.9.3",
3030
"vite": "^7.1.7"
3131
}

lib/esbuild-plugin-react18-css-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.8",
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
"@vitejs/plugin-react": "^5.0.4",
3232
"@vitest/coverage-v8": "^3.2.4",
3333
"esbuild-plugin-css-module": "^0.1.0",
@@ -36,7 +36,7 @@
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^27.0.0",
3838
"octokit": "^5.0.3",
39-
"react": "^19.1.1",
39+
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",
4242
"typedoc": "^0.28.13",

lib/example2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.8",
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
"@vitejs/plugin-react": "^5.0.4",
3232
"@vitest/coverage-v8": "^3.2.4",
3333
"esbuild-plugin-css-module": "^0.1.0",
@@ -36,7 +36,7 @@
3636
"eslint-config-custom": "workspace:*",
3737
"jsdom": "^27.0.0",
3838
"octokit": "^5.0.3",
39-
"react": "^19.1.1",
39+
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",
4141
"tsup": "^8.5.0",
4242
"typedoc": "^0.28.13",

packages/shared-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"@types/node": "^24.6.1",
15-
"@types/react": "^19.1.16",
16-
"@types/react-dom": "^19.1.9",
15+
"@types/react": "^19.2.0",
16+
"@types/react-dom": "^19.2.0",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
1919
"next": "^15.5.4",
2020
"nextjs-themes": "^4.0.6",
21-
"react": "^19.1.1",
21+
"react": "^19.2.0",
2222
"tsconfig": "workspace:*",
2323
"typescript": "5.9.3"
2424
},

0 commit comments

Comments
 (0)