Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahor committed May 9, 2024
1 parent 1e91a30 commit d9c3568
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@shikijs/transformers": "^1.3.0",
"@shikijs/twoslash": "^1.3.0",
"@shikijs/transformers": "^1.5.1",
"@shikijs/twoslash": "^1.5.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"@xmldom/xmldom": "^0.8.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer2": "^0.4.4",
"contentlayer2": "^0.4.6",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.7",
"framer-motion": "^11.1.9",
"fuse.js": "^7.0.0",
"lucide-react": "^0.372.0",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-contentlayer2": "^0.4.4",
"next-contentlayer2": "^0.4.6",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
Expand All @@ -42,23 +42,23 @@
"remark-custom-header-id": "^0.1.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.3",
"shiki": "^1.3.0",
"shiki": "^1.5.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"xpath": "^0.0.34",
"zod": "^3.23.4",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@biomejs/biome": "1.7.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"remark-code-import": "^1.2.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}

0 comments on commit d9c3568

Please sign in to comment.