@atlaskit/editor-plugin-selection-extension 6.0.10 → 6.0.11

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-selection-extension
2
2
 
3
+ ## 6.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.10
4
10
 
5
11
  ### Patch Changes
@@ -371,7 +377,6 @@
371
377
  shared context or singletons.
372
378
 
373
379
  **HOW TO ADJUST:**
374
-
375
380
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
376
381
  any of these editor plugins.
377
382
  - 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-selection-extension",
3
- "version": "6.0.10",
3
+ "version": "6.0.11",
4
4
  "description": "editor-plugin-selection-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  ],
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
- "@atlaskit/adf-utils": "^19.24.0",
36
- "@atlaskit/editor-json-transformer": "^8.30.0",
37
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
35
+ "@atlaskit/adf-utils": "^19.25.0",
36
+ "@atlaskit/editor-json-transformer": "^8.31.0",
37
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
38
38
  "@atlaskit/editor-plugin-block-menu": "^4.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
40
40
  "@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
@@ -48,15 +48,15 @@
48
48
  "@atlaskit/icon": "^28.5.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
50
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
51
- "@atlaskit/primitives": "^15.0.0",
52
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
51
+ "@atlaskit/primitives": "^16.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "lodash": "^4.17.21",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1",
56
56
  "uuid": "^3.1.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^110.12.0",
59
+ "@atlaskit/editor-common": "^110.14.0",
60
60
  "react": "^18.2.0"
61
61
  },
62
62
  "devDependencies": {