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
22 changes: 11 additions & 11 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/tailwind": "^6.0.2",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/typography": "^0.5.19",
"astro": "^5.17.2",
"autoprefixer": "^10.4.24",
"autoprefixer": "^10.4.27",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"katex": "^0.16.28",
"lucide-react": "^0.563.0",
"postcss": "^8.5.6",
"katex": "^0.16.38",
"lucide-react": "^0.577.0",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
Expand All @@ -40,17 +40,17 @@
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.22.0",
"tailwind-merge": "^3.4.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^3.4.19",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"wrangler": "^4.64.0"
"wrangler": "^4.72.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@types/node": "^25.2.3",
"@astrojs/check": "^0.9.7",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"linkinator": "^7.5.3"
"linkinator": "^7.6.1"
}
}
37 changes: 16 additions & 21 deletions dev.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

> theschoonover-monorepo@0.0.1 dev /app
> pnpm --filter site dev


> site@0.0.1 predev /app/apps/site
> node ../../scripts/sync-downloads.mjs

Expand All @@ -7,31 +11,22 @@ Synced downloads → /app/apps/site/public/downloads
> site@0.0.1 dev /app/apps/site
> astro dev

00:50:07 [@astrojs/cloudflare] Enabling sessions with Cloudflare KV with the "SESSION" KV binding.
00:50:07 [@astrojs/cloudflare] If you see the error "Invalid binding `SESSION`" in your build output, you need to add the binding to your wrangler config file.
00:50:07 [types] Generated 1ms
00:50:08 [content] Syncing content
00:50:08 [content] Synced content
00:50:08 [vite] Re-optimizing dependencies because vite config has changed
(node:4238) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
09:15:36 [@astrojs/cloudflare] Enabling sessions with Cloudflare KV with the "SESSION" KV binding.
09:15:36 [@astrojs/cloudflare] If you see the error "Invalid binding `SESSION`" in your build output, you need to add the binding to your wrangler config file.
09:15:37 [types] Generated 1ms
09:15:38 [content] Syncing content
09:15:38 [content] Synced content
09:15:38 [vite] Re-optimizing dependencies because vite config has changed

astro v5.15.9 ready in 3608 ms
astro v5.17.2 ready in 3974 ms

┃ Local http://127.0.0.1:4321/

00:50:08 watching for file changes...
09:15:38 watching for file changes...

update ▶ New version of Astro available: 5.16.5
update ▶ New version of Astro available: 6.0.3
Run pnpm dlx @astrojs/upgrade to update

00:50:22 [200] /keystatic 260ms
00:50:25 [200] /keystatic 7ms
00:50:46 [200] /keystatic 10ms
00:50:46 [200] /keystatic 5ms
00:50:47 [200] /api/keystatic/tree 77ms
/app/apps/site:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  site@0.0.1 dev: `astro dev`
Command failed with signal "SIGTERM"
01:07:49 [watch] keystatic.config.ts
01:07:49 [watch] keystatic.config.ts
01:59:34 [watch] keystatic.config.ts
01:59:34 [watch] keystatic.config.ts
09:16:12 [200] / 933ms
Loading
Loading