@atlaskit/embedded-document 0.9.70 → 0.9.72

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 +15 -0
  2. package/package.json +6 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/embedded-document
2
2
 
3
+ ## 0.9.72
4
+
5
+ ### Patch Changes
6
+
7
+ - [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
8
+ [`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
9
+ NOISSUE: Upgrades editor React peer dependencies to v18
10
+ - Updated dependencies
11
+
12
+ ## 0.9.71
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 0.9.70
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-document",
3
- "version": "0.9.70",
3
+ "version": "0.9.72",
4
4
  "description": "DEPRECATED Embedded Document component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,26 +27,24 @@
27
27
  },
28
28
  "atlassian": {
29
29
  "team": "Editor: Collaboration",
30
- "inPublicMirror": true,
31
- "releaseModel": "continuous",
32
30
  "website": {
33
31
  "name": "embedded-document",
34
32
  "deprecated": "This package is no longer being used and will not be actively maintained"
35
33
  },
36
- "runReact18": false
34
+ "runReact18": true
37
35
  },
38
36
  "dependencies": {
39
37
  "@atlaskit/button": "^20.1.0",
40
- "@atlaskit/editor-common": "^88.3.0",
41
- "@atlaskit/editor-core": "^196.0.0",
38
+ "@atlaskit/editor-common": "^88.12.0",
39
+ "@atlaskit/editor-core": "^197.4.0",
42
40
  "@atlaskit/editor-shared-styles": "^2.13.0",
43
- "@atlaskit/renderer": "^109.51.0",
41
+ "@atlaskit/renderer": "^109.53.0",
44
42
  "@atlaskit/tokens": "1.59.1",
45
43
  "@atlaskit/util-service-support": "^6.2.0",
46
44
  "@babel/runtime": "^7.0.0"
47
45
  },
48
46
  "peerDependencies": {
49
- "react": "^16.8.0",
47
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
50
48
  "styled-components": "^3.2.6"
51
49
  },
52
50
  "devDependencies": {