@atlaskit/editor-plugin-media 1.44.10 → 1.44.12
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 +28 -28
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-media",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.12",
|
|
4
4
|
"description": "Media plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,43 +33,43 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
36
|
-
"@atlaskit/analytics-namespaced-context": "^6.
|
|
37
|
-
"@atlaskit/analytics-next": "^10.
|
|
38
|
-
"@atlaskit/button": "^20.
|
|
39
|
-
"@atlaskit/editor-common": "^99.
|
|
40
|
-
"@atlaskit/editor-palette": "1.
|
|
36
|
+
"@atlaskit/analytics-namespaced-context": "^6.13.0",
|
|
37
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
38
|
+
"@atlaskit/button": "^20.4.0",
|
|
39
|
+
"@atlaskit/editor-common": "^99.7.0",
|
|
40
|
+
"@atlaskit/editor-palette": "1.7.0",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^1.11.0",
|
|
42
|
-
"@atlaskit/editor-plugin-annotation": "1.
|
|
42
|
+
"@atlaskit/editor-plugin-annotation": "1.27.1",
|
|
43
43
|
"@atlaskit/editor-plugin-connectivity": "^1.1.0",
|
|
44
|
-
"@atlaskit/editor-plugin-decorations": "^1.
|
|
45
|
-
"@atlaskit/editor-plugin-editor-disabled": "^1.
|
|
44
|
+
"@atlaskit/editor-plugin-decorations": "^1.4.0",
|
|
45
|
+
"@atlaskit/editor-plugin-editor-disabled": "^1.4.0",
|
|
46
46
|
"@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
|
|
47
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^1.
|
|
47
|
+
"@atlaskit/editor-plugin-floating-toolbar": "^1.16.0",
|
|
48
48
|
"@atlaskit/editor-plugin-focus": "^1.4.0",
|
|
49
|
-
"@atlaskit/editor-plugin-grid": "^1.
|
|
50
|
-
"@atlaskit/editor-plugin-guideline": "^1.
|
|
49
|
+
"@atlaskit/editor-plugin-grid": "^1.3.0",
|
|
50
|
+
"@atlaskit/editor-plugin-guideline": "^1.3.0",
|
|
51
51
|
"@atlaskit/editor-plugin-selection": "^1.6.0",
|
|
52
52
|
"@atlaskit/editor-plugin-width": "^2.0.0",
|
|
53
53
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
54
54
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
55
55
|
"@atlaskit/editor-tables": "^2.8.0",
|
|
56
|
-
"@atlaskit/form": "^11.
|
|
57
|
-
"@atlaskit/icon": "^23.
|
|
58
|
-
"@atlaskit/media-card": "^78.
|
|
59
|
-
"@atlaskit/media-client": "^31.
|
|
60
|
-
"@atlaskit/media-client-react": "^
|
|
61
|
-
"@atlaskit/media-common": "^11.
|
|
62
|
-
"@atlaskit/media-filmstrip": "^48.
|
|
63
|
-
"@atlaskit/media-picker": "^67.
|
|
64
|
-
"@atlaskit/media-ui": "^27.
|
|
65
|
-
"@atlaskit/media-viewer": "^50.
|
|
66
|
-
"@atlaskit/platform-feature-flags": "^0.
|
|
67
|
-
"@atlaskit/primitives": "^13.
|
|
68
|
-
"@atlaskit/textfield": "^6.
|
|
69
|
-
"@atlaskit/theme": "^14.
|
|
56
|
+
"@atlaskit/form": "^11.1.0",
|
|
57
|
+
"@atlaskit/icon": "^23.6.0",
|
|
58
|
+
"@atlaskit/media-card": "^78.19.0",
|
|
59
|
+
"@atlaskit/media-client": "^31.1.0",
|
|
60
|
+
"@atlaskit/media-client-react": "^3.0.0",
|
|
61
|
+
"@atlaskit/media-common": "^11.8.0",
|
|
62
|
+
"@atlaskit/media-filmstrip": "^48.2.0",
|
|
63
|
+
"@atlaskit/media-picker": "^67.1.0",
|
|
64
|
+
"@atlaskit/media-ui": "^27.4.0",
|
|
65
|
+
"@atlaskit/media-viewer": "^50.1.0",
|
|
66
|
+
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
67
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
68
|
+
"@atlaskit/textfield": "^6.8.0",
|
|
69
|
+
"@atlaskit/theme": "^14.1.0",
|
|
70
70
|
"@atlaskit/tmp-editor-statsig": "^2.41.0",
|
|
71
|
-
"@atlaskit/tokens": "^3.
|
|
72
|
-
"@atlaskit/tooltip": "^19.
|
|
71
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
72
|
+
"@atlaskit/tooltip": "^19.1.0",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|
|
74
74
|
"@emotion/react": "^11.7.1",
|
|
75
75
|
"bind-event-listener": "^3.0.0",
|