Skip to content

Commit 74756a2

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 5582092 commit 74756a2

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-11-12_01:57:16
1+
2025-11-12_08:34:42

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@next/eslint-plugin-next": "^16.0.1",
2323
"@types/node": "^24.10.1",
2424
"@types/react": "^19.2.3",
25-
"@types/react-dom": "^19.2.2",
25+
"@types/react-dom": "^19.2.3",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
2828
"typescript": "^5.9.3"

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"devDependencies": {
2121
"@types/react": "^19.2.3",
22-
"@types/react-dom": "^19.2.2",
22+
"@types/react-dom": "^19.2.3",
2323
"@typescript-eslint/eslint-plugin": "^8.46.4",
2424
"@typescript-eslint/parser": "^8.46.4",
25-
"@vitejs/plugin-react-swc": "^4.2.1",
25+
"@vitejs/plugin-react-swc": "^4.2.2",
2626
"eslint": "^9.39.1",
2727
"eslint-plugin-react-hooks": "^7.0.1",
2828
"eslint-plugin-react-refresh": "^0.4.24",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@turbo/gen": "^2.6.1",
2828
"@types/node": "^24.10.1",
2929
"@types/react": "^19.2.3",
30-
"@types/react-dom": "^19.2.2",
31-
"@vitejs/plugin-react": "^5.1.0",
30+
"@types/react-dom": "^19.2.3",
31+
"@vitejs/plugin-react": "^5.1.1",
3232
"@vitest/coverage-v8": "^4.0.8",
3333
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.2.6",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
37-
"jsdom": "^27.1.0",
37+
"jsdom": "^27.2.0",
3838
"octokit": "^5.0.5",
3939
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",

lib/example2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@turbo/gen": "^2.6.1",
2828
"@types/node": "^24.10.1",
2929
"@types/react": "^19.2.3",
30-
"@types/react-dom": "^19.2.2",
31-
"@vitejs/plugin-react": "^5.1.0",
30+
"@types/react-dom": "^19.2.3",
31+
"@vitejs/plugin-react": "^5.1.1",
3232
"@vitest/coverage-v8": "^4.0.8",
3333
"esbuild-plugin-css-module": "^0.1.0",
3434
"esbuild-plugin-react18": "^0.2.6",
3535
"esbuild-plugin-react18-css": "workspace:*",
3636
"eslint-config-custom": "workspace:*",
37-
"jsdom": "^27.1.0",
37+
"jsdom": "^27.2.0",
3838
"octokit": "^5.0.5",
3939
"react": "^19.2.0",
4040
"tsconfig": "workspace:*",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"@types/node": "^24.10.1",
1515
"@types/react": "^19.2.3",
16-
"@types/react-dom": "^19.2.2",
16+
"@types/react-dom": "^19.2.3",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
1919
"next": "^16.0.1",

0 commit comments

Comments
 (0)