|
19 | 19 | "build:api-extractor": "api-extractor run --local --verbose" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@codemirror/autocomplete": "^6.6.1", |
| 22 | + "@codemirror/autocomplete": "^6.7.1", |
23 | 23 | "@codemirror/commands": "^6.2.4", |
24 | 24 | "@codemirror/lang-markdown": "^6.1.1", |
25 | | - "@codemirror/language": "^6.6.0", |
| 25 | + "@codemirror/language": "^6.7.0", |
26 | 26 | "@codemirror/language-data": "^6.3.1", |
27 | 27 | "@codemirror/lint": "^6.2.1", |
28 | 28 | "@codemirror/search": "^6.4.0", |
29 | 29 | "@codemirror/state": "^6.2.0", |
30 | 30 | "@codemirror/theme-one-dark": "^6.1.2", |
31 | | - "@codemirror/view": "^6.11.0", |
| 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.0", |
35 | | - "@mui/material": "^5.12.3", |
| 34 | + "@floating-ui/react": "^0.24.1", |
| 35 | + "@mui/material": "^5.13.2", |
36 | 36 | "@remirror/core": "^2.0.16", |
37 | 37 | "@remirror/dev": "^2.0.17", |
38 | 38 | "@remirror/extension-blockquote": "^2.0.14", |
|
65 | 65 | "mdast-util-gfm-strikethrough": "^1.0.3", |
66 | 66 | "micromark-extension-gfm-autolink-literal": "^1.0.4", |
67 | 67 | "micromark-extension-gfm-strikethrough": "^1.0.5", |
68 | | - "prosemirror-flat-list": "^0.3.11", |
| 68 | + "prosemirror-flat-list": "^0.3.12", |
69 | 69 | "prosemirror-tables": "^1.3.2", |
70 | | - "prosemirror-view": "^1.31.1", |
71 | | - "remirror": "^2.0.31", |
| 70 | + "prosemirror-view": "^1.31.3", |
| 71 | + "remirror": "^2.0.32", |
72 | 72 | "remirror-extension-flat-list": "^0.1.3", |
73 | 73 | "unstated-next": "^1.1.0" |
74 | 74 | }, |
|
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | 80 | "@babel/core": "^7.21.8", |
81 | | - "@microsoft/api-extractor": "^7.34.8", |
| 81 | + "@microsoft/api-extractor": "^7.35.0", |
82 | 82 | "@types/jest": "^29.5.1", |
83 | 83 | "@types/lodash-es": "^4.17.7", |
84 | 84 | "@types/markdown-it": "^12.2.3", |
|
87 | 87 | "@types/prettier": "^2.7.2", |
88 | 88 | "@types/react": "^18.2.6", |
89 | 89 | "@types/react-dom": "^18.2.4", |
90 | | - "@vitest/coverage-c8": "^0.31.0", |
| 90 | + "@vitest/coverage-c8": "^0.31.1", |
91 | 91 | "c8": "^7.13.0", |
92 | 92 | "commonmark-spec": "^0.30.0", |
93 | | - "esbuild": "^0.17.18", |
| 93 | + "esbuild": "^0.17.19", |
94 | 94 | "esbuild-node-externals": "^1.7.0", |
95 | 95 | "jest-remirror": "^2.1.5", |
96 | 96 | "jsdom": "^21.1.2", |
|
99 | 99 | "react": "^18.2.0", |
100 | 100 | "react-dom": "^18.2.0", |
101 | 101 | "typescript": "^5.0.4", |
102 | | - "vite": "^4.3.5", |
103 | | - "vitest": "^0.31.0" |
| 102 | + "vite": "^4.3.8", |
| 103 | + "vitest": "^0.31.1" |
104 | 104 | }, |
105 | 105 | "publishConfig": { |
106 | 106 | "types": "dist/rino-editor.d.ts", |
|
0 commit comments