@atlaskit/editor-plugin-code-block-advanced 12.0.7 → 12.0.8
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
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-code-block-advanced",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.8",
|
|
4
4
|
"description": "CodeBlockAdvanced plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
24
24
|
"@atlaskit/code": "^18.0.0",
|
|
25
25
|
"@atlaskit/editor-plugin-analytics": "^12.0.0",
|
|
26
|
-
"@atlaskit/editor-plugin-code-block": "^14.
|
|
26
|
+
"@atlaskit/editor-plugin-code-block": "^14.1.0",
|
|
27
27
|
"@atlaskit/editor-plugin-editor-disabled": "^12.0.0",
|
|
28
28
|
"@atlaskit/editor-plugin-find-replace": "^12.0.0",
|
|
29
29
|
"@atlaskit/editor-plugin-selection": "^12.0.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
33
33
|
"@atlaskit/prosemirror-history": "^1.0.0",
|
|
34
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
35
|
-
"@atlaskit/tokens": "^
|
|
34
|
+
"@atlaskit/tmp-editor-statsig": "^110.0.0",
|
|
35
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@codemirror/autocomplete": "6.18.4",
|
|
38
38
|
"@codemirror/commands": "6.7.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"codemirror-lang-elixir": "4.0.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@atlaskit/editor-common": "^116.
|
|
52
|
+
"@atlaskit/editor-common": "^116.11.0",
|
|
53
53
|
"react": "^18.2.0",
|
|
54
54
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
55
55
|
},
|
|
@@ -105,6 +105,6 @@
|
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"react": "^18.2.0",
|
|
108
|
-
"react-intl": "^
|
|
108
|
+
"react-intl": "^7.0.0"
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -4,7 +4,6 @@ import type { EditorView as CodeMirror, DecorationSet, ViewUpdate } from '@codem
|
|
|
4
4
|
|
|
5
5
|
import type { EditorView, Decoration, DecorationSource } from '@atlaskit/editor-prosemirror/view';
|
|
6
6
|
|
|
7
|
-
|
|
8
7
|
class PMWidget extends WidgetType {
|
|
9
8
|
constructor(readonly toDOMElement: HTMLElement) {
|
|
10
9
|
super();
|