|
26 | 26 | "@codemirror/language-data": "^6.3.1", |
27 | 27 | "@codemirror/lint": "^6.2.1", |
28 | 28 | "@codemirror/search": "^6.4.0", |
29 | | - "@codemirror/state": "^6.2.0", |
| 29 | + "@codemirror/state": "^6.2.1", |
30 | 30 | "@codemirror/theme-one-dark": "^6.1.2", |
31 | 31 | "@codemirror/view": "^6.12.0", |
32 | 32 | "@emotion/css": "^11.11.0", |
33 | 33 | "@emotion/react": "^11.11.0", |
34 | | - "@floating-ui/react": "^0.24.1", |
35 | | - "@mui/material": "^5.13.2", |
| 34 | + "@floating-ui/react": "^0.24.2", |
| 35 | + "@mui/material": "^5.13.3", |
36 | 36 | "@remirror/core": "^2.0.16", |
37 | 37 | "@remirror/dev": "^2.0.17", |
38 | 38 | "@remirror/extension-blockquote": "^2.0.14", |
|
49 | 49 | "@remirror/extension-react-component": "^2.0.13", |
50 | 50 | "@remirror/extension-tables": "^2.2.10", |
51 | 51 | "@remirror/extension-text": "^2.0.13", |
52 | | - "@remirror/pm": "^2.0.5", |
| 52 | + "@remirror/pm": "^2.0.6", |
53 | 53 | "@remirror/preset-core": "^2.0.16", |
54 | 54 | "@remirror/react": "^2.0.28", |
55 | | - "@remirror/react-core": "^2.0.17", |
| 55 | + "@remirror/react-core": "^2.0.18", |
56 | 56 | "@remirror/styles": "^2.0.5", |
57 | 57 | "@rino.app/common": "^0.44.0", |
58 | 58 | "@types/is-hotkey": "^0.1.7", |
|
63 | 63 | "mdast-util-from-markdown": "^1.3.0", |
64 | 64 | "mdast-util-gfm-autolink-literal": "^1.0.3", |
65 | 65 | "mdast-util-gfm-strikethrough": "^1.0.3", |
66 | | - "micromark-extension-gfm-autolink-literal": "^1.0.4", |
67 | | - "micromark-extension-gfm-strikethrough": "^1.0.5", |
| 66 | + "micromark-extension-gfm-autolink-literal": "^1.0.5", |
| 67 | + "micromark-extension-gfm-strikethrough": "^1.0.6", |
68 | 68 | "prosemirror-flat-list": "^0.3.12", |
69 | 69 | "prosemirror-tables": "^1.3.2", |
70 | 70 | "prosemirror-view": "^1.31.3", |
|
77 | 77 | "react-dom": "^18.2.0" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@babel/core": "^7.21.8", |
81 | | - "@microsoft/api-extractor": "^7.35.0", |
| 80 | + "@babel/core": "^7.22.1", |
| 81 | + "@microsoft/api-extractor": "^7.35.1", |
82 | 82 | "@types/jest": "^29.5.1", |
83 | 83 | "@types/lodash-es": "^4.17.7", |
84 | 84 | "@types/markdown-it": "^12.2.3", |
85 | 85 | "@types/mdast": "^3.0.11", |
86 | 86 | "@types/orderedmap": "^1.0.0", |
87 | 87 | "@types/prettier": "^2.7.2", |
88 | | - "@types/react": "^18.2.6", |
| 88 | + "@types/react": "^18.2.7", |
89 | 89 | "@types/react-dom": "^18.2.4", |
90 | | - "@vitest/coverage-c8": "^0.31.1", |
91 | | - "c8": "^7.13.0", |
| 90 | + "@vitest/coverage-c8": "^0.31.2", |
| 91 | + "c8": "^7.14.0", |
92 | 92 | "commonmark-spec": "^0.30.0", |
93 | 93 | "esbuild": "^0.17.19", |
94 | 94 | "esbuild-node-externals": "^1.7.0", |
|
99 | 99 | "react": "^18.2.0", |
100 | 100 | "react-dom": "^18.2.0", |
101 | 101 | "typescript": "^5.0.4", |
102 | | - "vite": "^4.3.8", |
103 | | - "vitest": "^0.31.1" |
| 102 | + "vite": "^4.3.9", |
| 103 | + "vitest": "^0.31.2" |
104 | 104 | }, |
105 | 105 | "publishConfig": { |
106 | 106 | "types": "dist/rino-editor.d.ts", |
|
0 commit comments