Skip to content

Commit 9a32b52

Browse files
fix(deps): update all non-major dependencies
1 parent 9627214 commit 9a32b52

6 files changed

Lines changed: 359 additions & 357 deletions

File tree

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.6.12",
17-
"fumadocs-mdx": "14.2.9",
18-
"fumadocs-ui": "16.6.12",
16+
"fumadocs-core": "16.6.17",
17+
"fumadocs-mdx": "14.2.10",
18+
"fumadocs-ui": "16.6.17",
1919
"next": "16.1.6",
2020
"react": "^19.2.4",
2121
"react-dom": "^19.2.4"

apps/storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@northware/ui": "workspace:*",
14-
"@storybook/addon-docs": "^10.2.16",
14+
"@storybook/addon-docs": "^10.2.19",
1515
"@tanstack/react-table": "^8.21.3",
1616
"next": "16.1.6",
1717
"react": "^19.2.4",
@@ -21,12 +21,12 @@
2121
},
2222
"devDependencies": {
2323
"@northware/service-config": "workspace:*",
24-
"@storybook/addon-themes": "10.2.16",
25-
"@storybook/nextjs": "10.2.16",
24+
"@storybook/addon-themes": "10.2.19",
25+
"@storybook/nextjs": "10.2.19",
2626
"@types/node": "^24.12.0",
2727
"@types/react": "^19.2.14",
2828
"@types/react-dom": "^19.2.3",
29-
"storybook": "10.2.16",
29+
"storybook": "10.2.19",
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.4.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"extends": ["ultracite/core", "ultracite/react", "ultracite/next"],
44
"vcs": {
55
"enabled": true,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"devDependencies": {
3-
"@biomejs/biome": "2.4.6",
3+
"@biomejs/biome": "2.4.7",
44
"@changesets/cli": "^2.30.0",
5-
"@commitlint/cli": "^20.4.3",
6-
"@commitlint/config-conventional": "^20.4.3",
7-
"@commitlint/prompt-cli": "^20.4.3",
8-
"@commitlint/types": "^20.4.3",
5+
"@commitlint/cli": "^20.4.4",
6+
"@commitlint/config-conventional": "^20.4.4",
7+
"@commitlint/prompt-cli": "^20.4.4",
8+
"@commitlint/types": "^20.4.4",
99
"@northware/tsconfig": "workspace:",
10-
"turbo": "^2.8.14",
10+
"turbo": "^2.8.17",
1111
"typescript": "^5.9.3",
1212
"ultracite": "6.5.1"
1313
},

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.4.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"root": false,
44
"extends": "//",
55
"files": {

0 commit comments

Comments
 (0)