@frontmcp/ui 1.4.0 → 1.4.1

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 (2) hide show
  1. package/esm/package.json +34 -32
  2. package/package.json +34 -32
package/esm/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "FrontMCP UI - MUI-based React components, renderers, and MCP bridge for MCP applications",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -372,79 +372,81 @@
372
372
  "node": ">=24.0.0"
373
373
  },
374
374
  "peerDependencies": {
375
- "react": "^18.0.0 || ^19.0.0",
376
- "react-dom": "^18.0.0 || ^19.0.0",
377
- "@mui/material": "^7.0.0",
378
375
  "@emotion/react": "^11.0.0",
379
376
  "@emotion/styled": "^11.0.0",
380
- "react-pdf": "^9.0.0",
381
- "pdfjs-dist": "^4.0.0",
382
- "recharts": "^2.13.0",
383
- "react-markdown": "^9.0.0",
384
- "remark-gfm": "^4.0.0",
385
- "rehype-highlight": "^7.0.0",
386
- "rehype-raw": "^7.0.0",
387
- "mermaid": "^11.0.0",
377
+ "@mui/material": "^7.0.0",
378
+ "@types/react": "^18.0.0 || ^19.0.0",
379
+ "@types/react-dom": "^18.0.0 || ^19.0.0",
388
380
  "@xyflow/react": "^12.0.0",
381
+ "dompurify": "^3.0.0",
389
382
  "katex": "^0.16.0",
390
- "react-leaflet": "^5.0.0",
391
383
  "leaflet": "^1.9.0",
384
+ "mermaid": "^11.0.0",
385
+ "pdfjs-dist": "^4.0.0",
386
+ "react": "^18.0.0 || ^19.0.0",
387
+ "react-dom": "^18.0.0 || ^19.0.0",
388
+ "react-leaflet": "^5.0.0",
389
+ "react-markdown": "^9.0.0",
390
+ "react-pdf": "^9.0.0",
392
391
  "react-player": "^2.16.0",
393
- "dompurify": "^3.0.0"
392
+ "recharts": "^2.13.0",
393
+ "rehype-highlight": "^7.0.0",
394
+ "rehype-raw": "^7.0.0",
395
+ "remark-gfm": "^4.0.0"
394
396
  },
