Skip to content

Commit eace31c

Browse files
Merge branch 'main' into refactor/development-flow-to-skill
2 parents cd22d22 + 32c1ecd commit eace31c

File tree

5 files changed

+89
-89
lines changed

5 files changed

+89
-89
lines changed

apps/ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@tsconfig/strictest": "2.0.8",
2727
"@types/react": "19.2.13",
2828
"babel-plugin-inline-import": "3.0.0",
29-
"drizzle-kit": "0.31.8",
29+
"drizzle-kit": "0.31.9",
3030
"typescript": "5.9.3"
3131
}
3232
}

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@praha/drizzle-factory": "1.4.2",
3737
"@tsconfig/strictest": "2.0.8",
3838
"@types/node": "24.10.12",
39-
"drizzle-kit": "0.31.8",
39+
"drizzle-kit": "0.31.9",
4040
"tsx": "4.21.0",
4141
"typescript": "5.9.3",
4242
"vitest": "4.0.16"

packages/per-user-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@praha/drizzle-factory": "1.4.2",
3535
"@tsconfig/strictest": "2.0.8",
3636
"@types/node": "24.10.12",
37-
"drizzle-kit": "0.31.8",
37+
"drizzle-kit": "0.31.9",
3838
"typescript": "5.9.3",
3939
"vitest": "4.0.16"
4040
}

packages/react-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"devDependencies": {
2222
"@biomejs/biome": "2.3.6",
23-
"@chromatic-com/storybook": "5.0.0",
24-
"@storybook/addon-a11y": "10.2.7",
25-
"@storybook/addon-docs": "10.2.7",
26-
"@storybook/addon-vitest": "10.2.7",
27-
"@storybook/react": "10.2.7",
28-
"@storybook/react-vite": "10.2.7",
23+
"@chromatic-com/storybook": "5.0.1",
24+
"@storybook/addon-a11y": "10.2.8",
25+
"@storybook/addon-docs": "10.2.8",
26+
"@storybook/addon-vitest": "10.2.8",
27+
"@storybook/react": "10.2.8",
28+
"@storybook/react-vite": "10.2.8",
2929
"@tailwindcss/postcss": "4.1.18",
3030
"@tailwindcss/vite": "4.1.18",
3131
"@tsconfig/create-react-app": "2.0.11",
@@ -36,7 +36,7 @@
3636
"@vitest/coverage-v8": "4.0.9",
3737
"playwright": "1.58.2",
3838
"prop-types": "15.8.1",
39-
"storybook": "10.2.7",
39+
"storybook": "10.2.8",
4040
"tailwindcss": "4.1.18",
4141
"tailwindcss-react-aria-components": "2.0.1",
4242
"tw-animate-css": "1.4.0",

0 commit comments

Comments
 (0)