@atlaskit/editor-extension-dropbox 0.4.13 → 0.4.15

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,17 @@
1
1
  # @atlaskit/editor-extension-dropbox
2
2
 
3
+ ## 0.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.4.14
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.4.13
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
- import { ExtensionManifest } from '@atlaskit/editor-common/extensions';
2
- import { DropboxFile } from './types';
1
+ import { type ExtensionManifest } from '@atlaskit/editor-common/extensions';
2
+ import { type DropboxFile } from './types';
3
3
  declare global {
4
4
  interface Window {
5
5
  Dropbox: {
@@ -1,5 +1,5 @@
1
- import { ExtensionManifest } from '@atlaskit/editor-common/extensions';
2
- import { DropboxFile } from './types';
1
+ import { type ExtensionManifest } from '@atlaskit/editor-common/extensions';
2
+ import { type DropboxFile } from './types';
3
3
  declare global {
4
4
  interface Window {
5
5
  Dropbox: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-dropbox",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
4
4
  "description": "A an atlassian editor extension to add a native dropbox picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,12 +41,12 @@
41
41
  "runReact18": false
42
42
  },
43
43
  "dependencies": {
44
- "@atlaskit/adf-utils": "^19.0.0",
45
- "@atlaskit/button": "^17.14.0",
46
- "@atlaskit/editor-common": "^79.0.0",
47
- "@atlaskit/icon": "^22.1.0",
44
+ "@atlaskit/adf-utils": "^19.2.0",
45
+ "@atlaskit/button": "^17.16.0",
46
+ "@atlaskit/editor-common": "^81.0.0",
47
+ "@atlaskit/icon": "^22.3.0",
48
48
  "@atlaskit/modal-dialog": "^12.13.0",
49
- "@atlaskit/tokens": "^1.45.0",
49
+ "@atlaskit/tokens": "^1.49.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1"
52
52
  },