From c2bf0c610e5d21ef024fa0e73a0af4b50233484f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 4 Jun 2026 11:58:19 -0400 Subject: [PATCH] chore: update to pnpm 11, bump other deps --- app/projects/page.tsx | 11 +- components/comments/comment-form.tsx | 10 +- components/layout/footer.tsx | 4 +- components/third-party/tweet.tsx | 4 +- components/ui/field.tsx | 1 + components/ui/spinner.tsx | 1 + package.json | 52 +- pnpm-lock.yaml | 2261 +++++++++++++------------- pnpm-workspace.yaml | 9 + 9 files changed, 1194 insertions(+), 1159 deletions(-) create mode 100644 pnpm-workspace.yaml diff --git a/app/projects/page.tsx b/app/projects/page.tsx index 8387bc32..756fa394 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -165,12 +165,13 @@ const Page = async () => { href={`https://github.com/${process.env.NEXT_PUBLIC_GITHUB_USERNAME}?tab=repositories&type=source&sort=stargazers`} target="_blank" rel="noopener noreferrer" - /> + className="text-primary underline-offset-4 hover:underline" + > + View all +