Skip to content
Open
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
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@astrojs/vercel": "^9.0.4",
"@astrojs/vercel": "^10.0.2",
"@fontsource-variable/inter": "^5.0.0",
"@fontsource/jetbrains-mono": "^5.0.0",
"@upstash/ratelimit": "^2.0.0",
"@upstash/redis": "^1.37.0",
"astro": "^5.18.1"
"astro": "^6.1.10"

@augmentcode augmentcode Bot Jun 1, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

apps/site/package.json bumps astro/@astrojs/vercel, but pnpm-lock.yaml still pins astro@5.18.1 and @astrojs/vercel@9.0.4 (and CI uses pnpm install --frozen-lockfile), so installs/builds will fail. Consider updating the lockfile as part of this PR.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
"devDependencies": {
"@astrojs/check": "^0.9.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/_archive/brain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tree-sitter-python": "^0.23.6",
"tree-sitter-typescript": "^0.23.2",
"typescript": "^5.7.3",
"vitest": "^3.2.3"
"vitest": "^4.1.8"
},
"peerDependencies": {
"tree-sitter": "^0.22.4",
Expand Down
Loading