@atlaskit/media-test-helpers 36.1.1 → 37.0.1
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 +15 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 37.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#177475](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177475)
|
|
8
|
+
[`0b6643d812ba0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b6643d812ba0) -
|
|
9
|
+
Updated export videoMp4SaganAliensId with new file id
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 37.0.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 36.1.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-test-helpers",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "37.0.1",
|
|
4
4
|
"description": "Collection of test helpers used in media component stories and specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@atlaskit/button": "^23.2.0",
|
|
30
30
|
"@atlaskit/checkbox": "^17.1.0",
|
|
31
31
|
"@atlaskit/form": "^12.0.0",
|
|
32
|
-
"@atlaskit/icon": "^27.
|
|
32
|
+
"@atlaskit/icon": "^27.2.0",
|
|
33
33
|
"@atlaskit/locale": "^3.0.0",
|
|
34
|
-
"@atlaskit/media-client": "^
|
|
35
|
-
"@atlaskit/media-common": "^12.
|
|
36
|
-
"@atlaskit/media-ui": "^28.
|
|
34
|
+
"@atlaskit/media-client": "^34.2.0",
|
|
35
|
+
"@atlaskit/media-common": "^12.3.0",
|
|
36
|
+
"@atlaskit/media-ui": "^28.5.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/popup": "^4.3.0",
|
|
39
|
-
"@atlaskit/primitives": "^14.
|
|
39
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
40
40
|
"@atlaskit/tabs": "^18.1.0",
|
|
41
41
|
"@atlaskit/textfield": "^8.0.0",
|
|
42
|
-
"@atlaskit/tokens": "^5.
|
|
42
|
+
"@atlaskit/tokens": "^5.4.0",
|
|
43
43
|
"@atlaskit/tooltip": "^20.3.0",
|
|
44
44
|
"@atlaskit/ufo": "^0.4.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"xhr-mock": "^2.4.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/media-core": "^
|
|
59
|
+
"@atlaskit/media-core": "^37.0.0",
|
|
60
60
|
"react": "^18.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@atlaskit/media-core": "^
|
|
63
|
+
"@atlaskit/media-core": "^37.0.0",
|
|
64
64
|
"@types/exenv": "^1.2.0",
|
|
65
65
|
"react-dom": "^18.2.0",
|
|
66
66
|
"typescript": "~5.4.2"
|