|
11 | 11 | "./themes/*": "./src/themes/*" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@codemirror/lang-javascript": "^6.2.4", |
| 14 | + "@codemirror/lang-javascript": "^6.2.5", |
15 | 15 | "@codemirror/lang-json": "^6.0.2", |
16 | | - "@codemirror/lang-markdown": "^6.3.6", |
| 16 | + "@codemirror/lang-markdown": "^6.5.0", |
17 | 17 | "@codemirror/lang-python": "^6.2.1", |
18 | 18 | "@codemirror/lang-yaml": "^6.1.3", |
19 | | - "@codemirror/state": "^6.5.2", |
| 19 | + "@codemirror/state": "^6.6.0", |
20 | 20 | "@codemirror/theme-one-dark": "^6.1.3", |
21 | | - "@codemirror/view": "^6.40.0", |
| 21 | + "@codemirror/view": "^6.43.1", |
22 | 22 | "@xterm/addon-fit": "^0.11.0", |
23 | 23 | "@xterm/addon-web-links": "^0.12.0", |
24 | 24 | "@xterm/xterm": "^6.0.0", |
25 | | - "dompurify": "^3.4.5", |
26 | | - "marked": "^18.0.2", |
| 25 | + "@tiptap/extension-image": "catalog:", |
| 26 | + "@tiptap/extension-placeholder": "catalog:", |
| 27 | + "@tiptap/starter-kit": "catalog:", |
| 28 | + "@tiptap/vue-3": "catalog:", |
| 29 | + "dompurify": "^3.4.10", |
| 30 | + "marked": "catalog:", |
27 | 31 | "sbot-ui": "workspace:*", |
28 | 32 | "vue-codemirror": "^6.1.1" |
29 | 33 | }, |
30 | 34 | "devDependencies": { |
31 | | - "@tiptap/extension-dropcursor": "^3.22.4", |
32 | | - "@tiptap/extension-image": "^3.22.4", |
33 | | - "@tiptap/extension-placeholder": "^3.22.4", |
34 | | - "@tiptap/starter-kit": "^3.22.4", |
35 | | - "@tiptap/vue-3": "^3.22.4", |
36 | 35 | "@types/dompurify": "^3.2.0" |
37 | 36 | }, |
38 | 37 | "peerDependencies": { |
39 | | - "vue": "^3.5.0" |
| 38 | + "vue": "^3.5.38" |
40 | 39 | } |
41 | 40 | } |
0 commit comments