@etrepum/lexical-builder-table 0.0.36-nightly.20240906.0 → 0.0.36-nightly.20240909.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"test:watch": "vitest",
|
16
16
|
"lint": "eslint"
|
17
17
|
},
|
18
|
-
"version": "0.0.36-nightly.
|
18
|
+
"version": "0.0.36-nightly.20240909.0",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -30,16 +30,16 @@
|
|
30
30
|
"@etrepum/lexical-builder": "*"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"lexical": ">=0.17.
|
34
|
-
"@lexical/
|
35
|
-
"
|
33
|
+
"@lexical/table": ">=0.17.2-nightly.20240906.0",
|
34
|
+
"@lexical/utils": ">=0.17.2-nightly.20240906.0",
|
35
|
+
"lexical": ">=0.17.2-nightly.20240906.0"
|
36
36
|
},
|
37
37
|
"sideEffects": false,
|
38
38
|
"devDependencies": {
|
39
|
+
"@repo/eslint-config": "*",
|
39
40
|
"@testing-library/dom": "*",
|
40
41
|
"@testing-library/jest-dom": "*",
|
41
42
|
"@testing-library/user-event": "*",
|
42
|
-
"@repo/eslint-config": "*",
|
43
43
|
"eslint": "^8.57.0",
|
44
44
|
"jsdom": "*",
|
45
45
|
"tslib": "*",
|