@atlaskit/editor-plugin-extension 13.5.12 → 14.0.1
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 +12 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-extension",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "editor-plugin-extension plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,34 +21,34 @@
|
|
|
21
21
|
],
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/adf-schema": "^52.
|
|
24
|
+
"@atlaskit/adf-schema": "^52.16.0",
|
|
25
25
|
"@atlaskit/adf-utils": "^19.32.0",
|
|
26
|
-
"@atlaskit/analytics-next": "^11.
|
|
26
|
+
"@atlaskit/analytics-next": "^11.3.0",
|
|
27
27
|
"@atlaskit/avatar": "^25.15.0",
|
|
28
28
|
"@atlaskit/browser-apis": "^0.0.2",
|
|
29
29
|
"@atlaskit/button": "^23.11.0",
|
|
30
30
|
"@atlaskit/checkbox": "^17.3.0",
|
|
31
31
|
"@atlaskit/datetime-picker": "^17.9.0",
|
|
32
32
|
"@atlaskit/editor-json-transformer": "^8.33.0",
|
|
33
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
34
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
35
|
-
"@atlaskit/editor-plugin-context-identifier": "^
|
|
36
|
-
"@atlaskit/editor-plugin-context-panel": "^
|
|
37
|
-
"@atlaskit/editor-plugin-copy-button": "^
|
|
38
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
39
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
40
|
-
"@atlaskit/editor-plugin-mentions": "^
|
|
41
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
42
|
-
"@atlaskit/editor-plugin-width": "^
|
|
33
|
+
"@atlaskit/editor-plugin-analytics": "^11.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-connectivity": "^11.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-context-identifier": "^11.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-context-panel": "^13.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-copy-button": "^11.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-decorations": "^11.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-feature-flags": "^10.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-mentions": "^13.1.0",
|
|
41
|
+
"@atlaskit/editor-plugin-toolbar": "^8.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-width": "^12.0.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
44
44
|
"@atlaskit/editor-shared-styles": "^3.11.0",
|
|
45
45
|
"@atlaskit/editor-tables": "^2.10.0",
|
|
46
46
|
"@atlaskit/empty-state": "^10.2.0",
|
|
47
47
|
"@atlaskit/form": "^15.5.0",
|
|
48
48
|
"@atlaskit/heading": "^5.4.0",
|
|
49
|
-
"@atlaskit/icon": "^35.
|
|
49
|
+
"@atlaskit/icon": "^35.4.0",
|
|
50
50
|
"@atlaskit/link": "^3.4.0",
|
|
51
|
-
"@atlaskit/mention": "^26.
|
|
51
|
+
"@atlaskit/mention": "^26.1.0",
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
53
|
"@atlaskit/primitives": "^19.0.0",
|
|
54
54
|
"@atlaskit/radio": "^8.6.0",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@atlaskit/tabs": "^19.1.0",
|
|
60
60
|
"@atlaskit/textarea": "^8.3.0",
|
|
61
61
|
"@atlaskit/textfield": "^8.3.0",
|
|
62
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
62
|
+
"@atlaskit/tmp-editor-statsig": "^89.0.0",
|
|
63
63
|
"@atlaskit/toggle": "^16.1.0",
|
|
64
64
|
"@atlaskit/tokens": "^13.1.0",
|
|
65
|
-
"@atlaskit/tooltip": "^22.
|
|
65
|
+
"@atlaskit/tooltip": "^22.6.0",
|
|
66
66
|
"@babel/runtime": "^7.0.0",
|
|
67
67
|
"@emotion/react": "^11.7.1",
|
|
68
68
|
"bind-event-listener": "^3.0.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"uuid": "^3.1.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"@atlaskit/editor-common": "^
|
|
76
|
+
"@atlaskit/editor-common": "^115.2.0",
|
|
77
77
|
"react": "^18.2.0",
|
|
78
78
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
79
79
|
},
|