@etrepum/lexical-builder-markdown 0.0.32-nightly.20240805.0 → 0.0.32-nightly.20240807.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -547,7 +547,7 @@ const ze = G({
547
547
  })
548
548
  );
549
549
  }
550
- }), Ue = "0.0.32-nightly.20240805.0";
550
+ }), Ue = "0.0.32-nightly.20240807.0";
551
551
  export {
552
552
  ze as MarkdownShortcutsPlan,
553
553
  W as MarkdownTransformersPlan,
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.32-nightly.20240805.0",
19
+ "version": "0.0.32-nightly.20240807.0",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",
@@ -32,12 +32,12 @@
32
32
  "@etrepum/lexical-builder-list": "*"
33
33
  },
34
34
  "peerDependencies": {
35
- "@lexical/code": ">=0.16.2-nightly.20240724",
36
- "@lexical/list": ">=0.16.2-nightly.20240724",
37
- "@lexical/markdown": ">=0.16.2-nightly.20240724",
38
- "@lexical/rich-text": ">=0.16.2-nightly.20240724",
39
- "@lexical/utils": ">=0.16.2-nightly.20240724",
40
- "lexical": ">=0.16.2-nightly.20240724"
35
+ "@lexical/code": ">=0.17.0-0",
36
+ "@lexical/list": ">=0.17.0-0",
37
+ "@lexical/markdown": ">=0.17.0-0",
38
+ "@lexical/rich-text": ">=0.17.0-0",
39
+ "@lexical/utils": ">=0.17.0-0",
40
+ "lexical": ">=0.17.0-0"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "devDependencies": {