Merge pull request #7920 from backstage/freben/drop-overrides

revert the graphql package pinning
This commit is contained in:
Ben Lambert
2021-11-09 15:37:12 +01:00
committed by GitHub
4 changed files with 38 additions and 25 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/create-app': patch
---
Removed the version pinning of the packages `graphql-language-service-interface` and `graphql-language-service-parser`. This should no longer be necessary.
You can apply the same change in your repository by ensuring that the following does _NOT_ appear in your root `package.json`.
```json
"resolutions": {
"graphql-language-service-interface": "2.8.2",
"graphql-language-service-parser": "1.9.0"
},
```