|
20 | 20 | },
|
21 | 21 | "sideEffects": false,
|
22 | 22 | "peerDependencies": {
|
23 |
| - "react": "^18.0.0", |
24 |
| - "react-dom": "^18.0.0" |
| 23 | + "react": ">=18" |
25 | 24 | },
|
26 | 25 | "dependencies": {
|
27 |
| - "@radix-ui/react-slot": "^1.0.2", |
28 |
| - "@tiptap/core": "^2.1.7", |
29 |
| - "@tiptap/extension-character-count": "^2.3.0", |
30 |
| - "@tiptap/extension-code-block-lowlight": "^2.2.6", |
31 |
| - "@tiptap/extension-color": "^2.1.7", |
32 |
| - "@tiptap/extension-highlight": "^2.1.7", |
33 |
| - "@tiptap/extension-horizontal-rule": "^2.1.7", |
34 |
| - "@tiptap/extension-image": "^2.1.7", |
35 |
| - "@tiptap/extension-link": "^2.1.7", |
36 |
| - "@tiptap/extension-placeholder": "2.0.3", |
37 |
| - "@tiptap/extension-task-item": "^2.1.7", |
38 |
| - "@tiptap/extension-task-list": "^2.1.7", |
39 |
| - "@tiptap/extension-text-style": "^2.1.7", |
40 |
| - "@tiptap/extension-underline": "^2.1.7", |
41 |
| - "@tiptap/extension-youtube": "^2.4.0", |
42 |
| - "@tiptap/pm": "^2.1.7", |
43 |
| - "@tiptap/react": "^2.1.7", |
44 |
| - "@tiptap/starter-kit": "^2.1.7", |
45 |
| - "@tiptap/suggestion": "^2.1.7", |
46 |
| - "@types/node": "18.15.3", |
47 |
| - "cmdk": "^0.2.1", |
48 |
| - "jotai": "^2.6.4", |
49 |
| - "react-markdown": "^8.0.7", |
| 26 | + "@radix-ui/react-slot": "^1.1.1", |
| 27 | + "@tiptap/core": "^2.11.2", |
| 28 | + "@tiptap/extension-character-count": "^2.11.2", |
| 29 | + "@tiptap/extension-code-block-lowlight": "^2.11.2", |
| 30 | + "@tiptap/extension-color": "^2.11.2", |
| 31 | + "@tiptap/extension-highlight": "^2.11.2", |
| 32 | + "@tiptap/extension-horizontal-rule": "^2.11.2", |
| 33 | + "@tiptap/extension-image": "^2.11.2", |
| 34 | + "@tiptap/extension-link": "^2.11.2", |
| 35 | + "@tiptap/extension-placeholder": "^2.11.2", |
| 36 | + "@tiptap/extension-task-item": "^2.11.2", |
| 37 | + "@tiptap/extension-task-list": "^2.11.2", |
| 38 | + "@tiptap/extension-text-style": "^2.11.2", |
| 39 | + "@tiptap/extension-underline": "^2.11.2", |
| 40 | + "@tiptap/extension-youtube": "^2.11.2", |
| 41 | + "@tiptap/pm": "^2.11.2", |
| 42 | + "@tiptap/react": "^2.11.2", |
| 43 | + "@tiptap/starter-kit": "^2.11.2", |
| 44 | + "@tiptap/suggestion": "^2.11.2", |
| 45 | + "@types/node": "^22.10.6", |
| 46 | + "cmdk": "^1.0.4", |
| 47 | + "jotai": "^2.11.0", |
| 48 | + "react-markdown": "^9.0.3", |
50 | 49 | "react-moveable": "^0.56.0",
|
51 | 50 | "react-tweet": "^3.2.1",
|
52 |
| - "katex": "^0.16.10", |
| 51 | + "katex": "^0.16.20", |
53 | 52 | "tippy.js": "^6.3.7",
|
54 |
| - "tiptap-extension-global-drag-handle": "^0.1.7", |
55 |
| - "tiptap-markdown": "^0.8.9", |
| 53 | + "tiptap-extension-global-drag-handle": "^0.1.16", |
| 54 | + "tiptap-markdown": "^0.8.10", |
56 | 55 | "tunnel-rat": "^0.1.2"
|
57 | 56 | },
|
58 | 57 | "devDependencies": {
|
59 |
| - "@biomejs/biome": "^1.7.2", |
| 58 | + "@biomejs/biome": "^1.9.4", |
60 | 59 | "@types/katex": "^0.16.7",
|
61 | 60 | "@types/react": "^18.2.55",
|
62 | 61 | "@types/react-dom": "18.2.19",
|
63 | 62 | "tsconfig": "workspace:*",
|
64 |
| - "tsup": "^8.0.2", |
65 |
| - "typescript": "^5.3.3" |
| 63 | + "tsup": "^8.3.5", |
| 64 | + "typescript": "^5.7.3" |
66 | 65 | },
|
67 | 66 | "author": "Steven Tey <[email protected]>",
|
68 | 67 | "homepage": "https://novel.sh",
|
|
0 commit comments