diff --git a/bun.lock b/bun.lock index c9b59c3..e0624a7 100644 --- a/bun.lock +++ b/bun.lock @@ -40,6 +40,7 @@ "date-fns": "^3.6.0", "embla-carousel-react": "^8.6.0", "gray-matter": "^4.0.3", + "highlight.js": "^11.11.1", "input-otp": "^1.4.2", "lucide-react": "^0.462.0", "next-themes": "^0.3.0", diff --git a/package.json b/package.json index ccb69fd..6d1f562 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "date-fns": "^3.6.0", "embla-carousel-react": "^8.6.0", "gray-matter": "^4.0.3", + "highlight.js": "^11.11.1", "input-otp": "^1.4.2", "lucide-react": "^0.462.0", "next-themes": "^0.3.0",