@atlaskit/editor-plugin-breakout 1.0.2 → 1.0.4

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-plugin-breakout
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
9
+ ## 1.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679) [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) - ED-22553 Updating adf-schema version to 35.6.0
14
+
3
15
  ## 1.0.2
4
16
 
5
17
  ### Patch Changes
@@ -10,7 +10,7 @@ export interface Props {
10
10
  scrollableElement?: HTMLElement;
11
11
  handleClick?: Function;
12
12
  }
13
- declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
14
- WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps<"intl">>;
13
+ declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
14
+ WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps>;
15
15
  };
16
16
  export default _default;
@@ -10,7 +10,7 @@ export interface Props {
10
10
  scrollableElement?: HTMLElement;
11
11
  handleClick?: Function;
12
12
  }
13
- declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
14
- WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps<"intl">>;
13
+ declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
14
+ WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps>;
15
15
  };
16
16
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Breakout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,14 +31,14 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.5.2",
35
- "@atlaskit/editor-common": "^78.10.0",
34
+ "@atlaskit/adf-schema": "^35.6.0",
35
+ "@atlaskit/editor-common": "^78.17.0",
36
36
  "@atlaskit/editor-plugin-width": "^1.0.0",
37
37
  "@atlaskit/editor-prosemirror": "3.0.0",
38
38
  "@atlaskit/editor-shared-styles": "^2.9.0",
39
39
  "@atlaskit/icon": "^22.1.0",
40
40
  "@atlaskit/theme": "^12.6.0",
41
- "@atlaskit/tokens": "^1.39.0",
41
+ "@atlaskit/tokens": "^1.42.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@emotion/react": "^11.7.1"
44
44
  },
@@ -57,7 +57,7 @@
57
57
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
58
58
  "@testing-library/react": "^12.1.5",
59
59
  "react-dom": "^16.8.0",
60
- "typescript": "~4.9.5",
60
+ "typescript": "~5.4.2",
61
61
  "wait-for-expect": "^1.2.0"
62
62
  },
63
63
  "techstack": {
@@ -83,11 +83,9 @@
83
83
  "ui-components": [
84
84
  "lite-mode"
85
85
  ],
86
- "deprecation": [
87
- "no-deprecated-imports"
88
- ],
86
+ "deprecation": "no-deprecated-imports",
89
87
  "styling": [
90
- "static",
88
+ "emotion",
91
89
  "emotion"
92
90
  ],
93
91
  "imports": [
@@ -96,4 +94,4 @@
96
94
  }
97
95
  },
98
96
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
99
- }
97
+ }