@atlaskit/editor-plugin-insert-block 18.1.2 → 19.0.0
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 +6 -0
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-insert-block",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,33 +23,33 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
25
25
|
"@atlaskit/css": "^1.1.0",
|
|
26
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
27
|
-
"@atlaskit/editor-plugin-block-type": "^
|
|
28
|
-
"@atlaskit/editor-plugin-code-block": "^
|
|
29
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
30
|
-
"@atlaskit/editor-plugin-date": "^
|
|
31
|
-
"@atlaskit/editor-plugin-emoji": "^
|
|
32
|
-
"@atlaskit/editor-plugin-expand": "^
|
|
33
|
-
"@atlaskit/editor-plugin-extension": "^
|
|
34
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
35
|
-
"@atlaskit/editor-plugin-hyperlink": "^
|
|
36
|
-
"@atlaskit/editor-plugin-image-upload": "^
|
|
37
|
-
"@atlaskit/editor-plugin-layout": "^
|
|
38
|
-
"@atlaskit/editor-plugin-media": "^
|
|
39
|
-
"@atlaskit/editor-plugin-media-insert": "^
|
|
40
|
-
"@atlaskit/editor-plugin-mentions": "^
|
|
41
|
-
"@atlaskit/editor-plugin-metrics": "^
|
|
42
|
-
"@atlaskit/editor-plugin-panel": "^
|
|
43
|
-
"@atlaskit/editor-plugin-placeholder-text": "^
|
|
44
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
45
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
46
|
-
"@atlaskit/editor-plugin-rule": "^
|
|
47
|
-
"@atlaskit/editor-plugin-status": "^
|
|
48
|
-
"@atlaskit/editor-plugin-table": "^
|
|
49
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^
|
|
50
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
51
|
-
"@atlaskit/editor-plugin-type-ahead": "^
|
|
52
|
-
"@atlaskit/editor-plugin-ui-control-registry": "^
|
|
26
|
+
"@atlaskit/editor-plugin-analytics": "^18.0.0",
|
|
27
|
+
"@atlaskit/editor-plugin-block-type": "^22.0.0",
|
|
28
|
+
"@atlaskit/editor-plugin-code-block": "^20.0.0",
|
|
29
|
+
"@atlaskit/editor-plugin-connectivity": "^18.0.0",
|
|
30
|
+
"@atlaskit/editor-plugin-date": "^20.0.0",
|
|
31
|
+
"@atlaskit/editor-plugin-emoji": "^19.0.0",
|
|
32
|
+
"@atlaskit/editor-plugin-expand": "^19.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-extension": "^21.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-feature-flags": "^17.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-hyperlink": "^20.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-image-upload": "^18.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-layout": "^19.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-media": "^20.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-media-insert": "^33.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-mentions": "^20.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-metrics": "^19.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-panel": "^20.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-placeholder-text": "^19.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^19.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-quick-insert": "^18.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-rule": "^18.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-status": "^19.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-table": "^30.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^21.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-toolbar": "^15.0.0",
|
|
51
|
+
"@atlaskit/editor-plugin-type-ahead": "^19.0.0",
|
|
52
|
+
"@atlaskit/editor-plugin-ui-control-registry": "^12.0.0",
|
|
53
53
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
54
54
|
"@atlaskit/editor-shared-styles": "^4.2.0",
|
|
55
55
|
"@atlaskit/editor-toolbar": "^2.6.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react-virtualized": "^9.22.6"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@atlaskit/editor-common": "^
|
|
75
|
+
"@atlaskit/editor-common": "^122.0.0",
|
|
76
76
|
"react": "^18.2.0 || ^19.2.0",
|
|
77
77
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
78
78
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|