|
28 | 28 | "@mdx-js/loader": "3.1.0", |
29 | 29 | "@mdx-js/node-loader": "3.1.0", |
30 | 30 | "@mdx-js/react": "3.1.0", |
31 | | - "@next/mdx": "15.1.6", |
32 | | - "@radix-ui/react-accordion": "^1.2.2", |
33 | | - "@radix-ui/react-collapsible": "1.1.2", |
34 | | - "@radix-ui/react-dialog": "1.1.5", |
35 | | - "@radix-ui/react-dropdown-menu": "2.1.5", |
36 | | - "@radix-ui/react-select": "^2.1.5", |
37 | | - "@radix-ui/react-slot": "1.1.1", |
38 | | - "@radix-ui/react-tabs": "1.1.2", |
| 31 | + "@next/mdx": "15.1.7", |
| 32 | + "@radix-ui/react-accordion": "^1.2.3", |
| 33 | + "@radix-ui/react-collapsible": "1.1.3", |
| 34 | + "@radix-ui/react-dialog": "1.1.6", |
| 35 | + "@radix-ui/react-dropdown-menu": "2.1.6", |
| 36 | + "@radix-ui/react-select": "^2.1.6", |
| 37 | + "@radix-ui/react-slot": "1.1.2", |
| 38 | + "@radix-ui/react-tabs": "1.1.3", |
39 | 39 | "@renoun/mdx": "1.3.2", |
40 | | - "@tanstack/react-table": "^8.20.6", |
| 40 | + "@tanstack/react-table": "^8.21.2", |
41 | 41 | "class-variance-authority": "0.7.1", |
42 | 42 | "clsx": "2.1.1", |
43 | 43 | "date-fns": "4.1.0", |
44 | | - "lucide-react": "0.474.0", |
| 44 | + "lucide-react": "0.475.0", |
45 | 45 | "mermaid": "11.4.1", |
46 | 46 | "multimatch": "7.0.0", |
47 | | - "next": "15.1.6", |
| 47 | + "next": "15.1.7", |
48 | 48 | "next-themes": "0.4.4", |
49 | 49 | "railroad-diagrams": "1.0.0", |
50 | 50 | "react": "19.0.0", |
|
54 | 54 | "renoun": "8.3.2", |
55 | 55 | "tailwind-merge": "3.0.1", |
56 | 56 | "tailwindcss-animate": "1.0.7", |
57 | | - "tm-themes": "1.9.9", |
| 57 | + "tm-themes": "1.9.12", |
58 | 58 | "ts-dot-prop": "2.1.4", |
59 | | - "zod": "3.24.1", |
| 59 | + "zod": "3.24.2", |
60 | 60 | "zustand": "5.0.3" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@eslint/compat": "1.2.6", |
64 | 64 | "@ianvs/prettier-plugin-sort-imports": "4.4.1", |
65 | | - "@next/eslint-plugin-next": "15.1.6", |
66 | | - "@tailwindcss/postcss": "^4.0.3", |
| 65 | + "@next/eslint-plugin-next": "15.1.7", |
| 66 | + "@tailwindcss/postcss": "^4.0.6", |
67 | 67 | "@tailwindcss/typography": "0.5.16", |
68 | 68 | "@types/mdx": "2.0.13", |
69 | | - "@types/node": "22.13.0", |
| 69 | + "@types/node": "22.13.1", |
70 | 70 | "@types/react": "19.0.8", |
71 | 71 | "@types/react-dom": "19.0.3", |
72 | 72 | "@types/serve-handler": "6.1.4", |
73 | | - "eslint": "9.19.0", |
74 | | - "eslint-config-next": "15.1.6", |
| 73 | + "eslint": "9.20.1", |
| 74 | + "eslint-config-next": "15.1.7", |
75 | 75 | "eslint-plugin-import-x": "4.6.1", |
76 | 76 | "eslint-plugin-jsx-a11y": "6.10.2", |
77 | | - "eslint-plugin-package-json": "0.21.1", |
| 77 | + "eslint-plugin-package-json": "0.26.0", |
78 | 78 | "eslint-plugin-react": "7.37.4", |
79 | 79 | "eslint-plugin-react-hooks": "^5.1.0", |
80 | 80 | "mdast-util-to-string": "4.0.0", |
81 | 81 | "next-validate-link": "1.4.1", |
82 | 82 | "pagefind": "1.3.0", |
83 | | - "postcss": "8.5.1", |
84 | | - "prettier": "3.4.2", |
| 83 | + "postcss": "8.5.2", |
| 84 | + "prettier": "3.5.0", |
85 | 85 | "prettier-plugin-tailwindcss": "0.6.11", |
86 | 86 | "remark-parse": "11.0.0", |
87 | 87 | "serve-handler": "6.1.6", |
88 | 88 | "shadcn": "2.3.0", |
89 | 89 | "source-map-support": "0.5.21", |
90 | | - "tailwindcss": "4.0.3", |
| 90 | + "tailwindcss": "4.0.6", |
91 | 91 | "tsx": "4.19.2", |
92 | | - "type-fest": "4.33.0", |
| 92 | + "type-fest": "4.34.1", |
93 | 93 | "typescript": "5.7.3", |
94 | | - "typescript-eslint": "8.22.0", |
| 94 | + "typescript-eslint": "8.24.0", |
95 | 95 | "unified": "11.0.5" |
96 | 96 | }, |
97 | | - "packageManager": "pnpm@9.15.4", |
| 97 | + "packageManager": "pnpm@10.3.0", |
98 | 98 | "engines": { |
99 | 99 | "node": ">=22" |
100 | 100 | }, |
|
0 commit comments