@atlaskit/editor-plugin-extension 5.5.4 → 5.5.5

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
+ ## 5.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.5.4
4
10
 
5
11
  ### Patch Changes
@@ -56,6 +56,7 @@ function makeMarkup(fragment, key) {
56
56
  key: key
57
57
  }, children);
58
58
  case 'CODE':
59
+ // eslint-disable-next-line @atlaskit/design-system/no-html-code
59
60
  return /*#__PURE__*/_react.default.createElement("code", {
60
61
  key: key
61
62
  }, children);
@@ -51,6 +51,7 @@ function makeMarkup(fragment, key) {
51
51
  key: key
52
52
  }, children);
53
53
  case 'CODE':
54
+ // eslint-disable-next-line @atlaskit/design-system/no-html-code
54
55
  return /*#__PURE__*/React.createElement("code", {
55
56
  key: key
56
57
  }, children);
@@ -49,6 +49,7 @@ function makeMarkup(fragment, key) {
49
49
  key: key
50
50
  }, children);
51
51
  case 'CODE':
52
+ // eslint-disable-next-line @atlaskit/design-system/no-html-code
52
53
  return /*#__PURE__*/React.createElement("code", {
53
54
  key: key
54
55
  }, children);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "5.5.4",
3
+ "version": "5.5.5",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/button": "^23.2.0",
33
33
  "@atlaskit/checkbox": "^17.1.0",
34
34
  "@atlaskit/datetime-picker": "^17.0.0",
35
- "@atlaskit/editor-common": "^106.3.0",
35
+ "@atlaskit/editor-common": "^106.5.0",
36
36
  "@atlaskit/editor-json-transformer": "^8.24.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^2.3.0",
38
38
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
@@ -53,14 +53,14 @@
53
53
  "@atlaskit/primitives": "^14.8.0",
54
54
  "@atlaskit/radio": "^8.1.0",
55
55
  "@atlaskit/section-message": "^8.2.0",
56
- "@atlaskit/select": "^20.6.0",
56
+ "@atlaskit/select": "^20.7.0",
57
57
  "@atlaskit/smart-user-picker": "^8.0.0",
58
58
  "@atlaskit/spinner": "^18.0.0",
59
59
  "@atlaskit/tabs": "^18.1.0",
60
60
  "@atlaskit/textarea": "^8.0.0",
61
61
  "@atlaskit/textfield": "^8.0.0",
62
62
  "@atlaskit/theme": "^18.0.0",
63
- "@atlaskit/tmp-editor-statsig": "^5.14.0",
63
+ "@atlaskit/tmp-editor-statsig": "^6.0.0",
64
64
  "@atlaskit/toggle": "^15.0.0",
65
65
  "@atlaskit/tokens": "^5.1.0",
66
66
  "@atlaskit/tooltip": "^20.3.0",