chore: was missing one other dependency

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-04-12 14:41:07 +02:00
parent a4c85bd0e3
commit 02e9f01304
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ You can fix it by adding the following to the root `package.json`.
```json
...
"resolutions": {
"graphql-language-service-interface": "2.8.2"
"graphql-language-service-interface": "2.8.2",
"graphql-language-service-parser": "1.9.0"
},
...
```
+2 -1
View File
@@ -39,7 +39,8 @@
"**/@roadiehq/**/@backstage/core": "*",
"**/@roadiehq/**/@backstage/plugin-catalog": "*",
"**/@roadiehq/**/@backstage/catalog-model": "*",
"graphql-language-service-interface": "2.8.2"
"graphql-language-service-interface": "2.8.2",
"graphql-language-service-parser": "1.9.0"
},
"version": "1.0.0",
"devDependencies": {
@@ -23,7 +23,8 @@
"remove-plugin": "backstage-cli remove-plugin"
},
"resolutions": {
"graphql-language-service-interface": "2.8.2"
"graphql-language-service-interface": "2.8.2",
"graphql-language-service-parser": "1.9.0"
},
"workspaces": {
"packages": [