Skip to content

Commit 66a61a1

Browse files
committed
upgrade deps && docs [skip ci]
1 parent b4819da commit 66a61a1

File tree

6 files changed

+94
-94
lines changed

6 files changed

+94
-94
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-24_08:15:56
1+
2025-10-24_16:14:27

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",
26-
"@vitejs/plugin-react": "^5.0.4",
26+
"@vitejs/plugin-react": "^5.1.0",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.1.12"
2929
}

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.9.1",
30-
"@vitest/coverage-v8": "^4.0.2",
30+
"@vitest/coverage-v8": "^4.0.3",
3131
"esbuild": "^0.25.11",
3232
"esbuild-plugin-react18-css": "^0.0.4",
3333
"tiny-glob": "^0.2.9",
3434
"tsup": "^8.5.0",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.0.2"
37+
"vitest": "^4.0.3"
3838
},
3939
"funding": [
4040
{

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"eslint-config-turbo": "^2.5.8",
99
"eslint-plugin-mdx": "^3.6.2",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^9.1.13"
11+
"eslint-plugin-storybook": "^9.1.15"
1212
}
1313
}

packages/shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/node": "^24.9.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
27-
"@vitejs/plugin-react": "^5.0.4",
28-
"@vitest/coverage-v8": "^4.0.2",
27+
"@vitejs/plugin-react": "^5.1.0",
28+
"@vitest/coverage-v8": "^4.0.3",
2929
"esbuild-plugin-react18": "workspace:*",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^27.0.1",
@@ -34,7 +34,7 @@
3434
"tsup": "^8.5.0",
3535
"typescript": "^5.9.3",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.0.2"
37+
"vitest": "^4.0.3"
3838
},
3939
"peerDependencies": {
4040
"@types/react": "16.8 - 19",

0 commit comments

Comments
 (0)