Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
just use overrides so even if `ncu` updates, its still not updated (kinda bad but simpler)
  • Loading branch information
RiskyMH committed May 16, 2024
1 parent 7ea23a6 commit 0e556c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"aws4fetch": "^1.0.18",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.2",
"dompurify": "^3.1.3",
"drizzle-orm": "^0.30.10",
"jose": "^5.2.4",
"jose": "^5.3.0",
"jsdom": "^24.0.0",
"lucide-react": "^0.378.0",
"marked": "^12.0.2",
Expand All @@ -44,7 +44,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"shiki": "1.5.0",
"shiki": "1.5.2",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -56,18 +56,18 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240502.0",
"@types/bun": "^1.1.1",
"@cloudflare/workers-types": "^4.20240512.0",
"@types/bun": "^1.1.2",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/turndown": "^5.0.4",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.18-08d50a4",
"eslint": "8.57.0",
"drizzle-kit": "^0.21.2",
"eslint": "^9.2.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
Expand All @@ -76,6 +76,7 @@
"trustedDependencies": [],
"overrides": {
"esbuild": "0.18.20",
"libsql": "0.3.10"
"libsql": "0.3.10",
"eslint": "8.57.0"
}
}

0 comments on commit 0e556c9

Please sign in to comment.