@etrepum/lexical-builder-table 0.0.36-nightly.20240906.0 → 0.0.36-nightly.20240910.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 +5 -5
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ function w(a, c, ...C) {
8
8
  C.reduce((f, p) => f.replace("%s", String(p)), c || "")
9
9
  );
10
10
  }
11
- const Q = "0.0.36-nightly.20240906.0", U = z({
11
+ const Q = "0.0.36-nightly.20240910.0", U = z({
12
12
  name: "@lexical/table",
13
13
  nodes: [N, k, T],
14
14
  config: V({
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "test:watch": "vitest",
16
16
  "lint": "eslint"
17
17
  },
18
- "version": "0.0.36-nightly.20240906.0",
18
+ "version": "0.0.36-nightly.20240910.0",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
@@ -30,16 +30,16 @@
30
30
  "@etrepum/lexical-builder": "*"
31
31
  },
32
32
  "peerDependencies": {
33
- "lexical": ">=0.17.0-0",
34
- "@lexical/table": ">=0.17.0-0",
35
- "@lexical/utils": ">=0.17.0-0"
33
+ "@lexical/table": ">=0.17.2-nightly.20240906.0",
34
+ "@lexical/utils": ">=0.17.2-nightly.20240906.0",
35
+ "lexical": ">=0.17.2-nightly.20240906.0"
36
36
  },
37
37
  "sideEffects": false,
38
38
  "devDependencies": {
39
+ "@repo/eslint-config": "*",
39
40
  "@testing-library/dom": "*",
40
41
  "@testing-library/jest-dom": "*",
41
42
  "@testing-library/user-event": "*",
42
- "@repo/eslint-config": "*",
43
43
  "eslint": "^8.57.0",
44
44
  "jsdom": "*",
45
45
  "tslib": "*",