chore: update Next and Cloudflare dependencies

This commit is contained in:
willchen96 2026-05-12 13:40:01 +08:00
parent 469ee4adec
commit 91d0c2a089
5 changed files with 493 additions and 1925 deletions

View file

@ -2,6 +2,8 @@
Mike is a legal document assistant with a Next.js frontend, an Express backend, Supabase Auth/Postgres, and Cloudflare R2-compatible object storage.
Website: [mikeoss.com](https://mikeoss.com)
## Contents
- `frontend/` - Next.js application

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.1025.0",
"@aws-sdk/s3-request-presigner": "^3.1025.0",
"@opennextjs/cloudflare": "^1.13.1",
"@opennextjs/cloudflare": "^1.19.9",
"@openrouter/sdk": "^0.3.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
@ -37,7 +37,7 @@
"lucide-react": "^0.553.0",
"mammoth": "^1.11.0",
"marked": "^17.0.1",
"next": "16.0.3",
"next": "^16.2.6",
"nextjs-toploader": "^3.9.17",
"pdfjs-dist": "4.10.38",
"react": "19.2.0",
@ -63,11 +63,11 @@
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"eslint-config-next": "^16.2.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"wrangler": "^4.51.0"
"wrangler": "^4.90.0"
},
"license": "AGPL-3.0-only"
}

View file

@ -12,6 +12,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react-jsx",
"types": ["node", "react", "react-dom"],
"incremental": true,
"plugins": [
{