console: fix graphiql lint error not showing

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5737
GitOrigin-RevId: d9cc4613133a888189149d4f36a25e13a6ec042c
This commit is contained in:
Nicolas Beaussart 2022-09-02 14:30:28 +02:00 committed by hasura-bot
parent bcd5851164
commit 25938c68ba
2 changed files with 983 additions and 1547 deletions

2515
console/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,6 +62,20 @@
"pre-commit": "node ./scripts/preCommit.js"
}
},
"overrides": {
"codemirror": "5.51.0",
"graphql-language-service-utils": "2.4.3",
"graphiql": {
"codemirror-graphql": {
".": "0.12.2",
"graphql-language-service-parser": "1.6.4",
"graphql-language-service-interface": {
".": "2.4.2",
"graphql-language-service-types": "1.6.3"
}
}
}
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@babel/plugin-transform-runtime": "^7.14.5",
@ -85,6 +99,7 @@
"brace": "0.11.1",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"clsx": "1.1.1",
"codemirror": "5.51.0",
"graphiql": "1.0.0-alpha.0",
"graphiql-code-exporter": "2.0.8",
"graphiql-explorer": "0.6.2",