@atlaskit/media-test-helpers 41.0.1 → 41.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 +9 -0
  2. package/package.json +15 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 41.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2fe9a9909d2ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2fe9a9909d2ac) -
8
+ Enrol media packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform
10
+ - Updated dependencies
11
+
3
12
  ## 41.0.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "41.0.1",
3
+ "version": "41.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,25 +22,32 @@
22
22
  },
23
23
  "atlaskit:src": "src/index.tsx",
24
24
  "atlassian": {
25
+ "react-compiler": {
26
+ "enabled": true,
27
+ "gating": {
28
+ "source": "@atlassian/react-compiler-gating",
29
+ "importSpecifierName": "isReactCompilerActivePlatform"
30
+ }
31
+ },
25
32
  "team": "Media Exif"
26
33
  },
27
34
  "dependencies": {
28
35
  "@atlaskit/button": "^23.11.0",
29
36
  "@atlaskit/checkbox": "^17.3.0",
30
37
  "@atlaskit/form": "^15.5.0",
31
- "@atlaskit/icon": "^34.3.0",
38
+ "@atlaskit/icon": "^34.5.0",
32
39
  "@atlaskit/locale": "^4.1.0",
33
- "@atlaskit/media-client": "^36.1.0",
34
- "@atlaskit/media-common": "^13.2.0",
40
+ "@atlaskit/media-client": "^36.2.0",
41
+ "@atlaskit/media-common": "^13.3.0",
35
42
  "@atlaskit/media-state": "^2.1.0",
36
- "@atlaskit/media-ui": "^29.1.0",
43
+ "@atlaskit/media-ui": "^29.2.0",
37
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/popup": "^4.17.0",
45
+ "@atlaskit/popup": "^4.18.0",
39
46
  "@atlaskit/primitives": "^19.0.0",
40
47
  "@atlaskit/tabs": "^19.1.0",
41
48
  "@atlaskit/textfield": "^8.3.0",
42
49
  "@atlaskit/tokens": "^13.0.0",
43
- "@atlaskit/tooltip": "^22.0.0",
50
+ "@atlaskit/tooltip": "^22.1.0",
44
51
  "@atlaskit/ufo": "^0.4.0",
45
52
  "@babel/runtime": "^7.0.0",
46
53
  "@emotion/react": "^11.7.1",
@@ -60,6 +67,7 @@
60
67
  },
61
68
  "devDependencies": {
62
69
  "@atlaskit/media-core": "^37.0.0",
70
+ "@atlassian/react-compiler-gating": "workspace:^",
63
71
  "@types/exenv": "^1.2.0",
64
72
  "react-dom": "^18.2.0",
65
73
  "react-intl": "^6.6.2"