@atlaskit/editor-extension-googledrive 4.0.0 → 4.0.1

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 +6 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Patch Changes
@@ -133,7 +139,6 @@
133
139
  shared context or singletons.
134
140
 
135
141
  **HOW TO ADJUST:**
136
-
137
142
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
138
143
  any of these editor plugins.
139
144
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-googledrive",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "An Atlassian editor extension to add a native Google Drive picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,14 +24,14 @@
24
24
  "dependencies": {
25
25
  "@atlaskit/adf-schema": "^51.2.0",
26
26
  "@atlaskit/adf-utils": "^19.24.0",
27
- "@atlaskit/icon": "^28.3.0",
28
- "@atlaskit/tokens": "^6.3.0",
27
+ "@atlaskit/icon": "^28.5.0",
28
+ "@atlaskit/tokens": "^7.0.0",
29
29
  "@babel/runtime": "^7.0.0",
30
- "@compiled/react": "^0.18.3",
30
+ "@compiled/react": "^0.18.6",
31
31
  "@types/gapi": "0.0.44"
32
32
  },
33
33
  "peerDependencies": {
34
- "@atlaskit/editor-common": "^110.0.0",
34
+ "@atlaskit/editor-common": "^110.13.0",
35
35
  "react": "^18.2.0",
36
36
  "react-dom": "^18.2.0"
37
37
  },