@atlaskit/editor-plugin-toolbar 5.0.0 → 5.0.2

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-toolbar
2
2
 
3
+ ## 5.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 5.0.0
4
16
 
5
17
  ### Patch Changes
@@ -26,6 +26,7 @@ const ABORT_REASON = {
26
26
  export const getSelectionToolbarOpenExperiencePlugin = ({
27
27
  refs,
28
28
  dispatchAnalyticsEvent
29
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
29
30
  }) => {
30
31
  let editorView;
31
32
  let targetEl;
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from '@atlaskit/editor-prosemirror/state';
2
- export declare const editorToolbarPluginKey: PluginKey<any>;
2
+ export declare const editorToolbarPluginKey: PluginKey;
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from '@atlaskit/editor-prosemirror/state';
2
- export declare const editorToolbarPluginKey: PluginKey<any>;
2
+ export declare const editorToolbarPluginKey: PluginKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-toolbar",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,13 +39,13 @@
39
39
  "@atlaskit/editor-toolbar": "^0.19.0",
40
40
  "@atlaskit/editor-toolbar-model": "^0.4.0",
41
41
  "@atlaskit/platform-feature-flags": "^1.1.0",
42
- "@atlaskit/tmp-editor-statsig": "^35.10.0",
42
+ "@atlaskit/tmp-editor-statsig": "^37.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "bind-event-listener": "^3.0.0",
45
45
  "react-intl-next": "npm:react-intl@^5.18.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^112.0.0",
48
+ "@atlaskit/editor-common": "^112.2.0",
49
49
  "react": "^18.2.0"
50
50
  },
51
51
  "platform-feature-flags": {