rme 0.0.13 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rme",
3
- "version": "0.0.13",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
@@ -118,7 +118,6 @@
118
118
  ]
119
119
  },
120
120
  "dependencies": {
121
- "@ariakit/react": "^0.3.8",
122
121
  "@codemirror/autocomplete": "^6.8.1",
123
122
  "@codemirror/commands": "^6.2.4",
124
123
  "@codemirror/lang-markdown": "^6.2.3",
@@ -131,7 +130,6 @@
131
130
  "@emotion/css": "^11.11.0",
132
131
  "@emotion/react": "^11.11.3",
133
132
  "@emotion/styled": "^11.11.0",
134
- "@floating-ui/dom": "^1.0.0",
135
133
  "@floating-ui/react": "^0.25.1",
136
134
  "@lezer/common": "1.0.3",
137
135
  "@lezer/highlight": "^1.1.6",
@@ -140,17 +138,28 @@
140
138
  "@markflowy/theme": "0.0.8",
141
139
  "@mui/material": "5.15.6",
142
140
  "@remirror/core": "^2.0.17",
141
+ "@remirror/core-utils": "^2.0.12",
143
142
  "@remirror/dev": "^2.0.18",
143
+ "@remirror/extension-codemirror6": "^1.0.13",
144
144
  "@remirror/extension-count": "^2.0.13",
145
+ "@remirror/extension-hard-break": "2.0.13",
146
+ "@remirror/extension-heading": "^2.0.14",
147
+ "@remirror/extension-list": "^2.0.15",
145
148
  "@remirror/extension-positioner": "^2.1.8",
149
+ "@remirror/extension-react-tables": "^2.2.19",
150
+ "@remirror/extension-tables": "^2.4.1",
151
+ "@remirror/icons": "^2.0.2",
146
152
  "@remirror/pm": "^2.0.4",
147
153
  "@remirror/preset-core": "^2.0.16",
148
154
  "@remirror/react": "^2.0.32",
155
+ "@remirror/react-components": "^2.1.13",
149
156
  "@remirror/react-core": "^2.0.18",
157
+ "@remirror/react-editors": "^1.0.38",
158
+ "@remirror/react-hooks": "^2.0.25",
159
+ "@remirror/styles": "^2.0.5",
150
160
  "@remirror/theme": "^2.0.8",
161
+ "@remirror/types": "^1.0.1",
151
162
  "@uiw/codemirror-themes": "^4.21.18",
152
- "classnames": "^2.3.0",
153
- "clsx": "^2.0.0",
154
163
  "create-context-state": "^2.0.0",
155
164
  "fuse.js": "^6.6.2",
156
165
  "html-parse-stringify": "^3.0.1",
@@ -169,12 +178,9 @@
169
178
  "prosemirror-flat-list": "^0.4.2",
170
179
  "prosemirror-paste-rules": "^2.0.7",
171
180
  "punycode": "^2.3.0",
172
- "rc-image": "^7.5.1",
173
181
  "react": "^18.2.0",
174
182
  "react-dom": "^18.2.0",
175
- "react-hot-toast": "^2.4.1",
176
183
  "react-popper": "^2.3.0",
177
- "react-spinners": "^0.13.8",
178
184
  "remirror": "^2.0.33",
179
185
  "remirror-extension-flat-list": "^0.2.0",
180
186
  "remixicon": "^4.1.0",