@fileverse-dev/ddoc 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +742 -735
- package/dist/index.umd.js +40 -40
- package/package.json +2 -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.
|
5
|
+
"version": "1.7.1",
|
6
6
|
"main": "dist/index.umd.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -28,6 +28,7 @@
|
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
31
|
+
"@radix-ui/react-focus-scope": "^1.1.0",
|
31
32
|
"@radix-ui/react-popover": "^1.0.7",
|
32
33
|
"@tippyjs/react": "^4.2.6",
|
33
34
|
"@tiptap/core": "^2.5.4",
|