@etrepum/lexical-emoji-plan 0.0.32-nightly.20240806.0 → 0.0.32-nightly.20240807.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
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.
|
19
|
+
"version": "0.0.32-nightly.20240807.0",
|
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.
|
36
|
-
"lexical": ">=0.
|
35
|
+
"@lexical/utils": ">=0.17.0-0",
|
36
|
+
"lexical": ">=0.17.0-0"
|
37
37
|
},
|
38
38
|
"sideEffects": false,
|
39
39
|
"devDependencies": {
|