@atlaskit/editor-plugin-emoji 2.7.2 → 2.7.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 2.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176)
8
+ [`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) -
9
+ Bump adf-schema to 44.2.0
10
+
11
+ ## 2.7.3
12
+
13
+ ### Patch Changes
14
+
15
+ - [#155735](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155735)
16
+ [`1beeeda29023a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1beeeda29023a) -
17
+ Upgrades editor packages to react 18
18
+
3
19
  ## 2.7.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,12 +20,12 @@
20
20
  "runReact18": true
21
21
  },
22
22
  "dependencies": {
23
- "@atlaskit/adf-schema": "^42.3.1",
24
- "@atlaskit/editor-common": "^94.0.0",
23
+ "@atlaskit/adf-schema": "^44.2.0",
24
+ "@atlaskit/editor-common": "^94.9.0",
25
25
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
26
26
  "@atlaskit/editor-plugin-type-ahead": "^1.10.0",
27
27
  "@atlaskit/editor-prosemirror": "6.0.0",
28
- "@atlaskit/emoji": "^67.8.0",
28
+ "@atlaskit/emoji": "^67.9.0",
29
29
  "@atlaskit/node-data-provider": "^2.1.0",
30
30
  "@atlaskit/platform-feature-flags": "^0.3.0",
31
31
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
@@ -35,7 +35,8 @@
35
35
  "react-loadable": "^5.1.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
38
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
39
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.2.0"
39
40
  },
40
41
  "devDependencies": {
41
42
  "@af/visual-regression": "*",
@@ -45,7 +46,6 @@
45
46
  "@atlaskit/util-data-test": "^17.11.0",
46
47
  "@atlaskit/visual-regression": "*",
47
48
  "@testing-library/react": "^12.1.5",
48
- "react-dom": "^16.8.0",
49
49
  "typescript": "~5.4.2",
50
50
  "wait-for-expect": "^1.2.0"
51
51
  },