@etrepum/lexical-builder-core 0.0.31-nightly.20240724.0 → 0.0.32-nightly.20240725.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": "vitest run --typecheck",
|
16
16
|
"test:watch": "vitest"
|
17
17
|
},
|
18
|
-
"version": "0.0.
|
18
|
+
"version": "0.0.32-nightly.20240725.0",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"homepage": "https://github.com/etrepum/lexical-builder",
|
29
29
|
"peerDependencies": {
|
30
|
-
"lexical": ">=0.16.2-nightly.
|
30
|
+
"lexical": ">=0.16.2-nightly.20240724"
|
31
31
|
},
|
32
32
|
"sideEffects": false,
|
33
33
|
"devDependencies": {
|
@@ -40,9 +40,9 @@
|
|
40
40
|
"tslib": "^2.6.2",
|
41
41
|
"typescript": "^5.4.5",
|
42
42
|
"vite": "^5.2.11",
|
43
|
-
"vite-plugin-dts": "
|
44
|
-
"vite-plugin-package-version": "
|
45
|
-
"vitest": "
|
43
|
+
"vite-plugin-dts": "*",
|
44
|
+
"vite-plugin-package-version": "*",
|
45
|
+
"vitest": "*"
|
46
46
|
},
|
47
47
|
"module": "dist/index.js",
|
48
48
|
"types": "dist/index.d.ts",
|