@atlaskit/media-common 11.3.2 → 11.4.0

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 +8 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/media-common
2
2
 
3
+ ## 11.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#130435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/130435)
8
+ [`c3ee11ca89274`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3ee11ca89274) -
9
+ add React 18 support
10
+
3
11
  ## 11.3.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "11.3.2",
3
+ "version": "11.4.0",
4
4
  "description": "Includes common utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,22 +37,23 @@
37
37
  "releaseModel": "continuous",
38
38
  "website": {
39
39
  "name": "Media Common"
40
- }
40
+ },
41
+ "runReact18": true
41
42
  },
42
43
  "scripts": {},
43
44
  "dependencies": {
44
45
  "@atlaskit/analytics-gas-types": "^5.1.0",
45
- "@atlaskit/analytics-namespaced-context": "^6.10.0",
46
- "@atlaskit/analytics-next": "^10.0.0",
47
- "@atlaskit/section-message": "^6.5.0",
46
+ "@atlaskit/analytics-namespaced-context": "^6.11.0",
47
+ "@atlaskit/analytics-next": "^10.1.0",
48
+ "@atlaskit/section-message": "^6.6.0",
48
49
  "@babel/runtime": "^7.0.0",
49
50
  "immer": "^9.0.12",
50
51
  "uuid-validate": "^0.0.3"
51
52
  },
52
53
  "peerDependencies": {
53
54
  "enzyme": ">=3.10.0",
54
- "react": "^16.8.0",
55
- "react-dom": "^16.8.0"
55
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
56
+ "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
56
57
  },
57
58
  "peerDependenciesMeta": {
58
59
  "enzyme": {