@atlaskit/editor-extension-dropbox 10.0.9 → 10.0.10

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,11 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 10.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.0.9
4
10
 
5
11
  ### Patch Changes
@@ -23,7 +29,7 @@
23
29
  ### Patch Changes
24
30
 
25
31
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
26
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
32
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
27
33
  gating.
28
34
  - Updated dependencies
29
35
 
@@ -41,13 +41,13 @@
41
41
  "path": "../../../design-system/primitives/afm-cc/tsconfig.json"
42
42
  },
43
43
  {
44
- "path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
44
+ "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
45
45
  },
46
46
  {
47
- "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
47
+ "path": "../../tmp-editor-statsig/afm-cc/tsconfig.json"
48
48
  },
49
49
  {
50
- "path": "../../../react-compiler/react-compiler-gating/afm-cc/tsconfig.json"
50
+ "path": "../../../design-system/tokens/afm-cc/tsconfig.json"
51
51
  },
52
52
  {
53
53
  "path": "../../editor-common/afm-cc/tsconfig.json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "10.0.9",
3
+ "version": "10.0.10",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -36,15 +36,15 @@
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": "^113.0.0",
39
+ "@atlaskit/react-compiler-gating": "^0.2.0",
40
+ "@atlaskit/tmp-editor-statsig": "^114.0.0",
40
41
  "@atlaskit/tokens": "^15.0.0",
41
- "@atlassian/react-compiler-gating": "^0.2.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@compiled/react": "^0.20.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@atlaskit/editor-common": "^116.12.0",
47
+ "@atlaskit/editor-common": "^116.13.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0"
50
50
  },