@atlaskit/editor-plugin-extension 1.0.3 → 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,11 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.0.3
4
10
 
5
11
  ### Patch Changes
@@ -33,6 +33,7 @@ var FormErrorBoundaryInner = /*#__PURE__*/function (_React$Component) {
33
33
  args[_key] = arguments[_key];
34
34
  }
35
35
  _this = _super.call.apply(_super, [this].concat(args));
36
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
36
37
  (0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "state", {
37
38
  error: undefined
38
39
  });
@@ -9,6 +9,7 @@ import SectionMessage from '@atlaskit/section-message';
9
9
  class FormErrorBoundaryInner extends React.Component {
10
10
  constructor(...args) {
11
11
  super(...args);
12
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
12
13
  _defineProperty(this, "state", {
13
14
  error: undefined
14
15
  });
@@ -26,6 +26,7 @@ var FormErrorBoundaryInner = /*#__PURE__*/function (_React$Component) {
26
26
  args[_key] = arguments[_key];
27
27
  }
28
28
  _this = _super.call.apply(_super, [this].concat(args));
29
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
29
30
  _defineProperty(_assertThisInitialized(_this), "state", {
30
31
  error: undefined
31
32
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -28,10 +28,10 @@
28
28
  "@atlaskit/adf-utils": "^19.0.0",
29
29
  "@atlaskit/analytics-next": "^9.2.0",
30
30
  "@atlaskit/avatar": "^21.5.0",
31
- "@atlaskit/button": "^17.4.0",
31
+ "@atlaskit/button": "^17.6.0",
32
32
  "@atlaskit/checkbox": "^13.0.0",
33
33
  "@atlaskit/datetime-picker": "^13.0.3",
34
- "@atlaskit/editor-common": "^78.4.0",
34
+ "@atlaskit/editor-common": "^78.7.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.10.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.0.0",
37
37
  "@atlaskit/editor-plugin-context-identifier": "^1.0.0",
@@ -46,11 +46,11 @@
46
46
  "@atlaskit/form": "^9.0.3",
47
47
  "@atlaskit/icon": "^22.1.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.2.0",
49
- "@atlaskit/primitives": "^2.1.0",
49
+ "@atlaskit/primitives": "^3.0.0",
50
50
  "@atlaskit/radio": "^6.0.0",
51
51
  "@atlaskit/section-message": "^6.4.0",
52
52
  "@atlaskit/select": "^17.1.0",
53
- "@atlaskit/smart-user-picker": "^6.8.0",
53
+ "@atlaskit/smart-user-picker": "^6.9.0",
54
54
  "@atlaskit/spinner": "^16.0.0",
55
55
  "@atlaskit/tabs": "^14.0.0",
56
56
  "@atlaskit/textarea": "^5.0.0",