@etrepum/lexical-emoji-plan 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
@@ -65,7 +65,7 @@ function E(e) {
65
65
  (a) => a.codePointAt(0).toString(16).padStart(4, "0")
66
66
  ).join("-");
67
67
  }
68
- const O = "0.0.31-nightly.20240723.0";
68
+ const O = "0.0.31";
69
69
  function S() {
70
70
  }
71
71
  const A = y({
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.31-nightly.20240723.0",
19
+ "version": "0.0.31",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",
@@ -32,8 +32,8 @@
32
32
  "emoji-datasource-facebook": "15.1.2"
33
33
  },
34
34
  "peerDependencies": {
35
- "@lexical/utils": ">=0.16.2-nightly.20240716",
36
- "lexical": ">=0.16.2-nightly.20240716"
35
+ "@lexical/utils": ">=0.16.2-nightly.20240724",
36
+ "lexical": ">=0.16.2-nightly.20240724"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "devDependencies": {
@@ -47,10 +47,10 @@
47
47
  "typescript": "^5.4.5",
48
48
  "vite": "^5.2.11",
49
49
  "vite-plugin-data": "^0.2.5",
50
- "vite-plugin-dts": "^3.9.1",
51
- "vite-plugin-package-version": "^1.1.0",
50
+ "vite-plugin-dts": "*",
51
+ "vite-plugin-package-version": "*",
52
52
  "vite-plugin-static-copy": "^1.0.5",
53
- "vitest": "^1.6.0"
53
+ "vitest": "*"
54
54
  },
55
55
  "module": "dist/index.js",
56
56
  "types": "dist/index.d.ts",