Merge pull request #11089 from kuangp/renovate/codemirror
Update codemirror deps
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Updated dependency `graphiql` to `^1.8.8`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated dependency `@codemirror/legacy-modes` to `^0.20.0`.
|
||||
@@ -43,7 +43,7 @@
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"graphiql": "^1.5.12",
|
||||
"graphiql": "^1.8.8",
|
||||
"graphql": "^16.0.0",
|
||||
"isomorphic-form-data": "^2.0.0",
|
||||
"react-router": "6.0.0-beta.0",
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
"@backstage/catalog-model": "^1.0.1",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"graphql-modules": "^2.0.0",
|
||||
"apollo-server": "^3.0.0",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-modules": "^2.0.0",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"graphql-type-json": "^0.3.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
@@ -49,11 +49,10 @@
|
||||
"@backstage/cli": "^0.17.1-next.0",
|
||||
"@backstage/test-utils": "^1.0.2-next.0",
|
||||
"@graphql-codegen/cli": "^2.3.1",
|
||||
"@graphql-codegen/graphql-modules-preset": "^2.3.2",
|
||||
"@graphql-codegen/typescript": "^2.4.2",
|
||||
"@graphql-codegen/typescript-resolvers": "^2.4.3",
|
||||
"@graphql-codegen/graphql-modules-preset": "^2.3.2",
|
||||
"@graphql-tools/schema": "^8.3.1",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
"msw": "^0.35.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -38,13 +38,13 @@
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/plugin-catalog-graphql": "^0.3.8",
|
||||
"@graphql-tools/schema": "^8.3.1",
|
||||
"graphql-modules": "^2.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"apollo-server": "^3.0.0",
|
||||
"apollo-server-express": "^3.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-modules": "^2.0.0",
|
||||
"helmet": "^5.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"winston": "^3.2.1",
|
||||
@@ -53,7 +53,6 @@
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.1-next.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"eslint-plugin-graphql": "^4.0.0",
|
||||
"msw": "^0.35.0",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
@@ -49,16 +49,16 @@
|
||||
"@backstage/plugin-scaffolder-common": "^1.0.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@codemirror/legacy-modes": "^0.19.0",
|
||||
"@codemirror/panel": "^0.19.1",
|
||||
"@codemirror/stream-parser": "^0.19.6",
|
||||
"@codemirror/legacy-modes": "^0.20.0",
|
||||
"@codemirror/language": "^0.20.0",
|
||||
"@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.5.1",
|
||||
"@uiw/react-codemirror": "^4.7.0",
|
||||
"classnames": "^2.2.6",
|
||||
"git-url-parse": "^11.6.0",
|
||||
"humanize-duration": "^3.25.1",
|
||||
|
||||
@@ -25,8 +25,9 @@ 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 { StreamLanguage } from '@codemirror/stream-parser';
|
||||
import { showPanel } from '@codemirror/view';
|
||||
import { StreamLanguage } from '@codemirror/language';
|
||||
|
||||
import {
|
||||
FormControl,
|
||||
Grid,
|
||||
|
||||
Reference in New Issue
Block a user