@atlaskit/editor-plugin-highlight 6.2.3 → 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 +6 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.2.3
4
10
 
5
11
  ### Patch Changes
@@ -386,7 +392,6 @@
386
392
  shared context or singletons.
387
393
 
388
394
  **HOW TO ADJUST:**
389
-
390
395
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
391
396
  any of these editor plugins.
392
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.3",
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",
@@ -50,13 +50,13 @@
50
50
  "@atlaskit/icon": "^28.5.0",
51
51
  "@atlaskit/platform-feature-flags": "^1.1.0",
52
52
  "@atlaskit/primitives": "^15.0.0",
53
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
54
- "@atlaskit/tokens": "^6.5.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.12.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
  },