@atlaskit/editor-plugin-code-block 9.0.2 → 9.0.4

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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-code-block
2
2
 
3
+ ## 9.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.0.2
4
16
 
5
17
  ### Patch Changes
@@ -185,6 +185,7 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig() {
185
185
  * @param rawInput
186
186
  * @example
187
187
  */
188
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
188
189
  var languageListFilter = exports.languageListFilter = function languageListFilter(option, rawInput) {
189
190
  // Ignored via go/ees005
190
191
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -158,6 +158,7 @@ export const getToolbarConfig = (allowCopyToClipboard = false, api, overrideLang
158
158
  * @param rawInput
159
159
  * @example
160
160
  */
161
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
161
162
  export const languageListFilter = (option, rawInput) => {
162
163
  // Ignored via go/ees005
163
164
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -176,6 +176,7 @@ export var getToolbarConfig = function getToolbarConfig() {
176
176
  * @param rawInput
177
177
  * @example
178
178
  */
179
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
179
180
  export var languageListFilter = function languageListFilter(option, rawInput) {
180
181
  // Ignored via go/ees005
181
182
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-code-block",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
4
4
  "description": "Code block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,19 +35,19 @@
35
35
  "@atlaskit/editor-plugin-decorations": "^7.0.0",
36
36
  "@atlaskit/editor-plugin-editor-disabled": "^7.0.0",
37
37
  "@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
38
- "@atlaskit/editor-plugin-interaction": "^12.0.0",
38
+ "@atlaskit/editor-plugin-interaction": "^13.0.0",
39
39
  "@atlaskit/editor-plugin-selection": "^7.0.0",
40
- "@atlaskit/editor-plugin-toolbar": "^4.0.0",
40
+ "@atlaskit/editor-plugin-toolbar": "^4.1.0",
41
41
  "@atlaskit/editor-prosemirror": "^7.2.0",
42
42
  "@atlaskit/editor-toolbar": "^0.19.0",
43
- "@atlaskit/icon": "^29.4.0",
43
+ "@atlaskit/icon": "^30.0.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
46
- "@atlaskit/tmp-editor-statsig": "^16.11.0",
46
+ "@atlaskit/tmp-editor-statsig": "^16.30.0",
47
47
  "@babel/runtime": "^7.0.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@atlaskit/editor-common": "^111.7.0",
50
+ "@atlaskit/editor-common": "^111.8.0",
51
51
  "react": "^18.2.0",
52
52
  "react-intl-next": "npm:react-intl@^5.18.1"
53
53
  },