@etrepum/lexical-builder-devtools-core 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -74,7 +74,7 @@ const k = y({
74
74
  Component: () => /* @__PURE__ */ c(h, { children: /* @__PURE__ */ c(E, { editor: t }) })
75
75
  });
76
76
  }
77
- }), w = "0.0.31-nightly.20240724.0";
77
+ }), w = "0.0.31";
78
78
  export {
79
79
  E as BuilderGraphComponent,
80
80
  k as BuilderGraphPlan,
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "lint": "eslint",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.31-nightly.20240724.0",
19
+ "version": "0.0.31",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",
@@ -36,10 +36,10 @@
36
36
  "pako": "^2.1.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@lexical/react": ">=0.16.2-nightly.20240716",
40
- "@lexical/text": ">=0.16.2-nightly.20240716",
41
- "@lexical/utils": ">=0.16.2-nightly.20240716",
42
- "lexical": ">=0.16.2-nightly.20240716",
39
+ "@lexical/react": ">=0.16.2-nightly.20240724",
40
+ "@lexical/text": ">=0.16.2-nightly.20240724",
41
+ "@lexical/utils": ">=0.16.2-nightly.20240724",
42
+ "lexical": ">=0.16.2-nightly.20240724",
43
43
  "react": ">=18"
44
44
  },
45
45
  "sideEffects": false,
@@ -55,9 +55,9 @@
55
55
  "tslib": "^2.6.2",
56
56
  "typescript": "^5.4.5",
57
57
  "vite": "^5.2.11",
58
- "vite-plugin-dts": "^3.9.1",
59
- "vite-plugin-package-version": "^1.1.0",
60
- "vitest": "^1.6.0"
58
+ "vite-plugin-dts": "*",
59
+ "vite-plugin-package-version": "*",
60
+ "vitest": "*"
61
61
  },
62
62
  "module": "dist/index.js",
63
63
  "types": "dist/index.d.ts",