Skip to content

Commit 31378c0

Browse files
committed
chore: fix dependency vulnerabilities and tweak login UI
- Drop unused vulnerable packages (vercel CLI, yarn, styled-components, @vercel/git-hooks) - Bump direct deps within-major: next 14.2.35, resend 4.8.0, eslint 8.57.1, eslint-config-next 14.2.35, lint-staged 15.5.2, tailwindcss 3.4.19, postcss 8.5.13, jsonwebtoken 9.0.3, dotenv 16.4.5, prettier 3.3.3, typescript 5.4.5 - Add yarn resolutions for transitives (braces, micromatch, cross-spawn, semver, nanoid, glob, etc.) - Move @types/jsonwebtoken to devDependencies - Drop redundant package-lock.json and pnpm-lock.yaml (yarn is the project installer) - Login UI: drop logo Image, adjust passkeys link spacing - Add CLAUDE.md with project rule
1 parent 4002be9 commit 31378c0

7 files changed

Lines changed: 1967 additions & 23656 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Rules
2+
3+
- Don't remove `console.log('debug:*')` - I use it for debugging purposes.

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)