Skip to content

Commit adfe8c3

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 890655a commit adfe8c3

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-29_08:36:42
1+
2025-07-29_16:34:10

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.4.4",
2323
"@types/node": "^24.1.0",
24-
"@types/react": "^19.1.8",
25-
"@types/react-dom": "^19.1.6",
24+
"@types/react": "^19.1.9",
25+
"@types/react-dom": "^19.1.7",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",
2828
"typescript": "^5.8.3"

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^19.1.8",
22-
"@types/react-dom": "^19.1.6",
21+
"@types/react": "^19.1.9",
22+
"@types/react-dom": "^19.1.7",
2323
"@typescript-eslint/eslint-plugin": "^8.38.0",
2424
"@typescript-eslint/parser": "^8.38.0",
2525
"@vitejs/plugin-react-swc": "^3.11.0",

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

Lines changed: 2 additions & 2 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.5",
2828
"@types/node": "^24.1.0",
29-
"@types/react": "^19.1.8",
30-
"@types/react-dom": "^19.1.6",
29+
"@types/react": "^19.1.9",
30+
"@types/react-dom": "^19.1.7",
3131
"@vitejs/plugin-react": "^4.7.0",
3232
"@vitest/coverage-v8": "^3.2.4",
3333
"esbuild-plugin-css-module": "^0.1.0",

lib/example2/package.json

Lines changed: 2 additions & 2 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.5",
2828
"@types/node": "^24.1.0",
29-
"@types/react": "^19.1.8",
30-
"@types/react-dom": "^19.1.6",
29+
"@types/react": "^19.1.9",
30+
"@types/react-dom": "^19.1.7",
3131
"@vitejs/plugin-react": "^4.7.0",
3232
"@vitest/coverage-v8": "^3.2.4",
3333
"esbuild-plugin-css-module": "^0.1.0",

packages/shared-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"@types/node": "^24.1.0",
15-
"@types/react": "^19.1.8",
16-
"@types/react-dom": "^19.1.6",
15+
"@types/react": "^19.1.9",
16+
"@types/react-dom": "^19.1.7",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",
1919
"next": "^15.4.4",

0 commit comments

Comments
 (0)