mirror of
https://github.com/willchen96/mike.git
synced 2026-06-26 21:39:39 +02:00
chore: update Next and Cloudflare dependencies
This commit is contained in:
parent
469ee4adec
commit
91d0c2a089
5 changed files with 493 additions and 1925 deletions
|
|
@ -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.
|
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
|
## Contents
|
||||||
|
|
||||||
- `frontend/` - Next.js application
|
- `frontend/` - Next.js application
|
||||||
|
|
|
||||||
1744
frontend/bun.lock
1744
frontend/bun.lock
File diff suppressed because it is too large
Load diff
663
frontend/package-lock.json
generated
663
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.1025.0",
|
"@aws-sdk/client-s3": "^3.1025.0",
|
||||||
"@aws-sdk/s3-request-presigner": "^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",
|
"@openrouter/sdk": "^0.3.11",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||||
"@radix-ui/react-icons": "^1.3.2",
|
"@radix-ui/react-icons": "^1.3.2",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"lucide-react": "^0.553.0",
|
"lucide-react": "^0.553.0",
|
||||||
"mammoth": "^1.11.0",
|
"mammoth": "^1.11.0",
|
||||||
"marked": "^17.0.1",
|
"marked": "^17.0.1",
|
||||||
"next": "16.0.3",
|
"next": "^16.2.6",
|
||||||
"nextjs-toploader": "^3.9.17",
|
"nextjs-toploader": "^3.9.17",
|
||||||
"pdfjs-dist": "4.10.38",
|
"pdfjs-dist": "4.10.38",
|
||||||
"react": "19.2.0",
|
"react": "19.2.0",
|
||||||
|
|
@ -63,11 +63,11 @@
|
||||||
"babel-plugin-react-compiler": "1.0.0",
|
"babel-plugin-react-compiler": "1.0.0",
|
||||||
"baseline-browser-mapping": "^2.9.11",
|
"baseline-browser-mapping": "^2.9.11",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.0.3",
|
"eslint-config-next": "^16.2.6",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "^5",
|
"typescript": "^5",
|
||||||
"wrangler": "^4.51.0"
|
"wrangler": "^4.90.0"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only"
|
"license": "AGPL-3.0-only"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
|
"types": ["node", "react", "react-dom"],
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue