@atlaskit/media-test-helpers 34.0.2 → 34.1.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 +8 -0
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 34.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#132147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/132147)
|
|
8
|
+
[`580c0e6f55a69`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/580c0e6f55a69) -
|
|
9
|
+
Updates to support React 18
|
|
10
|
+
|
|
3
11
|
## 34.0.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-test-helpers",
|
|
3
|
-
"version": "34.0
|
|
3
|
+
"version": "34.1.0",
|
|
4
4
|
"description": "Collection of test helpers used in media component stories and specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,20 +24,21 @@
|
|
|
24
24
|
"atlassian": {
|
|
25
25
|
"team": "Media Experience",
|
|
26
26
|
"inPublicMirror": true,
|
|
27
|
-
"releaseModel": "continuous"
|
|
27
|
+
"releaseModel": "continuous",
|
|
28
|
+
"runReact18": true
|
|
28
29
|
},
|
|
29
30
|
"dependencies": {
|
|
30
|
-
"@atlaskit/button": "^20.
|
|
31
|
+
"@atlaskit/button": "^20.1.0",
|
|
31
32
|
"@atlaskit/checkbox": "^13.7.0",
|
|
32
|
-
"@atlaskit/icon": "^22.
|
|
33
|
+
"@atlaskit/icon": "^22.14.0",
|
|
33
34
|
"@atlaskit/locale": "^2.8.0",
|
|
34
|
-
"@atlaskit/media-client": "^27.
|
|
35
|
-
"@atlaskit/media-common": "^11.
|
|
35
|
+
"@atlaskit/media-client": "^27.4.0",
|
|
36
|
+
"@atlaskit/media-common": "^11.4.0",
|
|
36
37
|
"@atlaskit/media-ui": "^25.11.0",
|
|
37
|
-
"@atlaskit/popup": "^1.
|
|
38
|
+
"@atlaskit/popup": "^1.23.0",
|
|
38
39
|
"@atlaskit/tabs": "^16.4.0",
|
|
39
40
|
"@atlaskit/textfield": "^6.5.0",
|
|
40
|
-
"@atlaskit/tokens": "^1.
|
|
41
|
+
"@atlaskit/tokens": "^1.59.0",
|
|
41
42
|
"@atlaskit/tooltip": "^18.7.0",
|
|
42
43
|
"@atlaskit/ufo": "^0.3.0",
|
|
43
44
|
"@babel/runtime": "^7.0.0",
|
|
@@ -54,11 +55,11 @@
|
|
|
54
55
|
"xhr-mock": "^2.4.0"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
|
-
"@atlaskit/media-core": "^34.
|
|
58
|
-
"react": "^16.8.0"
|
|
58
|
+
"@atlaskit/media-core": "^34.3.0",
|
|
59
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
|
-
"@atlaskit/media-core": "^34.
|
|
62
|
+
"@atlaskit/media-core": "^34.3.0",
|
|
62
63
|
"@types/exenv": "^1.2.0",
|
|
63
64
|
"react-dom": "^16.8.0",
|
|
64
65
|
"typescript": "~5.4.2"
|