chore: update @uiw/react-codemirror

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-04-22 10:52:01 +02:00
committed by Phil Kuang
parent ace230b599
commit 0e9f602ee0
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -50,15 +50,15 @@
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@codemirror/legacy-modes": "^0.20.0",
"@codemirror/language": "^0.20.0",
"@codemirror/panel": "^0.19.1",
"@codemirror/stream-parser": "^0.19.6",
"@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.5.1",
"@uiw/react-codemirror": "^4.6.0",
"classnames": "^2.2.6",
"git-url-parse": "^11.6.0",
"humanize-duration": "^3.25.1",
@@ -26,7 +26,8 @@ import {
import { JsonObject } from '@backstage/types';
import { yaml as yamlSupport } from '@codemirror/legacy-modes/mode/yaml';
import { showPanel } from '@codemirror/panel';
import { StreamLanguage } from '@codemirror/stream-parser';
import { StreamLanguage } from '@codemirror/language';
import {
FormControl,
Grid,