@etrepum/lexical-builder-list 0.0.31-nightly.20240723.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 +6 -6
package/dist/index.js CHANGED
@@ -166,7 +166,7 @@ function _(e, l, r) {
166
166
  }
167
167
  }), !1;
168
168
  }
169
- const q = "0.0.31-nightly.20240723.0";
169
+ const q = "0.0.31";
170
170
  export {
171
171
  j as CheckListPlan,
172
172
  U as ListPlan,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "test:watch": "vitest",
16
16
  "lint": "eslint"
17
17
  },
18
- "version": "0.0.31-nightly.20240723.0",
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.20240716",
34
- "@lexical/list": ">=0.16.2-nightly.20240716"
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": "^3.9.1",
48
- "vite-plugin-package-version": "^1.1.0",
49
- "vitest": "^1.6.0"
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",