@fileverse-dev/ddoc 1.7.6-patch-1 → 1.7.6-patch-3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +16758 -16076
- package/dist/index.umd.js +122 -121
- package/dist/packages/ddoc/extensions/mardown-paste-handler/index.d.ts +4 -0
- package/package.json +4 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "1.7.6-patch-
|
5
|
+
"version": "1.7.6-patch-3",
|
6
6
|
"main": "dist/index.umd.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -49,12 +49,14 @@
|
|
49
49
|
"@tiptap/extension-task-list": "^2.5.4",
|
50
50
|
"@tiptap/extension-text-align": "^2.5.4",
|
51
51
|
"@tiptap/extension-text-style": "^2.5.4",
|
52
|
+
"@tiptap/extension-typography": "^2.5.5",
|
52
53
|
"@tiptap/extension-underline": "^2.5.4",
|
53
54
|
"@tiptap/pm": "^2.5.4",
|
54
55
|
"@tiptap/react": "^2.5.4",
|
55
56
|
"@tiptap/starter-kit": "^2.5.4",
|
56
57
|
"@tiptap/suggestion": "^2.5.4",
|
57
58
|
"classnames": "^2.5.1",
|
59
|
+
"dompurify": "^3.1.6",
|
58
60
|
"embla-carousel-react": "^8.1.5",
|
59
61
|
"ethers": "^6.13.1",
|
60
62
|
"framer-motion": "^11.2.12",
|
@@ -77,6 +79,7 @@
|
|
77
79
|
"yjs": "^13.6.15"
|
78
80
|
},
|
79
81
|
"devDependencies": {
|
82
|
+
"@types/dompurify": "^3.0.5",
|
80
83
|
"@types/node": "^20.10.0",
|
81
84
|
"@types/platform": "^1.3.6",
|
82
85
|
"@types/react": "^18.2.37",
|