@atlaskit/media-test-helpers 40.0.2 → 40.0.4

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 40.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 40.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 40.0.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "40.0.2",
3
+ "version": "40.0.4",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,10 +25,10 @@
25
25
  "team": "Media Exif"
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/button": "^23.9.0",
28
+ "@atlaskit/button": "^23.10.0",
29
29
  "@atlaskit/checkbox": "^17.3.0",
30
- "@atlaskit/form": "^15.3.0",
31
- "@atlaskit/icon": "^32.0.0",
30
+ "@atlaskit/form": "^15.4.0",
31
+ "@atlaskit/icon": "^33.0.0",
32
32
  "@atlaskit/locale": "^3.0.0",
33
33
  "@atlaskit/media-client": "^36.0.0",
34
34
  "@atlaskit/media-common": "^13.0.0",
@@ -37,10 +37,10 @@
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/popup": "^4.13.0",
39
39
  "@atlaskit/primitives": "^18.0.0",
40
- "@atlaskit/tabs": "^18.3.0",
40
+ "@atlaskit/tabs": "^19.0.0",
41
41
  "@atlaskit/textfield": "^8.2.0",
42
- "@atlaskit/tokens": "^11.0.0",
43
- "@atlaskit/tooltip": "^20.14.0",
42
+ "@atlaskit/tokens": "^11.1.0",
43
+ "@atlaskit/tooltip": "^21.0.0",
44
44
  "@atlaskit/ufo": "^0.4.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",