@atlaskit/media-test-helpers 34.5.4 → 34.5.6
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/media-test-helpers
|
|
2
2
|
|
|
3
|
+
## 34.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154926](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154926)
|
|
8
|
+
[`ca1195b6c4b46`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ca1195b6c4b46) -
|
|
9
|
+
Removes the sideEffects: false attribute from the media test helpers package as it causes
|
|
10
|
+
storybook failures for downstream consumers
|
|
11
|
+
|
|
12
|
+
## 34.5.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 34.5.4
|
|
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": "34.5.
|
|
3
|
+
"version": "34.5.6",
|
|
4
4
|
"description": "Collection of test helpers used in media component stories and specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@atlaskit/media-common": "^11.7.0",
|
|
35
35
|
"@atlaskit/media-ui": "^26.0.0",
|
|
36
36
|
"@atlaskit/popup": "^1.29.0",
|
|
37
|
-
"@atlaskit/primitives": "
|
|
37
|
+
"@atlaskit/primitives": "13.0.0",
|
|
38
38
|
"@atlaskit/tabs": "^16.5.0",
|
|
39
39
|
"@atlaskit/textfield": "^6.5.0",
|
|
40
|
-
"@atlaskit/tokens": "^2.
|
|
40
|
+
"@atlaskit/tokens": "^2.1.0",
|
|
41
41
|
"@atlaskit/tooltip": "^18.8.0",
|
|
42
42
|
"@atlaskit/ufo": "^0.3.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|