During the prisma/prisma 2.29.1 patch release we randomly found out that we needed to override Studio's dependency because they are not pinned.
prisma/orm@88a9abe
We could totally have miss that if there was no breaking change introduced on a more recent dev version when we did the release.
It seems that Studio was pinning the versions before and stopped after 2.27.0
https://github.com/prisma/studio-code/commit/1b5dd7a8073401fbf55086a5c66b43fd4bc89233#diff-34be044c758fdb7c9dced6a2c56893d0ead78ae7b40869576f02d120e9ff0456
Is there a specific reason that needed us to unpin?
Happy to send a PR.
During the
prisma/prisma2.29.1patch release we randomly found out that we needed to override Studio's dependency because they are not pinned.prisma/orm@88a9abe
We could totally have miss that if there was no breaking change introduced on a more recent dev version when we did the release.
It seems that Studio was pinning the versions before and stopped after
2.27.0https://github.com/prisma/studio-code/commit/1b5dd7a8073401fbf55086a5c66b43fd4bc89233#diff-34be044c758fdb7c9dced6a2c56893d0ead78ae7b40869576f02d120e9ff0456
Is there a specific reason that needed us to unpin?
Happy to send a PR.