Skip to content

Commit 718284b

Browse files
fix(deps): update all non-major dependencies (#649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28710f0 commit 718284b

8 files changed

Lines changed: 228 additions & 483 deletions

File tree

apps/cockpit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"next": "16.1.1",
2222
"react": "^19.2.3",
2323
"react-dom": "^19.2.3",
24-
"react-hook-form": "^7.69.0",
25-
"zod": "^4.2.1"
24+
"react-hook-form": "^7.70.0",
25+
"zod": "^4.3.5"
2626
},
2727
"devDependencies": {
2828
"@northware/tsconfig": "workspace:*",

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@northware/ui": "workspace:",
16-
"fumadocs-core": "16.4.1",
17-
"fumadocs-mdx": "14.2.3",
18-
"fumadocs-ui": "16.4.1",
16+
"fumadocs-core": "16.4.3",
17+
"fumadocs-mdx": "14.2.4",
18+
"fumadocs-ui": "16.4.3",
1919
"next": "16.1.1",
2020
"react": "^19.2.3",
2121
"react-dom": "^19.2.3"

apps/storybook/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
},
1212
"dependencies": {
1313
"@northware/ui": "workspace:*",
14-
"@storybook/addon-docs": "^10.1.10",
14+
"@storybook/addon-docs": "^10.1.11",
1515
"@tanstack/react-table": "^8.21.3",
1616
"next": "16.1.1",
1717
"react": "^19.2.3",
1818
"react-dom": "^19.2.3",
19-
"react-hook-form": "^7.69.0",
20-
"zod": "^4.2.1"
19+
"react-hook-form": "^7.70.0",
20+
"zod": "^4.3.5"
2121
},
2222
"devDependencies": {
2323
"@northware/service-config": "workspace:*",
24-
"@storybook/addon-themes": "10.1.10",
25-
"@storybook/nextjs": "10.1.10",
24+
"@storybook/addon-themes": "10.1.11",
25+
"@storybook/nextjs": "10.1.11",
2626
"@types/node": "^24.10.4",
2727
"@types/react": "^19.2.7",
2828
"@types/react-dom": "^19.2.3",
29-
"storybook": "10.1.10",
29+
"storybook": "10.1.11",
3030
"typescript": "^5.9.3"
3131
}
3232
}

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
44
"vcs": {
55
"enabled": true,

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"devDependencies": {
3-
"@biomejs/biome": "2.3.10",
3+
"@biomejs/biome": "2.3.11",
44
"@changesets/cli": "^2.29.8",
5-
"@commitlint/cli": "^20.2.0",
6-
"@commitlint/config-conventional": "^20.2.0",
7-
"@commitlint/prompt-cli": "^20.2.0",
5+
"@commitlint/cli": "^20.3.0",
6+
"@commitlint/config-conventional": "^20.3.0",
7+
"@commitlint/prompt-cli": "^20.3.0",
88
"@commitlint/types": "^20.2.0",
99
"@northware/tsconfig": "workspace:",
1010
"turbo": "^2.7.2",
1111
"typescript": "^5.9.3",
12-
"ultracite": "6.5.0"
12+
"ultracite": "6.5.1"
1313
},
1414
"engines": {
1515
"node": ">=22"

packages/ui/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"root": false,
44
"extends": "//",
55
"files": {

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"next-themes": "^0.4.6",
3636
"radix-ui": "latest",
3737
"react-day-picker": "^9.13.0",
38-
"react-hook-form": "^7.69.0",
38+
"react-hook-form": "^7.70.0",
3939
"react-resizable-panels": "^3.0.6",
4040
"recharts": "2.15.4",
4141
"sonner": "^2.0.7",
4242
"tailwind-merge": "^3.4.0",
4343
"vaul": "^1.1.2",
44-
"zod": "^4.2.1"
44+
"zod": "^4.3.5"
4545
},
4646
"devDependencies": {
4747
"@northware/tsconfig": "workspace:*",

0 commit comments

Comments
 (0)