@haklex/rich-compose 0.15.5 → 0.15.7
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.7",
|
|
4
4
|
"description": "Compose primitives for haklex rich content renderers — Gundam-style assembly of Lexical nodes, sync/lazy renderers, and Provider stacks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -260,25 +260,25 @@
|
|
|
260
260
|
],
|
|
261
261
|
"dependencies": {
|
|
262
262
|
"@lexical/headless": "^0.44.0",
|
|
263
|
-
"@haklex/rich-ext-
|
|
264
|
-
"@haklex/rich-ext-
|
|
265
|
-
"@haklex/rich-ext-
|
|
266
|
-
"@haklex/rich-
|
|
267
|
-
"@haklex/rich-
|
|
268
|
-
"@haklex/rich-ext-
|
|
269
|
-
"@haklex/rich-
|
|
270
|
-
"@haklex/rich-renderer-
|
|
271
|
-
"@haklex/rich-
|
|
272
|
-
"@haklex/rich-renderer-
|
|
273
|
-
"@haklex/rich-renderer-
|
|
274
|
-
"@haklex/rich-renderer-
|
|
275
|
-
"@haklex/rich-renderer-
|
|
276
|
-
"@haklex/rich-
|
|
277
|
-
"@haklex/rich-
|
|
278
|
-
"@haklex/rich-
|
|
279
|
-
"@haklex/rich-
|
|
280
|
-
"@haklex/rich-style-token": "0.15.
|
|
281
|
-
"@haklex/rich-renderer-
|
|
263
|
+
"@haklex/rich-ext-code-snippet": "0.15.7",
|
|
264
|
+
"@haklex/rich-ext-excalidraw": "0.15.7",
|
|
265
|
+
"@haklex/rich-ext-embed": "0.15.7",
|
|
266
|
+
"@haklex/rich-ext-chat": "0.15.7",
|
|
267
|
+
"@haklex/rich-ext-nested-doc": "0.15.7",
|
|
268
|
+
"@haklex/rich-ext-poll": "0.15.7",
|
|
269
|
+
"@haklex/rich-renderer-banner": "0.15.7",
|
|
270
|
+
"@haklex/rich-renderer-codeblock": "0.15.7",
|
|
271
|
+
"@haklex/rich-renderer-mention": "0.15.7",
|
|
272
|
+
"@haklex/rich-renderer-image": "0.15.7",
|
|
273
|
+
"@haklex/rich-renderer-katex": "0.15.7",
|
|
274
|
+
"@haklex/rich-renderer-linkcard": "0.15.7",
|
|
275
|
+
"@haklex/rich-renderer-mermaid": "0.15.7",
|
|
276
|
+
"@haklex/rich-renderer-ruby": "0.15.7",
|
|
277
|
+
"@haklex/rich-ext-gallery": "0.15.7",
|
|
278
|
+
"@haklex/rich-litexml": "0.15.7",
|
|
279
|
+
"@haklex/rich-renderer-video": "0.15.7",
|
|
280
|
+
"@haklex/rich-style-token": "0.15.7",
|
|
281
|
+
"@haklex/rich-renderer-alert": "0.15.7"
|
|
282
282
|
},
|
|
283
283
|
"devDependencies": {
|
|
284
284
|
"@lexical/react": "^0.44.0",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"unplugin-dts": "^1.0.1",
|
|
295
295
|
"vite": "^8.0.13",
|
|
296
296
|
"vitest": "^4.1.7",
|
|
297
|
-
"@haklex/rich-editor": "0.15.
|
|
297
|
+
"@haklex/rich-editor": "0.15.7"
|
|
298
298
|
},
|
|
299
299
|
"peerDependencies": {
|
|
300
300
|
"@lexical/react": "^0.44.0",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"lucide-react": "^1.0.0",
|
|
303
303
|
"react": ">=19",
|
|
304
304
|
"react-dom": ">=19",
|
|
305
|
-
"@haklex/rich-editor": "0.15.
|
|
305
|
+
"@haklex/rich-editor": "0.15.7"
|
|
306
306
|
},
|
|
307
307
|
"publishConfig": {
|
|
308
308
|
"access": "public"
|