Skip to content

Commit a838a4d

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 4616331 commit a838a4d

File tree

5 files changed

+116
-106
lines changed

5 files changed

+116
-106
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-05_08:16:37
1+
2025-06-05_16:15:31

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/react": "^19.1.6",
3333
"@types/react-dom": "^19.1.6",
3434
"@vitejs/plugin-react": "^4.5.1",
35-
"@vitest/coverage-v8": "^3.2.1",
35+
"@vitest/coverage-v8": "^3.2.2",
3636
"esbuild-plugin-react18": "0.2.6",
3737
"esbuild-plugin-react18-css": "^0.0.4",
3838
"jsdom": "^26.1.0",
@@ -41,7 +41,7 @@
4141
"tsup": "^8.5.0",
4242
"typescript": "^5.8.3",
4343
"vite-tsconfig-paths": "^5.1.4",
44-
"vitest": "^3.2.1"
44+
"vitest": "^3.2.2"
4545
},
4646
"dependencies": {
4747
"r18gs": "^3.0.1"

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.4",
99
"eslint-plugin-mdx": "^3.4.2",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^9.0.4"
11+
"eslint-plugin-storybook": "^9.0.5"
1212
}
1313
}

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "^4.5.1",
29-
"@vitest/coverage-v8": "^3.2.1",
29+
"@vitest/coverage-v8": "^3.2.2",
3030
"esbuild-plugin-react18": "^0.2.6",
3131
"esbuild-plugin-react18-css": "^0.0.4",
3232
"jsdom": "^26.1.0",
@@ -35,7 +35,7 @@
3535
"tsup": "^8.5.0",
3636
"typescript": "^5.8.3",
3737
"vite-tsconfig-paths": "^5.1.4",
38-
"vitest": "^3.2.1"
38+
"vitest": "^3.2.2"
3939
},
4040
"dependencies": {
4141
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)