Skip to content

Commit 5c72dea

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 718cfde commit 5c72dea

File tree

6 files changed

+154
-154
lines changed

6 files changed

+154
-154
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-09_16:27:04
1+
2025-06-10_01:44:02

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
2828
"@types/node": "^22.15.30",
29-
"@types/react": "^19.1.6",
29+
"@types/react": "^19.1.7",
3030
"@types/react-dom": "^19.1.6",
3131
"typescript": "^5.8.3"
3232
}

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/react": "^19.1.6",
24+
"@types/react": "^19.1.7",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.1",
26+
"@vitejs/plugin-react": "^4.5.2",
2727
"typescript": "^5.8.3",
2828
"vite": "^6.3.5"
2929
}

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
2525
"@types/node": "^22.15.30",
26-
"@types/react": "^19.1.6",
26+
"@types/react": "^19.1.7",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.1",
28+
"@vitejs/plugin-react": "^4.5.2",
2929
"@vitest/coverage-v8": "^3.2.3",
3030
"esbuild-plugin-react18": "^0.2.6",
3131
"esbuild-plugin-react18-css": "^0.0.4",

0 commit comments

Comments
 (0)