395
397
  "peerDependenciesMeta": {
396
- "react-pdf": {
398
+ "@xyflow/react": {
397
399
  "optional": true
398
400
  },
399
- "pdfjs-dist": {
401
+ "dompurify": {
400
402
  "optional": true
401
403
  },
402
- "recharts": {
404
+ "katex": {
403
405
  "optional": true
404
406
  },
405
- "react-markdown": {
407
+ "leaflet": {
406
408
  "optional": true
407
409
  },
408
- "remark-gfm": {
410
+ "mermaid": {
409
411
  "optional": true
410
412
  },
411
- "rehype-highlight": {
413
+ "pdfjs-dist": {
412
414
  "optional": true
413
415
  },
414
- "rehype-raw": {
416
+ "react-leaflet": {
415
417
  "optional": true
416
418
  },
417
- "mermaid": {
419
+ "react-markdown": {
418
420
  "optional": true
419
421
  },
420
- "@xyflow/react": {
422
+ "react-pdf": {
421
423
  "optional": true
422
424
  },
423
- "katex": {
425
+ "react-player": {
424
426
  "optional": true
425
427
  },
426
- "react-leaflet": {
428
+ "recharts": {
427
429
  "optional": true
428
430
  },
429
- "leaflet": {
431
+ "rehype-highlight": {
430
432
  "optional": true
431
433
  },
432
- "react-player": {
434
+ "rehype-raw": {
433
435
  "optional": true
434
436
  },
435
- "dompurify": {
437
+ "remark-gfm": {
436
438
  "optional": true
437
439
  }
438
440
  },
439
441
  "optionalDependencies": {
440
- "@frontmcp/uipack": "1.4.0"
442
+ "@frontmcp/uipack": "1.4.1"
441
443
  },
442
444
  "devDependencies": {
443
- "@types/react": "^19.0.0",
444
- "@types/react-dom": "^19.0.0",
445
- "@types/leaflet": "^1.9.0",
446
445
  "@types/dompurify": "^3.0.0",
447
446
  "@types/katex": "^0.16.0",
447
+ "@types/leaflet": "^1.9.0",
448
+ "@types/react": "^19.0.0",
449
+ "@types/react-dom": "^19.0.0",
448
450
  "typescript": "^5.9.3"
449
451
  }
450
452
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontmcp/ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "FrontMCP UI - MUI-based React components, renderers, and MCP bridge for MCP applications",
5
5
  "author": "AgentFront <info@agentfront.dev>",
6
6
  "homepage": "https://docs.agentfront.dev",
@@ -372,79 +372,81 @@
372
372
  "node": ">=24.0.0"
373
373
  },
374
374
  "peerDependencies": {
375
- "react": "^18.0.0 || ^19.0.0",
376
- "react-dom": "^18.0.0 || ^19.0.0",
377
- "@mui/material": "^7.0.0",
378
375
  "@emotion/react": "^11.0.0",
379
376
  "@emotion/styled": "^11.0.0",
380
- "react-pdf": "^9.0.0",
381
- "pdfjs-dist": "^4.0.0",
382
- "recharts": "^2.13.0",
383
- "react-markdown": "^9.0.0",
384
- "remark-gfm": "^4.0.0",
385
- "rehype-highlight": "^7.0.0",
386
- "rehype-raw": "^7.0.0",
387
- "mermaid": "^11.0.0",
377
+ "@mui/material": "^7.0.0",
378
+ "@types/react": "^18.0.0 || ^19.0.0",
379
+ "@types/react-dom": "^18.0.0 || ^19.0.0",
388
380
  "@xyflow/react": "^12.0.0",
381
+ "dompurify": "^3.0.0",
389
382
  "katex": "^0.16.0",
390
- "react-leaflet": "^5.0.0",
391
383
  "leaflet": "^1.9.0",
384
+ "mermaid": "^11.0.0",
385
+ "pdfjs-dist": "^4.0.0",
386
+ "react": "^18.0.0 || ^19.0.0",
387
+ "react-dom": "^18.0.0 || ^19.0.0",
388
+ "react-leaflet": "^5.0.0",
389
+ "react-markdown": "^9.0.0",
390
+ "react-pdf": "^9.0.0",
392
391
  "react-player": "^2.16.0",
393
- "dompurify": "^3.0.0"
392
+ "recharts": "^2.13.0",
393
+ "rehype-highlight": "^7.0.0",
394
+ "rehype-raw": "^7.0.0",
395
+ "remark-gfm": "^4.0.0"
394
396
  },
395
397
  "peerDependenciesMeta": {
396
- "react-pdf": {
398
+ "@xyflow/react": {
397
399
  "optional": true
398
400
  },
399
- "pdfjs-dist": {
401
+ "dompurify": {
400
402
  "optional": true
401
403
  },
402
- "recharts": {
404
+ "katex": {
403
405
  "optional": true
404
406
  },
405
- "react-markdown": {
407
+ "leaflet": {
406
408
  "optional": true
407
409
  },
408
- "remark-gfm": {
410
+ "mermaid": {
409
411
  "optional": true
410
412
  },
411
- "rehype-highlight": {
413
+ "pdfjs-dist": {
412
414
  "optional": true
413
415
  },
414
- "rehype-raw": {
416
+ "react-leaflet": {
415
417
  "optional": true
416
418
  },
417
- "mermaid": {
419
+ "react-markdown": {
418
420
  "optional": true
419
421
  },
420
- "@xyflow/react": {
422
+ "react-pdf": {
421
423
  "optional": true
422
424
  },
423
- "katex": {
425
+ "react-player": {
424
426
  "optional": true
425
427
  },
426
- "react-leaflet": {
428
+ "recharts": {
427
429
  "optional": true
428
430
  },
429
- "leaflet": {
431
+ "rehype-highlight": {
430
432
  "optional": true
431
433
  },
432
- "react-player": {
434
+ "rehype-raw": {
433
435
  "optional": true
434
436
  },
435
- "dompurify": {
437
+ "remark-gfm": {
436
438
  "optional": true
437
439
  }
438
440
  },
439
441
  "optionalDependencies": {
440
- "@frontmcp/uipack": "1.4.0"
442
+ "@frontmcp/uipack": "1.4.1"
441
443
  },
442
444
  "devDependencies": {
443
- "@types/react": "^19.0.0",
444
- "@types/react-dom": "^19.0.0",
445
- "@types/leaflet": "^1.9.0",
446
445
  "@types/dompurify": "^3.0.0",
447
446
  "@types/katex": "^0.16.0",
447
+ "@types/leaflet": "^1.9.0",
448
+ "@types/react": "^19.0.0",
449
+ "@types/react-dom": "^19.0.0",
448
450
  "typescript": "^5.9.3"
449
451
  }
450
452
  }