@lexical/text 0.3.0 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
package/package.json
CHANGED
@@ -9,14 +9,17 @@
|
|
9
9
|
"text"
|
10
10
|
],
|
11
11
|
"license": "MIT",
|
12
|
-
"version": "0.3.
|
12
|
+
"version": "0.3.3",
|
13
13
|
"main": "LexicalText.js",
|
14
14
|
"peerDependencies": {
|
15
|
-
"lexical": "0.3.
|
15
|
+
"lexical": "0.3.3"
|
16
16
|
},
|
17
17
|
"repository": {
|
18
18
|
"type": "git",
|
19
19
|
"url": "https://github.com/facebook/lexical",
|
20
20
|
"directory": "packages/lexical-text"
|
21
|
+
},
|
22
|
+
"devDependencies": {
|
23
|
+
"utility-types": "^3.10.0"
|
21
24
|
}
|
22
25
|
}
|