@e-llm-studio/citation 0.0.180 → 0.0.182-0

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 +14 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/citation",
3
- "version": "0.0.180",
3
+ "version": "0.0.182-0",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -238,9 +238,21 @@
238
238
  "react-dom": ">=16.8.0 <19.0.0",
239
239
  "react-player": "^3.4.0",
240
240
  "react-reader": "^2.0.13",
241
- "wavesurfer.js": "^7.12.1"
241
+ "wavesurfer.js": "^7.12.1",
242
+ "lucide-react": "^0.474.0",
243
+ "react-markdown": ">=8.0.0",
244
+ "react-resizable-panels": ">=2.0.0"
242
245
  },
243
246
  "peerDependenciesMeta": {
247
+ "lucide-react": {
248
+ "optional": false
249
+ },
250
+ "react-markdown": {
251
+ "optional": false
252
+ },
253
+ "react-resizable-panels": {
254
+ "optional": false
255
+ },
244
256
  "@mui/icons-material": {
245
257
  "optional": true
246
258
  },
@@ -280,10 +292,7 @@
280
292
  "axios": "^1.7.9",
281
293
  "dayjs": "^1.11.19",
282
294
  "dompurify": "^3.3.1",
283
- "lucide-react": "^0.562.0",
284
295
  "pdf-collaborative-tool": "^0.7.0",
285
- "react-markdown": "^8.0.7",
286
- "react-resizable-panels": "^3.0.6",
287
296
  "react-syntax-highlighter": "^15.6.1",
288
297
  "react-virtualized-auto-sizer": "^1.0.26",
289
298
  "react-window": "^1.8.11",