Skip to content

Commit 75ed734

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 37941c3 commit 75ed734

7 files changed

Lines changed: 712 additions & 378 deletions

File tree

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-03-12_08:31:46
1+
2026-03-12_16:50:14

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@next/eslint-plugin-next": "^16.1.6",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^25.4.0",
27+
"@types/node": "^25.5.0",
2828
"@types/react": "^19.2.14",
2929
"@types/react-dom": "^19.2.3",
3030
"typescript": "^5.9.3"

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.2.3",
26-
"@vitejs/plugin-react": "^5.1.4",
26+
"@vitejs/plugin-react": "^6.0.0",
2727
"typescript": "^5.9.3",
28-
"vite": "^7.3.1"
28+
"vite": "^8.0.0"
2929
}
3030
}

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"devDependencies": {
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^25.4.0",
30-
"@vitest/coverage-v8": "^4.0.18",
31-
"esbuild": "^0.27.3",
29+
"@types/node": "^25.5.0",
30+
"@vitest/coverage-v8": "^4.1.0",
31+
"esbuild": "^0.27.4",
3232
"esbuild-plugin-react18-css": "^0.0.4",
3333
"tiny-glob": "^0.2.9",
3434
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^6.1.1",
37-
"vitest": "^4.0.18"
37+
"vitest": "^4.1.0"
3838
},
3939
"funding": [
4040
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^25.4.0"
33+
"@types/node": "^25.5.0"
3434
},
3535
"name": "esbuild-plugin-react18"
3636
}

packages/shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.2",
24-
"@types/node": "^25.4.0",
24+
"@types/node": "^25.5.0",
2525
"@types/react": "^19.2.14",
2626
"@types/react-dom": "^19.2.3",
27-
"@vitejs/plugin-react": "^5.1.4",
28-
"@vitest/coverage-v8": "^4.0.18",
27+
"@vitejs/plugin-react": "^6.0.0",
28+
"@vitest/coverage-v8": "^4.1.0",
2929
"esbuild-plugin-react18": "workspace:*",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^28.1.0",
@@ -34,7 +34,7 @@
3434
"tsup": "^8.5.1",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^6.1.1",
37-
"vitest": "^4.0.18"
37+
"vitest": "^4.1.0"
3838
},
3939
"peerDependencies": {
4040
"@types/react": "16.8 - 19",

0 commit comments

Comments
 (0)