@etrepum/lexical-builder-ssr 0.0.33-nightly.20240812.0 → 0.0.34
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 +2 -2
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.
|
18
|
+
"version": "0.0.34",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
33
|
"jsdom": ">=20.0.0",
|
34
|
-
"lexical": ">=0.
|
34
|
+
"lexical": ">=0.17.0-0"
|
35
35
|
},
|
36
36
|
"sideEffects": false,
|
37
37
|
"devDependencies": {
|