@atlaskit/editor-plugin-highlight 18.0.6 → 18.0.8

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-highlight
2
2
 
3
+ ## 18.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 18.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 18.0.6
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.1 */
1
+ /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.2 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.1 */
1
+ /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.2 */
2
2
  import "./HighlightColorMenuItem.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.1 */
1
+ /* HighlightColorMenuItem.tsx generated by @compiled/babel-plugin v3.0.2 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import "./HighlightColorMenuItem.compiled.css";
4
4
  import * as React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "18.0.6",
3
+ "version": "18.0.8",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -42,13 +42,13 @@
42
42
  "@atlaskit/platform-feature-experiments": "^0.3.0",
43
43
  "@atlaskit/platform-feature-flags": "^2.2.0",
44
44
  "@atlaskit/primitives": "^22.5.0",
45
- "@atlaskit/tmp-editor-statsig": "^194.0.0",
46
- "@atlaskit/tokens": "^16.12.0",
45
+ "@atlaskit/tmp-editor-statsig": "^196.0.0",
46
+ "@atlaskit/tokens": "^17.0.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },
50
50
  "peerDependencies": {
51
- "@atlaskit/editor-common": "^122.6.0",
51
+ "@atlaskit/editor-common": "^122.7.0",
52
52
  "react": "^18.2.0 || ^19.2.0",
53
53
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
54
54
  },