@atlaskit/editor-plugin-help-dialog 1.9.10 → 1.9.11

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-help-dialog
2
2
 
3
+ ## 1.9.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.9.10
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,6 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ // Entry file in package.json
3
+
1
4
  export { helpDialogPlugin } from './helpDialogPlugin';
2
5
  // DO NOT COPY DISABLING THIS RULE. We are disabling it for a special existing case.
3
6
  // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
package/dist/esm/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ // Entry file in package.json
3
+
1
4
  export { helpDialogPlugin } from './helpDialogPlugin';
2
5
  // DO NOT COPY DISABLING THIS RULE. We are disabling it for a special existing case.
3
6
  // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "1.9.10",
3
+ "version": "1.9.11",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^96.4.0",
34
+ "@atlaskit/editor-common": "^97.0.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
36
36
  "@atlaskit/editor-plugin-quick-insert": "^1.8.0",
37
37
  "@atlaskit/editor-prosemirror": "6.2.1",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/modal-dialog": "^12.18.0",
42
42
  "@atlaskit/primitives": "^13.3.0",
43
43
  "@atlaskit/theme": "^14.0.0",
44
- "@atlaskit/tokens": "^2.4.0",
44
+ "@atlaskit/tokens": "^2.5.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "react-intl-next": "npm:react-intl@^5.18.1",