@atlaskit/editor-plugin-insert-block 7.2.0 → 8.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": "8.0.0",
|
|
4
4
|
"description": "Insert block plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,32 +29,32 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
33
|
-
"@atlaskit/editor-plugin-block-type": "^
|
|
34
|
-
"@atlaskit/editor-plugin-code-block": "^
|
|
35
|
-
"@atlaskit/editor-plugin-connectivity": "^
|
|
36
|
-
"@atlaskit/editor-plugin-date": "^
|
|
37
|
-
"@atlaskit/editor-plugin-emoji": "^
|
|
38
|
-
"@atlaskit/editor-plugin-expand": "^
|
|
39
|
-
"@atlaskit/editor-plugin-extension": "^
|
|
40
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
41
|
-
"@atlaskit/editor-plugin-hyperlink": "^
|
|
42
|
-
"@atlaskit/editor-plugin-image-upload": "^
|
|
43
|
-
"@atlaskit/editor-plugin-layout": "^
|
|
44
|
-
"@atlaskit/editor-plugin-media": "^
|
|
45
|
-
"@atlaskit/editor-plugin-media-insert": "^
|
|
46
|
-
"@atlaskit/editor-plugin-mentions": "^
|
|
47
|
-
"@atlaskit/editor-plugin-metrics": "^
|
|
48
|
-
"@atlaskit/editor-plugin-panel": "^
|
|
49
|
-
"@atlaskit/editor-plugin-placeholder-text": "^
|
|
50
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
51
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
52
|
-
"@atlaskit/editor-plugin-rule": "^
|
|
53
|
-
"@atlaskit/editor-plugin-status": "^
|
|
54
|
-
"@atlaskit/editor-plugin-table": "^
|
|
55
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^
|
|
56
|
-
"@atlaskit/editor-plugin-toolbar": "^
|
|
57
|
-
"@atlaskit/editor-plugin-type-ahead": "^
|
|
32
|
+
"@atlaskit/editor-plugin-analytics": "^7.0.0",
|
|
33
|
+
"@atlaskit/editor-plugin-block-type": "^11.0.0",
|
|
34
|
+
"@atlaskit/editor-plugin-code-block": "^9.0.0",
|
|
35
|
+
"@atlaskit/editor-plugin-connectivity": "^7.0.0",
|
|
36
|
+
"@atlaskit/editor-plugin-date": "^9.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-emoji": "^8.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-expand": "^8.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-extension": "^10.0.0",
|
|
40
|
+
"@atlaskit/editor-plugin-feature-flags": "^6.0.0",
|
|
41
|
+
"@atlaskit/editor-plugin-hyperlink": "^9.0.0",
|
|
42
|
+
"@atlaskit/editor-plugin-image-upload": "^7.0.0",
|
|
43
|
+
"@atlaskit/editor-plugin-layout": "^7.0.0",
|
|
44
|
+
"@atlaskit/editor-plugin-media": "^9.0.0",
|
|
45
|
+
"@atlaskit/editor-plugin-media-insert": "^16.0.0",
|
|
46
|
+
"@atlaskit/editor-plugin-mentions": "^9.0.0",
|
|
47
|
+
"@atlaskit/editor-plugin-metrics": "^8.0.0",
|
|
48
|
+
"@atlaskit/editor-plugin-panel": "^9.0.0",
|
|
49
|
+
"@atlaskit/editor-plugin-placeholder-text": "^8.0.0",
|
|
50
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^8.0.0",
|
|
51
|
+
"@atlaskit/editor-plugin-quick-insert": "^7.0.0",
|
|
52
|
+
"@atlaskit/editor-plugin-rule": "^7.0.0",
|
|
53
|
+
"@atlaskit/editor-plugin-status": "^8.0.0",
|
|
54
|
+
"@atlaskit/editor-plugin-table": "^16.0.0",
|
|
55
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^10.0.0",
|
|
56
|
+
"@atlaskit/editor-plugin-toolbar": "^4.0.0",
|
|
57
|
+
"@atlaskit/editor-plugin-type-ahead": "^7.0.0",
|
|
58
58
|
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
59
59
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
60
60
|
"@atlaskit/editor-toolbar": "^0.18.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/icon-lab": "^5.13.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
66
66
|
"@atlaskit/theme": "^21.0.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^16.3.0",
|
|
68
68
|
"@atlaskit/tokens": "^9.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": "^
|
|
77
|
+
"@atlaskit/editor-common": "^111.0.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
79
79
|
"react-dom": "^18.2.0",
|
|
80
80
|
"react-intl-next": "npm:react-intl@^5.18.1"
|