@etrepum/lexical-builder-list 0.0.31-nightly.20240724.0 → 0.0.31
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 +6 -6
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.31
|
18
|
+
"version": "0.0.31",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"@etrepum/lexical-builder": "*"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"lexical": ">=0.16.2-nightly.
|
34
|
-
"@lexical/list": ">=0.16.2-nightly.
|
33
|
+
"lexical": ">=0.16.2-nightly.20240724",
|
34
|
+
"@lexical/list": ">=0.16.2-nightly.20240724"
|
35
35
|
},
|
36
36
|
"sideEffects": false,
|
37
37
|
"devDependencies": {
|
@@ -44,9 +44,9 @@
|
|
44
44
|
"tslib": "^2.6.2",
|
45
45
|
"typescript": "^5.4.5",
|
46
46
|
"vite": "^5.2.11",
|
47
|
-
"vite-plugin-dts": "
|
48
|
-
"vite-plugin-package-version": "
|
49
|
-
"vitest": "
|
47
|
+
"vite-plugin-dts": "*",
|
48
|
+
"vite-plugin-package-version": "*",
|
49
|
+
"vitest": "*"
|
50
50
|
},
|
51
51
|
"module": "dist/index.js",
|
52
52
|
"types": "dist/index.d.ts",
|