@atlaskit/editor-plugin-emoji 2.8.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
exports.inputRulePlugin = inputRulePlugin;
|
|
9
9
|
exports.stateKey = void 0;
|
|
10
|
+
var _readOnlyError2 = _interopRequireDefault(require("@babel/runtime/helpers/readOnlyError"));
|
|
10
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
11
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
12
13
|
var _get2 = _interopRequireDefault(require("@babel/runtime/helpers/get"));
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _readOnlyError from "@babel/runtime/helpers/readOnlyError";
|
|
1
2
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
2
3
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
3
4
|
import _get from "@babel/runtime/helpers/get";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "Emoji plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
24
|
-
"@atlaskit/editor-common": "^99.
|
|
24
|
+
"@atlaskit/editor-common": "^99.7.0",
|
|
25
25
|
"@atlaskit/editor-plugin-analytics": "^1.11.0",
|
|
26
|
-
"@atlaskit/editor-plugin-annotation": "1.27.
|
|
26
|
+
"@atlaskit/editor-plugin-annotation": "1.27.1",
|
|
27
27
|
"@atlaskit/editor-plugin-base": "^2.1.0",
|
|
28
28
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
|
|
29
29
|
"@atlaskit/editor-plugin-type-ahead": "^1.12.0",
|
|
30
30
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
31
31
|
"@atlaskit/emoji": "^67.13.0",
|
|
32
|
-
"@atlaskit/icon": "^23.
|
|
32
|
+
"@atlaskit/icon": "^23.6.0",
|
|
33
33
|
"@atlaskit/node-data-provider": "^3.1.0",
|
|
34
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
34
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
35
35
|
"@atlaskit/prosemirror-input-rules": "^3.2.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@emotion/react": "^11.7.1",
|