|
13 | 13 | "dependencies": {
|
14 | 14 | "@codemirror/lang-markdown": "^6.3.2",
|
15 | 15 | "@codemirror/lang-yaml": "^6.1.2",
|
16 |
| - "@codemirror/language": "^6.10.8", |
| 16 | + "@codemirror/language": "^6.11.0", |
17 | 17 | "@codemirror/language-data": "^6.5.1",
|
18 | 18 | "@codemirror/state": "^6.5.2",
|
19 | 19 | "@codemirror/view": "^6.36.4",
|
|
48 | 48 | "@replit/codemirror-vim": "^6.2.1",
|
49 | 49 | "@uiw/codemirror-themes": "^4.23.10",
|
50 | 50 | "@uiw/react-codemirror": "^4.23.10",
|
51 |
| - "axios": "^1.8.2", |
| 51 | + "axios": "^1.8.3", |
52 | 52 | "class-variance-authority": "^0.7.1",
|
53 | 53 | "clsx": "^2.1.1",
|
54 |
| - "cmdk": "1.0.4", |
| 54 | + "cmdk": "1.1.1", |
55 | 55 | "dexie": "^4.0.11",
|
56 | 56 | "dexie-react-hooks": "^1.1.7",
|
57 |
| - "flexsearch": "0.7.43", |
| 57 | + "flexsearch": "0.8.1", |
58 | 58 | "gray-matter": "^4.0.3",
|
59 | 59 | "hast-util-from-html-isomorphic": "^2.0.0",
|
60 | 60 | "hast-util-heading-rank": "^3.0.0",
|
|
72 | 72 | "mdast-util-to-string": "^4.0.0",
|
73 | 73 | "mermaid": "^11.4.1",
|
74 | 74 | "minimatch": "^10.0.1",
|
75 |
| - "next": "15.2.1", |
| 75 | + "next": "15.2.2", |
76 | 76 | "next-plausible": "^3.12.4",
|
77 |
| - "next-themes": "^0.4.5", |
| 77 | + "next-themes": "^0.4.6", |
78 | 78 | "prettier": "^3.5.3",
|
79 | 79 | "pseudocode": "^2.4.1",
|
80 | 80 | "react": "^19.0.0",
|
|
89 | 89 | "rehype-citation": "^2.2.2",
|
90 | 90 | "rehype-github-emoji": "^1.0.0",
|
91 | 91 | "rehype-katex": "^7.0.1",
|
92 |
| - "rehype-pretty-code": "^0.14.0", |
| 92 | + "rehype-pretty-code": "^0.14.1", |
93 | 93 | "rehype-raw": "^7.0.0",
|
94 | 94 | "rehype-slug": "^6.0.0",
|
95 | 95 | "rehype-stringify": "^10.0.1",
|
|
117 | 117 | },
|
118 | 118 | "devDependencies": {
|
119 | 119 | "@eslint/eslintrc": "^3",
|
120 |
| - "@tailwindcss/postcss": "^4.0.12", |
| 120 | + "@tailwindcss/postcss": "^4.0.14", |
121 | 121 | "@types/d3-drag": "^3.0.7",
|
122 | 122 | "@types/d3-selection": "^3.0.11",
|
123 | 123 | "@types/hast": "^3.0.4",
|
|
128 | 128 | "@types/react": "^19.0.10",
|
129 | 129 | "@types/react-dom": "^19.0.4",
|
130 | 130 | "eslint": "^9.22.0",
|
131 |
| - "eslint-config-next": "15.2.1", |
| 131 | + "eslint-config-next": "15.2.2", |
132 | 132 | "micromark-util-types": "^2.0.2",
|
133 | 133 | "postcss": "^8.5.3",
|
134 |
| - "tailwindcss": "^4.0.12", |
| 134 | + "tailwindcss": "^4.0.14", |
135 | 135 | "typescript": "^5"
|
136 | 136 | }
|
137 | 137 | }
|
0 commit comments