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
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,70 +14,70 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@ai-sdk/google": "^1.2.18",
"@auth/upstash-redis-adapter": "^2.10.0",
"@fal-ai/client": "^1.4.0",
"@hookform/resolvers": "^5.0.1",
"@mendable/firecrawl-js": "^1.25.1",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-aspect-ratio": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-collapsible": "^1.1.10",
"@radix-ui/react-context-menu": "^2.2.14",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-hover-card": "^1.1.13",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-menubar": "^1.1.14",
"@radix-ui/react-navigation-menu": "^1.2.12",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slider": "^1.3.4",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toggle": "^1.1.8",
"@radix-ui/react-toggle-group": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.6",
"@ai-sdk/google": "^3.0.80",
"@auth/upstash-redis-adapter": "^2.11.2",
"@fal-ai/client": "^1.10.1",
"@hookform/resolvers": "^5.4.0",
"@mendable/firecrawl-js": "^4.25.2",
"@radix-ui/react-accordion": "^1.2.13",
"@radix-ui/react-alert-dialog": "^1.1.16",
"@radix-ui/react-aspect-ratio": "^1.1.9",
"@radix-ui/react-avatar": "^1.1.12",
"@radix-ui/react-checkbox": "^1.3.4",
"@radix-ui/react-collapsible": "^1.1.13",
"@radix-ui/react-context-menu": "^2.3.0",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-hover-card": "^1.1.16",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-menubar": "^1.1.17",
"@radix-ui/react-navigation-menu": "^1.2.15",
"@radix-ui/react-popover": "^1.1.16",
"@radix-ui/react-progress": "^1.1.9",
"@radix-ui/react-radio-group": "^1.4.0",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-separator": "^1.1.9",
"@radix-ui/react-slider": "^1.4.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-switch": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-toggle": "^1.1.11",
"@radix-ui/react-toggle-group": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.9",
"@types/js-cookie": "^3.0.6",
"@types/uuid": "^10.0.0",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.9",
"ai": "^4.3.16",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"ai": "^6.0.197",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.511.0",
"next": "15.5.12",
"next-auth": "^5.0.0-beta.29",
"js-cookie": "^3.0.8",
"lucide-react": "^1.17.0",
"next": "16.2.7",

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 Replace removed Next lint command

After this bump installs Next 16, the existing "lint": "next lint" script no longer works because the Next.js 16 ESLint docs state that next lint was removed in favor of invoking the ESLint CLI directly. In any CI/pre-commit path that runs pnpm lint, the command will fail before linting the repo, so this upgrade should also migrate the script/config to eslint (and keep the Next ESLint config version aligned).

Useful? React with 👍 / 👎.

"next-auth": "^5.0.0-beta.31",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.1",
"react": "^19.0.0",
"react-compare-slider": "^3.1.0",
"react-cookie-consent": "^9.0.0",
"react-day-picker": "^9.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"react-resizable-panels": "^3.0.2",
"recharts": "^2.15.3",
"resend": "^6.1.0",
"nodemailer": "^8.0.10",
"react": "^19.2.7",
"react-compare-slider": "^4.0.0",
"react-cookie-consent": "^10.0.1",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.7",
"react-hook-form": "^7.78.0",
"react-resizable-panels": "^4.11.2",
"recharts": "^3.8.1",
"resend": "^6.12.4",
"sonner": "^2.0.3",
"stripe": "^16.6.0",
"tailwind-merge": "^3.3.0",
"stripe": "^22.2.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"uuid": "^14.0.0",
"vaul": "^1.1.2",
"zod": "^3.25.3"
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
Loading
Loading