@atlaskit/editor-plugin-annotation 2.9.2 → 2.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-annotation",
3
- "version": "2.9.2",
3
+ "version": "2.9.4",
4
4
  "description": "Annotation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^47.6.0",
35
- "@atlaskit/analytics-next": "^11.0.0",
36
- "@atlaskit/editor-common": "^106.0.0",
35
+ "@atlaskit/analytics-next": "^11.1.0",
36
+ "@atlaskit/editor-common": "^106.1.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^2.3.0",
38
38
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode-effects": "^2.0.0",
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/icon": "^26.4.0",
43
43
  "@atlaskit/onboarding": "^14.2.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/tmp-editor-statsig": "^5.5.0",
45
+ "@atlaskit/tmp-editor-statsig": "^5.8.0",
46
46
  "@babel/runtime": "^7.0.0"
47
47
  },
48
48
  "peerDependencies": {
@@ -97,9 +97,6 @@
97
97
  "platform_editor_comments_api_manager": {
98
98
  "type": "boolean"
99
99
  },
100
- "platform_editor_comments_api_manager_select": {
101
- "type": "boolean"
102
- },
103
100
  "editor_inline_comments_on_inline_nodes": {
104
101
  "type": "boolean"
105
102
  },
@@ -118,6 +115,9 @@
118
115
  "platform_editor_listen_for_focussed_query_param": {
119
116
  "type": "boolean"
120
117
  },
118
+ "cc_comments_track_view_inline_comment_action": {
119
+ "type": "boolean"
120
+ },
121
121
  "confluence_frontend_handle_annotation_error": {
122
122
  "type": "boolean"
123
123
  },