@lexical/table 0.19.0 → 0.19.1-nightly.20241029.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -8,13 +8,13 @@
|
|
8
8
|
"table"
|
9
9
|
],
|
10
10
|
"license": "MIT",
|
11
|
-
"version": "0.19.0",
|
11
|
+
"version": "0.19.1-nightly.20241029.0",
|
12
12
|
"main": "LexicalTable.js",
|
13
13
|
"types": "index.d.ts",
|
14
14
|
"dependencies": {
|
15
|
-
"@lexical/clipboard": "0.19.0",
|
16
|
-
"@lexical/utils": "0.19.0",
|
17
|
-
"lexical": "0.19.0"
|
15
|
+
"@lexical/clipboard": "0.19.1-nightly.20241029.0",
|
16
|
+
"@lexical/utils": "0.19.1-nightly.20241029.0",
|
17
|
+
"lexical": "0.19.1-nightly.20241029.0"
|
18
18
|
},
|
19
19
|
"repository": {
|
20
20
|
"type": "git",
|