@atlaskit/editor-extension-dropbox 10.0.4 → 10.0.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 10.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
12
+ ## 10.0.5
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 10.0.4
4
19
 
5
20
  ### Patch Changes
@@ -46,6 +46,9 @@
46
46
  {
47
47
  "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
48
48
  },
49
+ {
50
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
51
+ },
49
52
  {
50
53
  "path": "../../editor-common/afm-cc/tsconfig.json"
51
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "10.0.4",
3
+ "version": "10.0.6",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,19 +31,20 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@atlaskit/adf-utils": "^20.0.0",
34
- "@atlaskit/button": "^24.0.0",
34
+ "@atlaskit/button": "^24.1.0",
35
35
  "@atlaskit/heading": "^6.0.0",
36
36
  "@atlaskit/modal-dialog": "^16.0.0",
37
37
  "@atlaskit/platform-feature-flags": "^2.0.0",
38
38
  "@atlaskit/primitives": "^20.0.0",
39
- "@atlaskit/tmp-editor-statsig": "^108.0.0",
40
- "@atlaskit/tokens": "^14.0.0",
39
+ "@atlaskit/tmp-editor-statsig": "^110.0.0",
40
+ "@atlaskit/tokens": "^15.0.0",
41
+ "@atlassian/react-compiler-gating": "^0.2.0",
41
42
  "@babel/runtime": "^7.0.0",
42
43
  "@compiled/react": "^0.20.0",
43
44
  "@emotion/react": "^11.7.1"
44
45
  },
45
46
  "peerDependencies": {
46
- "@atlaskit/editor-common": "^116.3.0",
47
+ "@atlaskit/editor-common": "^116.11.0",
47
48
  "react": "^18.2.0",
48
49
  "react-dom": "^18.2.0"
49
50
  },
@@ -59,7 +60,6 @@
59
60
  }
60
61
  },
61
62
  "devDependencies": {
62
- "@atlassian/react-compiler-gating": "workspace:^",
63
63
  "@atlassian/structured-docs-types": "workspace:^",
64
64
  "react": "^18.2.0",
65
65
  "react-dom": "^18.2.0"