|
29 | 29 | "capture:fixtures": "tsx scripts/capture-cypress-fixtures.ts" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@chenglou/pretext": "^0.0.7", |
| 32 | + "@chenglou/pretext": "^0.0.8", |
33 | 33 | "@jpinsonneau/html-to-image": "^1.11.13", |
34 | 34 | "@noble/ciphers": "^2.2.0", |
35 | | - "@posthog/nextjs-config": "^1.9.54", |
36 | | - "@radix-ui/react-accordion": "^1.2.13", |
37 | | - "@radix-ui/react-dialog": "^1.1.16", |
38 | | - "@radix-ui/react-label": "^2.1.9", |
39 | | - "@radix-ui/react-popover": "^1.1.16", |
40 | | - "@radix-ui/react-select": "^2.3.0", |
41 | | - "@radix-ui/react-slot": "^1.2.5", |
42 | | - "@radix-ui/react-switch": "^1.3.0", |
43 | | - "@radix-ui/react-tabs": "^1.1.14", |
44 | | - "@radix-ui/react-tooltip": "^1.2.9", |
| 35 | + "@posthog/nextjs-config": "^1.9.68", |
| 36 | + "@radix-ui/react-accordion": "^1.2.14", |
| 37 | + "@radix-ui/react-dialog": "^1.1.17", |
| 38 | + "@radix-ui/react-label": "^2.1.10", |
| 39 | + "@radix-ui/react-popover": "^1.1.17", |
| 40 | + "@radix-ui/react-select": "^2.3.1", |
| 41 | + "@radix-ui/react-slot": "^1.3.0", |
| 42 | + "@radix-ui/react-switch": "^1.3.1", |
| 43 | + "@radix-ui/react-tabs": "^1.1.15", |
| 44 | + "@radix-ui/react-tooltip": "^1.2.10", |
45 | 45 | "@react-three/fiber": "^9.6.1", |
46 | 46 | "@semianalysisai/inferencex-constants": "workspace:*", |
47 | 47 | "@semianalysisai/inferencex-db": "workspace:*", |
|
55 | 55 | "class-variance-authority": "^0.7.1", |
56 | 56 | "clsx": "^2.1.1", |
57 | 57 | "d3": "^7.9.0", |
58 | | - "dompurify": "^3.4.8", |
| 58 | + "dompurify": "^3.4.10", |
59 | 59 | "gray-matter": "^4.0.3", |
60 | 60 | "iwanthue": "^2.0.0", |
61 | | - "lucide-react": "^1.17.0", |
| 61 | + "lucide-react": "^1.20.0", |
62 | 62 | "mp4-muxer": "^5.2.2", |
63 | | - "next": "^16.2.7", |
| 63 | + "next": "^16.2.9", |
64 | 64 | "next-mdx-remote": "^6.0.0", |
65 | 65 | "next-themes": "^0.4.6", |
66 | | - "posthog-js": "^1.383.1", |
| 66 | + "posthog-js": "^1.387.0", |
67 | 67 | "react": "^19.2.7", |
68 | 68 | "react-dom": "^19.2.7", |
69 | 69 | "remark-gfm": "^4.0.1", |
|
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8", |
76 | | - "@tailwindcss/postcss": "^4.3.0", |
| 76 | + "@tailwindcss/postcss": "^4.3.1", |
77 | 77 | "@types/adm-zip": "^0.5.8", |
78 | 78 | "@types/d3": "^7.4.3", |
79 | 79 | "@types/mdast": "^4.0.4", |
80 | | - "@types/node": "^25.9.2", |
| 80 | + "@types/node": "^25.9.3", |
81 | 81 | "@types/react": "^19.2.17", |
82 | 82 | "@types/react-dom": "^19.2.3", |
83 | 83 | "@types/three": "^0.184.1", |
84 | | - "@vitest/coverage-v8": "^4.1.8", |
85 | | - "cypress": "^15.16.0", |
86 | | - "cypress-split": "^1.24.31", |
| 84 | + "@vitest/coverage-v8": "^4.1.9", |
| 85 | + "cypress": "^15.17.0", |
| 86 | + "cypress-split": "^1.25.0", |
87 | 87 | "dotenv": "^17.4.2", |
88 | 88 | "dotenv-cli": "^11.0.0", |
89 | | - "esbuild": "^0.28.0", |
| 89 | + "esbuild": "^0.28.1", |
90 | 90 | "fake-indexeddb": "^6.2.5", |
91 | 91 | "jsdom": "^29.1.1", |
92 | | - "tailwindcss": "^4.3.0", |
| 92 | + "tailwindcss": "^4.3.1", |
93 | 93 | "tsx": "^4.22.4", |
94 | 94 | "tw-animate-css": "^1.4.0", |
95 | 95 | "typescript": "^6.0.3", |
96 | | - "vitest": "^4.1.8" |
| 96 | + "vitest": "^4.1.9" |
97 | 97 | }, |
98 | 98 | "engines": { |
99 | 99 | "node": ">=18.0.0", |
|
0 commit comments