Skip to content

Commit 972ffa0

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 81759ee commit 972ffa0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-08-11_16:34:49
1+
2025-08-12_02:01:23

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^15.4.6",
2323
"@types/node": "^24.2.1",
24-
"@types/react": "^19.1.9",
24+
"@types/react": "^19.1.10",
2525
"@types/react-dom": "^19.1.7",
2626
"eslint-config-custom": "workspace:*",
2727
"tsconfig": "workspace:*",

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"shared-ui": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^19.1.9",
21+
"@types/react": "^19.1.10",
2222
"@types/react-dom": "^19.1.7",
23-
"@typescript-eslint/eslint-plugin": "^8.39.0",
24-
"@typescript-eslint/parser": "^8.39.0",
23+
"@typescript-eslint/eslint-plugin": "^8.39.1",
24+
"@typescript-eslint/parser": "^8.39.1",
2525
"@vitejs/plugin-react-swc": "^4.0.0",
2626
"eslint": "^9.33.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",
2828
"eslint-plugin-react-refresh": "^0.4.20",
2929
"typescript": "^5.9.2",
30-
"vite": "^7.1.1"
30+
"vite": "^7.1.2"
3131
}
3232
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.5",
2828
"@types/node": "^24.2.1",
29-
"@types/react": "^19.1.9",
29+
"@types/react": "^19.1.10",
3030
"@types/react-dom": "^19.1.7",
3131
"@vitejs/plugin-react": "^5.0.0",
3232
"@vitest/coverage-v8": "^3.2.4",

lib/example2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@testing-library/react": "^16.3.0",
2727
"@turbo/gen": "^2.5.5",
2828
"@types/node": "^24.2.1",
29-
"@types/react": "^19.1.9",
29+
"@types/react": "^19.1.10",
3030
"@types/react-dom": "^19.1.7",
3131
"@vitejs/plugin-react": "^5.0.0",
3232
"@vitest/coverage-v8": "^3.2.4",

packages/shared-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@mayank1513/fork-me": "^2.1.3",
1414
"@types/node": "^24.2.1",
15-
"@types/react": "^19.1.9",
15+
"@types/react": "^19.1.10",
1616
"@types/react-dom": "^19.1.7",
1717
"esbuild-plugin-react18-css-example": "workspace:*",
1818
"eslint-config-custom": "workspace:*",

0 commit comments

Comments
 (0)