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"
},
...
```