@atlaskit/editor-extension-googledrive 10.1.2 → 10.2.0

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,16 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 10.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`51c33ef5349b6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51c33ef5349b6) -
8
+ Enable compatibility with React 19.2.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 10.1.2
4
15
 
5
16
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* googledriveicon.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* googledriveicon.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* googledriveicon.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* googledriveicon.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import "./googledriveicon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* googledriveicon.tsx generated by @compiled/babel-plugin v0.39.1 */
1
+ /* googledriveicon.tsx generated by @compiled/babel-plugin v0.40.0 */
2
2
  import "./googledriveicon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,2 +1,2 @@
1
- declare const _default: () => JSX.Element;
2
1
  export default _default;
2
+ declare function _default(): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-googledrive",
3
- "version": "10.1.2",
3
+ "version": "10.2.0",
4
4
  "description": "An Atlassian editor extension to add a native Google Drive picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,18 +29,18 @@
29
29
  "team": "trello-ecosystem"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^56.1.0",
33
- "@atlaskit/adf-utils": "^20.3.0",
32
+ "@atlaskit/adf-schema": "^56.2.0",
33
+ "@atlaskit/adf-utils": "^20.4.0",
34
34
  "@atlaskit/react-compiler-gating": "^0.2.0",
35
- "@atlaskit/tokens": "^16.0.0",
35
+ "@atlaskit/tokens": "^16.3.0",
36
36
  "@babel/runtime": "^7.0.0",
37
- "@compiled/react": "^0.20.0",
37
+ "@compiled/react": "^1.0.0",
38
38
  "@types/gapi": "0.0.44"
39
39
  },
40
40
  "peerDependencies": {
41
- "@atlaskit/editor-common": "^116.32.0",
42
- "react": "^18.2.0",
43
- "react-dom": "^18.2.0"
41
+ "@atlaskit/editor-common": "^116.45.0",
42
+ "react": "^18.2.0 || ^19.2.0",
43
+ "react-dom": "^18.2.0 || ^19.2.0"
44
44
  },
45
45
  "techstack": {
46
46
  "@repo/internal": {
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "react": "^18.2.0",
58
- "react-dom": "^18.2.0"
57
+ "react": "^19.2.0",
58
+ "react-dom": "^19.2.0"
59
59
  }
60
60
  }