chore: update deps

pull/715/head
Travis Fischer 2025-06-12 06:16:45 +07:00
rodzic 9bdc5a7b08
commit 0999cfdece
5 zmienionych plików z 409 dodań i 324 usunięć

Wyświetl plik

@ -40,19 +40,19 @@
"@hono/zod-validator": "catalog:", "@hono/zod-validator": "catalog:",
"@modelcontextprotocol/sdk": "catalog:", "@modelcontextprotocol/sdk": "catalog:",
"@sentry/cloudflare": "catalog:", "@sentry/cloudflare": "catalog:",
"agents": "^0.0.95", "agents": "catalog:",
"fast-content-type-parse": "catalog:", "fast-content-type-parse": "catalog:",
"hono": "catalog:", "hono": "catalog:",
"ky": "catalog:", "ky": "catalog:",
"plur": "catalog:", "plur": "catalog:",
"sort-keys": "^5.1.0", "sort-keys": "catalog:",
"stripe": "catalog:", "stripe": "catalog:",
"type-fest": "catalog:" "type-fest": "catalog:"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "catalog:", "@cloudflare/workers-types": "catalog:",
"@edge-runtime/vm": "catalog:", "@edge-runtime/vm": "catalog:",
"@sentry/cli": "^2.46.0", "@sentry/cli": "catalog:",
"wrangler": "catalog:" "wrangler": "catalog:"
} }
} }

Wyświetl plik

@ -24,14 +24,14 @@
}, },
"dependencies": { "dependencies": {
"@agentic/platform-core": "workspace:*", "@agentic/platform-core": "workspace:*",
"@react-email/components": "^0.0.41", "@react-email/components": "catalog:",
"react": "^19.1.0", "react": "catalog:",
"react-dom": "^19.1.0", "react-dom": "catalog:",
"resend": "^4.5.1" "resend": "catalog:"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.1.6", "@types/react": "catalog:",
"@types/react-dom": "^19.1.6", "@types/react-dom": "catalog:",
"react-email": "^4.0.16" "react-email": "catalog:"
} }
} }

Wyświetl plik

@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "catalog:", "@modelcontextprotocol/sdk": "catalog:",
"fastmcp": "^2.2.2", "fastmcp": "catalog:",
"zod": "catalog:" "zod": "catalog:"
} }
} }

Plik diff jest za duży Load Diff

Wyświetl plik

