@atlaskit/media-test-helpers 37.0.0 → 37.0.2

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 +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 37.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 37.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#177475](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/177475)
14
+ [`0b6643d812ba0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b6643d812ba0) -
15
+ Updated export videoMp4SaganAliensId with new file id
16
+ - Updated dependencies
17
+
3
18
  ## 37.0.0
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": "37.0.0",
3
+ "version": "37.0.2",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,24 +22,23 @@
22
22
  },
23
23
  "atlaskit:src": "src/index.tsx",
24
24
  "atlassian": {
25
- "team": "Media Exif",
26
- "runReact18": true
25
+ "team": "Media Exif"
27
26
  },
28
27
  "dependencies": {
29
28
  "@atlaskit/button": "^23.2.0",
30
29
  "@atlaskit/checkbox": "^17.1.0",
31
30
  "@atlaskit/form": "^12.0.0",
32
- "@atlaskit/icon": "^27.0.0",
31
+ "@atlaskit/icon": "^27.2.0",
33
32
  "@atlaskit/locale": "^3.0.0",
34
- "@atlaskit/media-client": "^34.0.0",
35
- "@atlaskit/media-common": "^12.2.0",
36
- "@atlaskit/media-ui": "^28.3.0",
33
+ "@atlaskit/media-client": "^35.0.0",
34
+ "@atlaskit/media-common": "^12.3.0",
35
+ "@atlaskit/media-ui": "^28.5.0",
37
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
37
  "@atlaskit/popup": "^4.3.0",
39
- "@atlaskit/primitives": "^14.8.0",
38
+ "@atlaskit/primitives": "^14.10.0",
40
39
  "@atlaskit/tabs": "^18.1.0",
41
40
  "@atlaskit/textfield": "^8.0.0",
42
- "@atlaskit/tokens": "^5.2.0",
41
+ "@atlaskit/tokens": "^5.4.0",
43
42
  "@atlaskit/tooltip": "^20.3.0",
44
43
  "@atlaskit/ufo": "^0.4.0",
45
44
  "@babel/runtime": "^7.0.0",