@atlaskit/editor-plugin-highlight 6.2.2 → 6.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.2.2
4
16
 
5
17
  ### Patch Changes
@@ -380,7 +392,6 @@
380
392
  shared context or singletons.
381
393
 
382
394
  **HOW TO ADJUST:**
383
-
384
395
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
385
396
  any of these editor plugins.
386
397
  - Ensure the version you install matches the version required by the plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "6.2.2",
3
+ "version": "6.2.4",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^51.2.0",
36
36
  "@atlaskit/button": "^23.5.0",
37
- "@atlaskit/css": "^0.14.0",
37
+ "@atlaskit/css": "^0.15.0",
38
38
  "@atlaskit/editor-palette": "^2.1.0",
39
39
  "@atlaskit/editor-plugin-analytics": "^6.1.0",
40
40
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
41
41
  "@atlaskit/editor-plugin-selection-toolbar": "^7.0.0",
42
42
  "@atlaskit/editor-plugin-text-formatting": "^6.0.0",
43
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
43
+ "@atlaskit/editor-plugin-toolbar": "^3.3.0",
44
44
  "@atlaskit/editor-prosemirror": "7.0.0",
45
45
  "@atlaskit/editor-shared-styles": "^3.7.0",
46
46
  "@atlaskit/editor-tables": "^2.9.0",
@@ -49,14 +49,14 @@
49
49
  "@atlaskit/heading": "^5.2.0",
50
50
  "@atlaskit/icon": "^28.5.0",
51
51
  "@atlaskit/platform-feature-flags": "^1.1.0",
52
- "@atlaskit/primitives": "^14.15.0",
53
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
54
- "@atlaskit/tokens": "^6.4.0",
52
+ "@atlaskit/primitives": "^15.0.0",
53
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
54
+ "@atlaskit/tokens": "^7.0.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "@emotion/react": "^11.7.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^110.10.0",
59
+ "@atlaskit/editor-common": "^110.13.0",
60
60
  "react": "^18.2.0",
61
61
  "react-intl-next": "npm:react-intl@^5.18.1"
62
62
  },