1921f70aa7
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
453 B
453 B
@backstage/create-app
| @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.
"resolutions": {
"graphql-language-service-interface": "2.8.2",
"graphql-language-service-parser": "1.9.0"
},