graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

return to pinning `dependencies` in `vcode-graphql`

Open acao opened this issue 3 years ago • 0 comments

I'm noticing @divyenduz 's original vscode-graphql package.json had pinned dependencies and I think I understand why. ^ versions when you're shipping shared libraries work pretty great. But for end consuming clients that have to ship a fixed bundle? And can't benefit from patch updates? Pin the dependencies to reduce the unnecessary surprises 😬 😆 !

Originally posted by @acao in https://github.com/graphql/graphiql/issues/2658#issuecomment-1212466000

acao avatar Aug 11 '22 20:08 acao