@atlaskit/editor-plugin-block-type 3.0.30 → 3.0.31

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-plugin-block-type
2
2
 
3
+ ## 3.0.31
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
+
3
9
  ## 3.0.30
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/consts.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/consts.d.ts"
12
12
  ]
@@ -24,7 +24,7 @@ export interface State {
24
24
  active: boolean;
25
25
  isOpenedByKeyboard: boolean;
26
26
  }
27
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
28
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
27
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
28
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
29
29
  };
30
30
  export default _default;
@@ -24,7 +24,7 @@ export interface State {
24
24
  active: boolean;
25
25
  isOpenedByKeyboard: boolean;
26
26
  }
27
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
28
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
27
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
28
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
29
29
  };
30
30
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-block-type",
3
- "version": "3.0.30",
3
+ "version": "3.0.31",
4
4
  "description": "BlockType plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/adf-schema": "^35.6.0",
39
- "@atlaskit/editor-common": "^78.12.0",
39
+ "@atlaskit/editor-common": "^78.17.0",
40
40
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
41
41
  "@atlaskit/editor-prosemirror": "3.0.0",
42
42
  "@atlaskit/editor-shared-styles": "^2.9.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/platform-feature-flags": "^0.2.5",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.0.0",
47
47
  "@atlaskit/theme": "^12.6.0",
48
- "@atlaskit/tokens": "^1.41.0",
48
+ "@atlaskit/tokens": "^1.42.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1"
51
51
  },
@@ -65,7 +65,7 @@
65
65
  "@testing-library/react": "^12.1.5",
66
66
  "@testing-library/user-event": "^14.4.3",
67
67
  "react-dom": "^16.8.0",
68
- "typescript": "~4.9.5",
68
+ "typescript": "~5.4.2",
69
69
  "wait-for-expect": "^1.2.0"
70
70
  },
71
71
  "techstack": {
@@ -91,11 +91,9 @@
91
91
  "ui-components": [
92
92
  "lite-mode"
93
93
  ],
94
- "deprecation": [
95
- "no-deprecated-imports"
96
- ],
94
+ "deprecation": "no-deprecated-imports",
97
95
  "styling": [
98
- "static",
96
+ "emotion",
99
97
  "emotion"
100
98
  ],
101
99
  "imports": [
@@ -109,4 +107,4 @@
109
107
  "type": "boolean"
110
108
  }
111
109
  }
112
- }
110
+ }
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/styles.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/styles.d.ts"
12
12
  ]