@file-viewer/renderer-text 3.0.3 → 3.1.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/renderer-text",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standalone code, text, and Markdown renderer for File Viewer; Mermaid, patch diff, and Git bundle tools are explicit opt-in capabilities.",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"LICENSE"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@file-viewer/core": "3.0
|
|
61
|
+
"@file-viewer/core": "3.1.0",
|
|
62
62
|
"@prettier/plugin-xml": "3.4.2",
|
|
63
63
|
"dompurify": "3.4.15",
|
|
64
64
|
"highlight.js": "^11.11.1",
|
|
65
|
-
"marked": "^18.0.
|
|
65
|
+
"marked": "^18.0.12",
|
|
66
66
|
"prettier": "3.9.6"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|