Files
backstage/.changeset/seven-zoos-sparkle.md
T
Fredrik Adelöw 1921f70aa7 revert the graphql package pinning
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-09 14:50:21 +01:00

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