@fileverse-dev/ddoc 4.5.2 → 4.6.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 +7 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DDoc",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.6.0",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -109,8 +109,6 @@
|
|
|
109
109
|
"platform": "^1.3.6",
|
|
110
110
|
"prosemirror-model": "^1.21.0",
|
|
111
111
|
"prosemirror-state": "^1.4.3",
|
|
112
|
-
"react": "^18.2.0",
|
|
113
|
-
"react-dom": "^18.2.0",
|
|
114
112
|
"react-tweet": "^3.2.2",
|
|
115
113
|
"react-uuid": "^2.0.0",
|
|
116
114
|
"react-window": "^2.2.7",
|
|
@@ -118,7 +116,7 @@
|
|
|
118
116
|
"tailwindcss-animate": "^1.0.7",
|
|
119
117
|
"tiptap-markdown": "^0.9.0",
|
|
120
118
|
"turndown": "^7.2.0",
|
|
121
|
-
"usehooks-ts": "^3.1.
|
|
119
|
+
"usehooks-ts": "^3.1.1",
|
|
122
120
|
"uuid": "^10.0.0",
|
|
123
121
|
"vaul": "^0.9.1",
|
|
124
122
|
"vite-plugin-dts": "^3.6.3",
|
|
@@ -134,10 +132,12 @@
|
|
|
134
132
|
"@dnd-kit/utilities": ">=3.2.2",
|
|
135
133
|
"@fileverse/crypto": ">=0.0.21",
|
|
136
134
|
"@fileverse/ens": "0.0.4",
|
|
137
|
-
"@fileverse/ui": "5.
|
|
135
|
+
"@fileverse/ui": "5.3.0",
|
|
138
136
|
"framer-motion": ">=11.2.10",
|
|
139
137
|
"frimousse": ">=0.3.0",
|
|
140
138
|
"mermaid": "11.14.0",
|
|
139
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
140
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
141
141
|
"viem": ">=2.35.0",
|
|
142
142
|
"yjs": ">=13.6.30 <14"
|
|
143
143
|
},
|
|
@@ -171,6 +171,8 @@
|
|
|
171
171
|
"lint-staged": "^15.2.10",
|
|
172
172
|
"postcss": "^8.4.38",
|
|
173
173
|
"prettier": "^3.4.2",
|
|
174
|
+
"react": "^18.2.0",
|
|
175
|
+
"react-dom": "^18.2.0",
|
|
174
176
|
"tailwindcss": "^3.4.3",
|
|
175
177
|
"typescript": "^5.2.2",
|
|
176
178
|
"vite": "^5.0.0",
|