Skip to content

Commit 3492edb

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 9e6c8a7 commit 3492edb

5 files changed

Lines changed: 157 additions & 157 deletions

File tree

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-09_16:25:50
1+
2025-06-10_01:40:23

examples/nextjs/package.json

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

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"devDependencies": {
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
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
"typescript": "^5.8.3",
3030
"vite": "^6.3.5"
3131
}

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
2424
"@types/node": "^22.15.30",
25-
"@types/react": "^19.1.6",
25+
"@types/react": "^19.1.7",
2626
"@types/react-dom": "^19.1.6",
27-
"@vitejs/plugin-react": "^4.5.1",
27+
"@vitejs/plugin-react": "^4.5.2",
2828
"@vitest/coverage-v8": "^3.2.3",
2929
"esbuild-plugin-rdi": "^0.0.0",
3030
"esbuild-plugin-react18": "^0.2.6",

0 commit comments

Comments
 (0)