@ -2,37 +2,44 @@ packages:
- packages/* - packages/*
- apps/* - apps/*
- packages/fixtures/valid/* - packages/fixtures/valid/*
onlyBuiltDependencies:
- "@sentry/cli"
catalog: catalog:
'@agentic/openauth': ^0.4.3 "@agentic/openauth": ^0.4.3
'@ai-sdk/openai': ^1.3.22 "@ai-sdk/openai": ^1.3.22
'@apideck/better-ajv-errors': ^0.3.6 "@apideck/better-ajv-errors": ^0.3.6
'@clack/prompts': ^0.11.0 "@clack/prompts": ^0.11.0
'@cloudflare/workers-types': ^4.20250604.0 "@cloudflare/workers-types": ^4.20250610.0
'@commander-js/extra-typings': ^14.0.0 "@commander-js/extra-typings": ^14.0.0
'@edge-runtime/vm': ^5.0.0 "@edge-runtime/vm": ^5.0.0
'@fisch0920/config': ^1.1.2 "@fisch0920/config": ^1.1.2
'@fisch0920/drizzle-orm': ^0.43.7 "@fisch0920/drizzle-orm": ^0.43.7
'@fisch0920/drizzle-zod': ^0.7.9 "@fisch0920/drizzle-zod": ^0.7.9
'@hono/node-server': ^1.14.3 "@hono/node-server": ^1.14.4
'@hono/sentry': ^1.2.1 "@hono/sentry": ^1.2.2
'@hono/zod-openapi': ^0.19.8 "@hono/zod-openapi": ^0.19.8
'@hono/zod-validator': ^0.7.0 "@hono/zod-validator": ^0.7.0
'@modelcontextprotocol/sdk': ^1.12.1 "@modelcontextprotocol/sdk": ^1.12.1
'@paralleldrive/cuid2': ^2.2.2 "@paralleldrive/cuid2": ^2.2.2
'@redocly/openapi-core': ^1.34.3 "@react-email/components": ^0.0.42
'@sentry/cloudflare': ^9.26.0 "@redocly/openapi-core": ^1.34.3
'@sentry/core': ^9.26.0 "@sentry/cli": ^2.46.0
'@sentry/node': ^9.26.0 "@sentry/cloudflare": ^9.28.1
'@types/ms': ^2.1.0 "@sentry/core": ^9.28.1
'@types/node': ^22.15.29 "@sentry/node": ^9.28.1
'@types/semver': ^7.7.0 "@types/ms": ^2.1.0
"@types/node": ^22.15.29
"@types/react": ^19.1.8
"@types/react-dom": ^19.1.6
"@types/semver": ^7.7.0
agents: ^0.0.95
ai: ^4.3.15 ai: ^4.3.15
ajv: ^8.17.1 ajv: ^8.17.1
ajv-formats: ^3.0.1 ajv-formats: ^3.0.1
camelcase: ^8.0.0 camelcase: ^8.0.0
cleye: ^1.3.4 cleye: ^1.3.4
commander: ^14.0.0 commander: ^14.0.0
conf: ^13.1.0 conf: ^14.0.0
decamelize: ^6.0.0 decamelize: ^6.0.0
del-cli: ^6.0.0 del-cli: ^6.0.0
dotenv: ^16.5.0 dotenv: ^16.5.0
@ -45,11 +52,12 @@ catalog:
exit-hook: ^4.0.0 exit-hook: ^4.0.0
fast-content-type-parse: ^3.0.0 fast-content-type-parse: ^3.0.0
fast-uri: ^3.0.6 fast-uri: ^3.0.6
fastmcp: ^3.1.1
get-port: ^7.1.0 get-port: ^7.1.0
hash-object: ^5.0.1 hash-object: ^5.0.1
hono: ^4.7.11 hono: ^4.7.11
is-relative-url: ^4.0.0 is-relative-url: ^4.0.0
knip: ^5.60.0 knip: ^5.60.2
ky: ^1.8.1 ky: ^1.8.1
lint-staged: ^16.1.0 lint-staged: ^16.1.0
ms: ^2.1.3 ms: ^2.1.3
@ -66,21 +74,24 @@ catalog:
plur: ^5.1.0 plur: ^5.1.0
postgres: ^3.4.7 postgres: ^3.4.7
prettier: ^3.5.3 prettier: ^3.5.3
react: ^19.1.0
react-dom: ^19.1.0
react-email: ^4.0.16
resend: ^4.5.2
restore-cursor: ^5.1.0 restore-cursor: ^5.1.0
semver: ^7.7.2 semver: ^7.7.2
simple-git-hooks: ^2.13.0 simple-git-hooks: ^2.13.0
sort-keys: ^5.1.0
stripe: ^18.2.1 stripe: ^18.2.1
tsup: ^8.5.0 tsup: ^8.5.0
tsx: ^4.19.4 tsx: ^4.20.1
turbo: ^2.5.4 turbo: ^2.5.4
type-fest: ^4.41.0 type-fest: ^4.41.0
typescript: ^5.8.3 typescript: ^5.8.3
unconfig: ^7.3.2 unconfig: ^7.3.2
vite-tsconfig-paths: ^5.1.4 vite-tsconfig-paths: ^5.1.4
vitest: ^3.2.1 vitest: ^3.2.3
wrangler: ^4.19.1 wrangler: ^4.19.2
zod: ^3.25.51 zod: ^3.25.62
zod-to-json-schema: ^3.24.5 zod-to-json-schema: ^3.24.5
zod-validation-error: ^3.4.1 zod-validation-error: ^3.4.1
onlyBuiltDependencies:
- '@sentry/cli'