@e-llm-studio/citation 0.0.188 → 0.0.189

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.
Files changed (1) hide show
  1. package/package.json +35 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/citation",
3
- "version": "0.0.188",
3
+ "version": "0.0.189",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -243,7 +243,15 @@
243
243
  "react-dom": ">=16.8.0 <19.0.0",
244
244
  "react-player": "^3.4.0",
245
245
  "react-reader": "^2.0.13",
246
- "wavesurfer.js": "^7.12.1"
246
+ "wavesurfer.js": "^7.12.1",
247
+ "lucide-react": "^0.474.0",
248
+ "react-markdown": ">=8.0.0",
249
+ "react-resizable-panels": ">=2.0.0",
250
+ "react-syntax-highlighter": ">=15.0.0",
251
+ "remark-gfm": ">=4.0.0",
252
+ "remark-breaks": ">=4.0.0",
253
+ "rehype-raw": ">=7.0.0",
254
+ "dompurify": ">=3.0.0"
247
255
  },
248
256
  "peerDependenciesMeta": {
249
257
  "@mui/icons-material": {
@@ -278,22 +286,38 @@
278
286
  },
279
287
  "highlight.js": {
280
288
  "optional": true
289
+ },
290
+ "lucide-react": {
291
+ "optional": false
292
+ },
293
+ "react-markdown": {
294
+ "optional": false
295
+ },
296
+ "react-resizable-panels": {
297
+ "optional": false
298
+ },
299
+ "react-syntax-highlighter": {
300
+ "optional": false
301
+ },
302
+ "remark-gfm": {
303
+ "optional": false
304
+ },
305
+ "remark-breaks": {
306
+ "optional": false
307
+ },
308
+ "rehype-raw": {
309
+ "optional": false
310
+ },
311
+ "dompurify": {
312
+ "optional": false
281
313
  }
282
314
  },
283
315
  "dependencies": {
284
316
  "@react-pdf-viewer/highlight": "^3.12.0",
285
317
  "axios": "^1.7.9",
286
318
  "dayjs": "^1.11.19",
287
- "dompurify": "^3.3.1",
288
- "lucide-react": "^0.562.0",
289
319
  "pdf-collaborative-tool": "^0.7.0",
290
- "react-markdown": "^8.0.7",
291
- "react-resizable-panels": "^3.0.6",
292
- "react-syntax-highlighter": "^15.6.1",
293
320
  "react-virtualized-auto-sizer": "^1.0.26",
294
- "react-window": "^1.8.11",
295
- "rehype-raw": "^7.0.0",
296
- "remark-breaks": "^4.0.0",
297
- "remark-gfm": "^4.0.1"
321
+ "react-window": "^1.8.11"
298
322
  }
299
323
  }