Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 3, 2025
1 parent 7fe14a4 commit 1b76038
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 1,024 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
70 changes: 34 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"bin": {
"roadmap-ui": "scripts/init.mjs"
},
"files": [
"scripts/init.mjs"
],
"files": ["scripts/init.mjs"],
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
Expand All @@ -16,59 +14,59 @@
"generate": "bun scripts/build-registry.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-table": "^8.20.5",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@tanstack/react-table": "^8.20.6",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"fumadocs-core": "14.5.5",
"fumadocs-docgen": "^1.3.2",
"fumadocs-mdx": "11.1.1",
"fumadocs-core": "14.6.8",
"fumadocs-docgen": "^1.3.4",
"fumadocs-mdx": "11.2.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.4.2",
"fumadocs-ui": "14.6.8",
"geist": "^1.3.1",
"lodash.groupby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.462.0",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^4.0.1",
"shiki": "^1.23.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"shiki": "^1.25.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^24.0.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
"ts-morph": "24.0.0",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@auto-it/first-time-contributor": "^11.3.0",
"@biomejs/biome": "1.9.4",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.throttle": "^4.1.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "22.10.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"ultracite": "4.1.6"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"ultracite": "4.1.14"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1b76038

Please sign in to comment.