Files
vercel__eve/pnpm-workspace.yaml
T
2026-09-04 15:50:23 -04:00

76 lines
2.3 KiB
YAML

packages:
- apps/*
- apps/fixtures/*
- apps/frameworks/*
- e2e/fixtures/*
- packages/*
allowBuilds:
"@google/genai": false # No-op preinstall.
"@parcel/watcher": false # Builds from source only when explicitly requested.
"@swc/core": false # Only its pure transform-utils module is vendored (via @workflow/builders); eve never runs SWC.
braintrust: false # Installs an optional CLI binary; the SDK does not need it.
bufferutil: false # The package already includes the supported prebuilt bindings.
cpu-features: false # Optional ssh2 acceleration; JavaScript fallback is sufficient.
esbuild: true # Verifies the installed platform binary.
phase: false # Would install its own Git hooks.
protobufjs: false # Only checks the package version.
sharp: false # Prebuilt platform packages need no install script.
ssh2: false # Optional native acceleration; JavaScript fallback is sufficient.
unrs-resolver: false # Prebuilt platform packages need no repair script.
webgpu: true # Clears macOS quarantine from its packaged native binding.
ignoredOptionalDependencies:
- "@braintrust/bt-*"
- "@mongodb-js/zstd"
- cbor-extract
- node-liblzma
catalog:
"@ai-sdk/anthropic": "^4.0.36"
"@ai-sdk/google": "^4.0.39"
"@ai-sdk/mcp": "^2.0.29"
"@ai-sdk/openai": "^4.0.36"
"@ai-sdk/otel": "^1.0.58"
"@ai-sdk/provider": "^4.0.7"
"@ai-sdk/provider-utils": "^5.0.25"
"@opentelemetry/context-async-hooks": "2.6.1"
"@opentelemetry/core": "2.6.1"
"@opentelemetry/sdk-trace-base": "2.6.1"
"@types/node": "24.13.3"
"@types/react": "19.2.15"
"@types/react-dom": "19.2.3"
"@vercel/connect": "1.0.0"
"@vercel/otel": "2.1.3"
"@vercel/sandbox": "3.2.1"
"@vercel/sandbox-drives": "npm:@vercel/sandbox@3.1.0-beta.1"
"@workflow/world-postgres": "5.0.0-beta.40"
ai: "^7.0.82"
better-auth: "1.6.26"
marked: "17.0.6"
next: "16.3.4"
phase: "0.0.1"
picocolors: "1.1.1"
react: "19.2.6"
react-dom: "19.2.6"
streamdown: "2.5.0"
typescript: "7.0.2"
vitest: "4.1.10"
zod: "4.5.4"
minimumReleaseAge: 2880 # 2 days
minimumReleaseAgeExclude:
- "@kybernesis/arcana"
- "@upstash/*"
- "@vercel/*"
- "@workflow/*"
- nitro
# Required by nitro@3.0.260903-beta, published September 3.
- db0@0.4.1
- h3@2.0.1-rc.31
- srvx@1.0.3
- unstorage@2.0.0-alpha.10
- run
- workflow