@atlaskit/media-common 11.3.1 → 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.
- package/CHANGELOG.md +14 -0
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
11
|
+
## 11.3.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 11.3.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-common",
|
|
3
|
-
"version": "11.
|
|
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.
|
|
46
|
-
"@atlaskit/analytics-next": "^
|
|
47
|
-
"@atlaskit/section-message": "^6.
|
|
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": {
|