|
7 | 7 | "types": "src/index.sdk.ts", |
8 | 8 | "dependencies": { |
9 | 9 | "@ant-design/icons": "^4.7.0", |
10 | | - "@codemirror/autocomplete": "^0.20.3", |
11 | | - "@codemirror/basic-setup": "^0.20.0", |
12 | | - "@codemirror/lang-css": "0.20", |
13 | | - "@codemirror/lang-html": "0.20", |
14 | | - "@codemirror/lang-javascript": "^0.20.1", |
15 | | - "@codemirror/lang-json": "0.20.0", |
16 | | - "@codemirror/lang-sql": "^0.20.4", |
| 10 | + "@codemirror/autocomplete": "^6.11.1", |
| 11 | + "@codemirror/commands": "^6.3.2", |
| 12 | + "@codemirror/lang-css": "^6.2.1", |
| 13 | + "@codemirror/lang-html": "^6.4.7", |
| 14 | + "@codemirror/lang-javascript": "^6.2.1", |
| 15 | + "@codemirror/lang-json": "^6.0.1", |
| 16 | + "@codemirror/lang-sql": "^6.5.4", |
| 17 | + "@codemirror/search": "^6.5.5", |
17 | 18 | "@dnd-kit/core": "^5.0.1", |
18 | 19 | "@dnd-kit/modifiers": "^5.0.0", |
19 | 20 | "@dnd-kit/sortable": "^6.0.0", |
|
0 commit comments