Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
feat(dependencies): Update lucide-react version and add `schema-dts…
…` dependency
  • Loading branch information
arghyaxcodes committed Oct 26, 2025
commit 28a1fdb7c2f8d36bad89530a82bf665a3c8a2d95
22 changes: 5 additions & 17 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"lint": "eslint .",
"format": "prettier \"src/**/*.{ts,tsx,js,jsx,json,css}\" \"content/**/*.{md,mdx}\" --write",
"format:check": "prettier \"src/**/*.{ts,tsx,js,jsx,json,css}\" \"content/**/*.{md,mdx}\" --check",
"postinstall": "fumadocs-mdx"
Expand All @@ -31,6 +32,7 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-simple-code-editor": "^0.14.1",
"schema-dts": "^1.1.5",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.1",
"use-debounce": "^10.0.5"
Expand Down
Loading