Skip to content

Commit cc0f2a5

Browse files
chore(deps): update all non-major dependencies
1 parent 47360d9 commit cc0f2a5

16 files changed

Lines changed: 168 additions & 176 deletions

File tree

apps/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@app/strategy-core": "workspace:*",
2424
"@app/strategy-registry": "workspace:*",
2525
"@hono/swagger-ui": "~0.6.1",
26-
"@hono/zod-openapi": "1.6.1",
26+
"@hono/zod-openapi": "1.6.2",
2727
"better-auth": "~1.7.2",
2828
"bullmq": "5.58.6",
2929
"drizzle-orm": "~0.45.2",
3030
"hono": "~4.13.5",
3131
"ioredis": "~6.0.0",
3232
"pg": "~8.23.0",
3333
"pino": "~10.3.1",
34-
"zod": "~4.4.3",
34+
"zod": "~4.5.4",
3535
"@app/observability": "workspace:*"
3636
},
3737
"devDependencies": {

apps/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.26
1+
# syntax=docker/dockerfile:1.27
22
# Single image for the whole app. ROLE (api|worker|study|all) selects behaviour
33
# at runtime via the apps/server entrypoint — one build, one image, replacing the
44
# former per-app api/worker/web images. Ships:

apps/web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@
2929
"@radix-ui/react-switch": "~1.3.7",
3030
"@radix-ui/react-tabs": "~1.1.21",
3131
"@radix-ui/react-tooltip": "~1.2.16",
32-
"@tanstack/react-query": "~5.102.7",
32+
"@tanstack/react-query": "~5.102.8",
3333
"@tanstack/react-router": "~1.170.32",
3434
"@tanstack/react-virtual": "~3.14.10",
3535
"class-variance-authority": "~0.7.1",
3636
"clsx": "~2.1.1",
3737
"cmdk": "~1.1.1",
3838
"lightweight-charts": "~5.2.1",
39-
"lucide-react": "~1.34.0",
39+
"lucide-react": "~1.40.0",
4040
"react": "~19.2.8",
4141
"react-dom": "~19.2.8",
42-
"react-hook-form": "~7.86.0",
42+
"react-hook-form": "~7.87.0",
4343
"recharts": "~3.10.1",
4444
"sonner": "~2.0.8",
4545
"tailwind-merge": "~3.6.0",
46-
"zod": "~4.4.3"
46+
"zod": "~4.5.4"
4747
},
4848
"devDependencies": {
4949
"@app/strategy-registry": "workspace:*",
5050
"@tailwindcss/vite": "~4.3.3",
5151
"@testing-library/jest-dom": "~7.0.1",
52-
"@testing-library/react": "~16.3.2",
53-
"@testing-library/user-event": "~14.6.6",
52+
"@testing-library/react": "~16.3.3",
53+
"@testing-library/user-event": "~14.6.7",
5454
"@types/react": "~19.2.18",
55-
"@types/react-dom": "~19.2.5",
56-
"@vitejs/plugin-react": "~6.1.0",
55+
"@types/react-dom": "~19.2.7",
56+
"@vitejs/plugin-react": "~6.1.1",
5757
"cryptocurrency-icons": "0.18.1",
58-
"happy-dom": "~20.11.8",
58+
"happy-dom": "~20.13.2",
5959
"tailwindcss": "~4.3.3",
6060
"typescript": "~7.0.2",
6161
"vite": "~8.2.2",

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pg": "~8.23.0",
3535
"pino": "~10.3.1",
3636
"ws": "~8.21.3",
37-
"zod": "~4.4.3",
37+
"zod": "~4.5.4",
3838
"@app/observability": "workspace:*"
3939
},
4040
"devDependencies": {

bun.lock

Lines changed: 136 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@vitest/coverage-v8": "~4.1.11",
4949
"branch-name-lint": "~3.0.1",
5050
"husky": "~9.1.7",
51-
"lint-staged": "~17.3.0",
52-
"oxlint": "1.80.0",
51+
"lint-staged": "~17.4.1",
52+
"oxlint": "1.81.0",
5353
"prettier": "~3.9.6",
5454
"prettier-plugin-tailwindcss": "~0.8.1",
5555
"turbo": "^2.10.12",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"decimal.js": "~10.6.0",
16-
"zod": "~4.4.3"
16+
"zod": "~4.5.4"
1717
}
1818
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@app/contracts": "workspace:*",
27-
"zod": "~4.4.3"
27+
"zod": "~4.5.4"
2828
},
2929
"devDependencies": {
3030
"bullmq": "5.58.6"

packages/llm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@anthropic-ai/sdk": "~0.121.0",
15+
"@anthropic-ai/sdk": "~0.123.0",
1616
"@app/contracts": "workspace:*",
1717
"@app/strategy-core": "workspace:*",
1818
"@toon-format/toon": "~4.1.1",
19-
"zod": "~4.4.3"
19+
"zod": "~4.5.4"
2020
}
2121
}

packages/notify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"test": "vitest run"
1818
},
1919
"dependencies": {
20-
"zod": "~4.4.3"
20+
"zod": "~4.5.4"
2121
}
2222
}

0 commit comments

Comments
 (0)