|
1 | 1 | { |
2 | | - "name": "@pheralb/cb-website", |
3 | | - "version": "1.0.0", |
| 2 | + "name": "@code-blocks/website", |
| 3 | + "version": "1.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
18 | 18 | "class-variance-authority": "0.7.1", |
19 | 19 | "clsx": "2.1.1", |
20 | 20 | "cmdk": "1.1.1", |
21 | | - "lucide-react": "0.562.0", |
22 | | - "motion": "12.23.26", |
23 | | - "next": "16.1.1", |
| 21 | + "lucide-react": "0.563.0", |
| 22 | + "motion": "12.29.2", |
| 23 | + "next": "16.1.6", |
24 | 24 | "next-themes": "0.4.6", |
25 | 25 | "radix-ui": "1.4.3", |
26 | | - "react": "19.2.3", |
27 | | - "react-dom": "19.2.3", |
28 | | - "shadcn": "3.6.2", |
| 26 | + "react": "19.2.4", |
| 27 | + "react-dom": "19.2.4", |
| 28 | + "shadcn": "3.8.1", |
29 | 29 | "tailwind-merge": "3.4.0", |
30 | | - "zod": "4.2.1", |
31 | | - "zustand": "5.0.9" |
| 30 | + "zod": "4.3.6", |
| 31 | + "zustand": "5.0.11" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
| 34 | + "@code-blocks/eslint": "workspace:*", |
34 | 35 | "@content-collections/cli": "0.1.8", |
35 | | - "@content-collections/core": "0.13.0", |
| 36 | + "@content-collections/core": "0.13.1", |
36 | 37 | "@content-collections/mdx": "0.2.2", |
37 | 38 | "@content-collections/next": "0.2.10", |
38 | | - "@pheralb/cb-eslint": "workspace:*", |
39 | | - "@shikijs/langs": "3.20.0", |
40 | | - "@shikijs/rehype": "3.20.0", |
41 | | - "@shikijs/themes": "3.20.0", |
42 | | - "@shikijs/transformers": "3.20.0", |
| 39 | + "@shikijs/langs": "3.22.0", |
| 40 | + "@shikijs/rehype": "3.22.0", |
| 41 | + "@shikijs/themes": "3.22.0", |
| 42 | + "@shikijs/transformers": "3.22.0", |
43 | 43 | "@tailwindcss/postcss": "4.1.18", |
44 | 44 | "@tailwindcss/typography": "0.5.19", |
45 | 45 | "@types/mdx": "2.0.13", |
46 | | - "@types/node": "20.19.27", |
47 | | - "@types/react": "19.2.7", |
| 46 | + "@types/node": "22.19.7", |
| 47 | + "@types/react": "19.2.10", |
48 | 48 | "@types/react-dom": "19.2.3", |
49 | 49 | "chalk": "5.6.2", |
50 | 50 | "eslint": "9.39.2", |
|
53 | 53 | "rehype-autolink-headings": "7.1.0", |
54 | 54 | "rehype-slug": "6.0.0", |
55 | 55 | "remark-gfm": "4.0.1", |
56 | | - "shiki": "3.20.0", |
| 56 | + "shiki": "3.22.0", |
57 | 57 | "sugar-high": "0.9.5", |
58 | 58 | "tailwindcss": "4.1.18", |
59 | 59 | "tsx": "4.21.0", |
60 | 60 | "tw-animate-css": "1.4.0", |
61 | 61 | "typescript": "5.9.3", |
62 | 62 | "unist-builder": "4.0.0", |
63 | | - "unist-util-visit": "5.0.0" |
| 63 | + "unist-util-visit": "5.1.0" |
64 | 64 | } |
65 | 65 | } |
0 commit comments