chore(deps): update codemirror deps

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2022-04-25 12:29:56 -04:00
parent 0e9f602ee0
commit 2c279df4eb
5 changed files with 88 additions and 263 deletions
+2 -2
View File
@@ -51,14 +51,14 @@
"@backstage/types": "^1.0.0",
"@codemirror/legacy-modes": "^0.20.0",
"@codemirror/language": "^0.20.0",
"@codemirror/panel": "^0.19.1",
"@codemirror/view": "^0.20.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@rjsf/core": "^3.2.1",
"@rjsf/material-ui": "^3.2.1",
"@types/json-schema": "^7.0.9",
"@uiw/react-codemirror": "^4.6.0",
"@uiw/react-codemirror": "^4.7.0",
"classnames": "^2.2.6",
"git-url-parse": "^11.6.0",
"humanize-duration": "^3.25.1",
@@ -25,7 +25,7 @@ import {
} from '@backstage/plugin-catalog-react';
import { JsonObject } from '@backstage/types';
import { yaml as yamlSupport } from '@codemirror/legacy-modes/mode/yaml';
import { showPanel } from '@codemirror/panel';
import { showPanel } from '@codemirror/view';
import { StreamLanguage } from '@codemirror/language';
import {