|
5 | 5 | "scripts": { |
6 | 6 | "build": "next build", |
7 | 7 | "build:registry": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-registry.mts", |
| 8 | + "build:packages": "pnpm --filter \"@diceui/*\" build", |
8 | 9 | "dev": "next dev -p 3001", |
9 | | - "postinstall": "fumadocs-mdx", |
| 10 | + "postinstall": "pnpm build:packages && fumadocs-mdx", |
10 | 11 | "start": "next start", |
11 | 12 | "lint": "biome check .", |
12 | 13 | "lint:fix": "biome check . --write", |
|
21 | 22 | "@dnd-kit/modifiers": "^9.0.0", |
22 | 23 | "@dnd-kit/sortable": "^10.0.0", |
23 | 24 | "@dnd-kit/utilities": "^3.2.2", |
24 | | - "@hookform/resolvers": "^3.9.1", |
| 25 | + "@hookform/resolvers": "^3.10.0", |
25 | 26 | "@radix-ui/react-checkbox": "^1.1.3", |
26 | 27 | "@radix-ui/react-collapsible": "^1.1.2", |
27 | | - "@radix-ui/react-dialog": "^1.1.4", |
28 | | - "@radix-ui/react-dropdown-menu": "^2.1.3", |
| 28 | + "@radix-ui/react-dialog": "^1.1.5", |
| 29 | + "@radix-ui/react-dropdown-menu": "^2.1.5", |
29 | 30 | "@radix-ui/react-label": "^2.1.1", |
30 | | - "@radix-ui/react-popover": "^1.1.4", |
| 31 | + "@radix-ui/react-popover": "^1.1.5", |
31 | 32 | "@radix-ui/react-radio-group": "^1.2.2", |
32 | 33 | "@radix-ui/react-scroll-area": "^1.2.2", |
33 | | - "@radix-ui/react-select": "^2.1.3", |
| 34 | + "@radix-ui/react-select": "^2.1.5", |
34 | 35 | "@radix-ui/react-slot": "^1.1.1", |
35 | 36 | "@radix-ui/react-tabs": "^1.1.2", |
36 | | - "@radix-ui/react-tooltip": "^1.1.5", |
37 | | - "@tanstack/react-virtual": "^3.11.2", |
| 37 | + "@radix-ui/react-tooltip": "^1.1.7", |
| 38 | + "@tanstack/react-virtual": "^3.11.3", |
38 | 39 | "class-variance-authority": "^0.7.1", |
39 | 40 | "clsx": "^2.1.1", |
40 | | - "cmdk": "1.0.0", |
41 | | - "fumadocs-core": "^14.6.0", |
42 | | - "fumadocs-docgen": "^1.3.2", |
43 | | - "fumadocs-mdx": "^11.1.2", |
44 | | - "fumadocs-typescript": "^3.0.2", |
| 41 | + "cmdk": "1.0.4", |
| 42 | + "fumadocs-core": "^15.0.0", |
| 43 | + "fumadocs-docgen": "^1.3.5", |
| 44 | + "fumadocs-mdx": "^11.3.2", |
| 45 | + "fumadocs-typescript": "^3.0.3", |
45 | 46 | "fumadocs-ui": "^14.6.0", |
46 | 47 | "geist": "^1.3.1", |
47 | | - "jotai": "^2.10.3", |
48 | | - "lucide-react": "^0.468.0", |
| 48 | + "jotai": "^2.11.1", |
| 49 | + "lucide-react": "^0.474.0", |
49 | 50 | "match-sorter": "^8.0.0", |
50 | | - "motion": "^11.14.3", |
51 | | - "next": "^15.1.0", |
| 51 | + "motion": "^12.0.6", |
| 52 | + "next": "^15.1.6", |
52 | 53 | "next-themes": "^0.4.4", |
53 | 54 | "react": "^19.0.0", |
54 | 55 | "react-dom": "^19.0.0", |
55 | | - "react-hook-form": "^7.54.1", |
56 | | - "sonner": "^1.7.1", |
57 | | - "tailwind-merge": "^2.5.5", |
| 56 | + "react-hook-form": "^7.54.2", |
| 57 | + "sonner": "^1.7.3", |
| 58 | + "tailwind-merge": "^3.0.1", |
58 | 59 | "tailwindcss-animate": "^1.0.7", |
59 | 60 | "zod": "^3.24.1" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
62 | | - "@shikijs/compat": "^1.24.2", |
| 63 | + "@shikijs/compat": "^2.2.0", |
63 | 64 | "@types/mdx": "^2.0.13", |
64 | | - "@types/react": "^19.0.1", |
65 | | - "@types/react-dom": "^19.0.2", |
| 65 | + "@types/react": "^19.0.8", |
| 66 | + "@types/react-dom": "^19.0.3", |
66 | 67 | "autoprefixer": "^10.4.20", |
67 | | - "postcss": "^8.4.49", |
68 | | - "react-scan": "^0.0.54", |
| 68 | + "postcss": "^8.5.1", |
| 69 | + "react-scan": "^0.1.1", |
69 | 70 | "rehype-pretty-code": "^0.14.0", |
70 | 71 | "rehype-slug": "^6.0.0", |
71 | 72 | "remark-code-import": "^1.2.0", |
72 | 73 | "remark-math": "^6.0.0", |
73 | | - "shiki": "^1.24.2", |
| 74 | + "shiki": "^2.2.0", |
74 | 75 | "tailwindcss": "^3.4.16", |
75 | | - "ts-morph": "^24.0.0", |
| 76 | + "ts-morph": "^25.0.0", |
76 | 77 | "tsx": "^4.19.2", |
77 | | - "typescript": "^5.7.2", |
| 78 | + "typescript": "^5.7.3", |
78 | 79 | "unist-builder": "^4.0.0", |
79 | 80 | "unist-util-visit": "^5.0.0" |
80 | 81 | } |
|
0 commit comments