@atlaskit/editor-plugin-insert-block 11.3.0 → 11.3.2
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 +19 -19
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.2",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
33
|
-
"@atlaskit/editor-plugin-analytics": "^10.
|
|
34
|
-
"@atlaskit/editor-plugin-block-type": "^14.
|
|
35
|
-
"@atlaskit/editor-plugin-code-block": "^12.
|
|
36
|
-
"@atlaskit/editor-plugin-connectivity": "^10.
|
|
33
|
+
"@atlaskit/editor-plugin-analytics": "^10.1.0",
|
|
34
|
+
"@atlaskit/editor-plugin-block-type": "^14.1.0",
|
|
35
|
+
"@atlaskit/editor-plugin-code-block": "^12.1.0",
|
|
36
|
+
"@atlaskit/editor-plugin-connectivity": "^10.1.0",
|
|
37
37
|
"@atlaskit/editor-plugin-date": "^12.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-emoji": "^11.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-expand": "^11.2.0",
|
|
40
|
-
"@atlaskit/editor-plugin-extension": "^13.
|
|
40
|
+
"@atlaskit/editor-plugin-extension": "^13.5.0",
|
|
41
41
|
"@atlaskit/editor-plugin-feature-flags": "^9.1.0",
|
|
42
42
|
"@atlaskit/editor-plugin-hyperlink": "^12.1.0",
|
|
43
43
|
"@atlaskit/editor-plugin-image-upload": "^10.1.0",
|
|
44
|
-
"@atlaskit/editor-plugin-layout": "^10.
|
|
45
|
-
"@atlaskit/editor-plugin-media": "^12.
|
|
44
|
+
"@atlaskit/editor-plugin-layout": "^10.3.0",
|
|
45
|
+
"@atlaskit/editor-plugin-media": "^12.7.0",
|
|
46
46
|
"@atlaskit/editor-plugin-media-insert": "^23.3.0",
|
|
47
47
|
"@atlaskit/editor-plugin-mentions": "^12.2.0",
|
|
48
48
|
"@atlaskit/editor-plugin-metrics": "^11.1.0",
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"@atlaskit/editor-plugin-primary-toolbar": "^11.1.0",
|
|
52
52
|
"@atlaskit/editor-plugin-quick-insert": "^10.4.0",
|
|
53
53
|
"@atlaskit/editor-plugin-rule": "^10.1.0",
|
|
54
|
-
"@atlaskit/editor-plugin-status": "^11.
|
|
55
|
-
"@atlaskit/editor-plugin-table": "^22.
|
|
56
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^13.
|
|
57
|
-
"@atlaskit/editor-plugin-toolbar": "^7.
|
|
58
|
-
"@atlaskit/editor-plugin-type-ahead": "^10.
|
|
54
|
+
"@atlaskit/editor-plugin-status": "^11.1.0",
|
|
55
|
+
"@atlaskit/editor-plugin-table": "^22.4.0",
|
|
56
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^13.2.0",
|
|
57
|
+
"@atlaskit/editor-plugin-toolbar": "^7.3.0",
|
|
58
|
+
"@atlaskit/editor-plugin-type-ahead": "^10.1.0",
|
|
59
59
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
60
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
61
|
-
"@atlaskit/editor-toolbar": "^1.
|
|
62
|
-
"@atlaskit/editor-toolbar-model": "^0.
|
|
63
|
-
"@atlaskit/emoji": "^70.
|
|
60
|
+
"@atlaskit/editor-shared-styles": "^3.11.0",
|
|
61
|
+
"@atlaskit/editor-toolbar": "^1.5.0",
|
|
62
|
+
"@atlaskit/editor-toolbar-model": "^0.5.0",
|
|
63
|
+
"@atlaskit/emoji": "^70.7.0",
|
|
64
64
|
"@atlaskit/icon": "^34.5.0",
|
|
65
65
|
"@atlaskit/icon-lab": "^6.9.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^81.0.0",
|
|
68
68
|
"@atlaskit/tokens": "^13.0.0",
|
|
69
69
|
"@babel/runtime": "^7.0.0",
|
|
70
70
|
"@emotion/react": "^11.7.1",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"react-virtualized": "^9.22.6"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@atlaskit/editor-common": "^114.
|
|
77
|
+
"@atlaskit/editor-common": "^114.32.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
79
79
|
"react-dom": "^18.2.0",
|
|
80
80
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|