Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"jose": "^6.2.3"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.177",
"@anthropic-ai/sdk": "^0.104.1",
"@clack/prompts": "^1.5.1",
"@anthropic-ai/claude-agent-sdk": "^0.3.185",
"@anthropic-ai/sdk": "^0.105.0",
"@clack/prompts": "^1.6.0",
"@effect/atom-react": "catalog:",
"@effect/platform-bun": "catalog:",
"@effect/sql-pg": "catalog:",
Expand All @@ -67,19 +67,19 @@
"dotenv": "^17.4.2",
"effect": "catalog:",
"esbuild": "^0.28.1",
"ink": "^7.0.6",
"ink": "^7.1.0",
"ink-spinner": "^5.0.0",
"knip": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"pg": "^8.21.0",
"pg": "^8.22.0",
"pg-copy-streams": "^7.0.0",
"posthog-node": "^5.37.0",
"posthog-node": "^5.38.2",
"react": "^19.2.7",
"react-devtools-core": "^7.0.1",
"semantic-release": "^25.0.5",
"smol-toml": "^1.6.1",
"smol-toml": "^1.7.0",
"tldts": "catalog:",
"vitest": "catalog:",
"yaml": "^2.9.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"build": "bun run generate && next build"
},
"dependencies": {
"fumadocs-core": "^16.10.2",
"fumadocs-core": "^16.10.5",
"fumadocs-mdx": "^15.0.12",
"fumadocs-ui": "^16.10.2",
"fumadocs-ui": "^16.10.5",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/mdx": "^2.0.14",
"@types/node": "^25.9.2",
"@types/node": "^26.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align Node types with the configured runtime

This upgrades the docs workspace to @types/node@26 even though the repository pins Node 24 in .nvmrc and CI installs from that file. When docs code is type-checked or built, Node 26 declarations can make APIs compile that are unavailable in the actual Node 24 runtime, so keep these types on the Node 24 line unless the runtime is upgraded too.

Useful? React with 👍 / 👎.

"@types/react": "^19.2.17",
"@types/react-dom": "^19.1.6",
"typescript": "^6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@swc/core": "catalog:",
"nx": "catalog:",
"pkg-pr-new": "0.0.75",
"verdaccio": "^6.7.2"
"verdaccio": "^6.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@effect/platform-node": "catalog:",
"dedent": "^1.7.2",
"effect": "catalog:",
"smol-toml": "^1.6.1"
"smol-toml": "^1.7.0"
},
"devDependencies": {
"@tsconfig/bun": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@effect/vitest": "catalog:",
"@supabase/supabase-js": "^2.108.1",
"@supabase/supabase-js": "^2.108.2",
"@tsconfig/bun": "catalog:",
"@types/bun": "catalog:",
"@typescript/native-preview": "catalog:",
Expand Down
Loading
Loading