Closed angeloashmore closed 1 year ago
This PR updates all dependencies except typescript. msw's peer dependencies only allow typescript@<=5.0, which is less than the latest 5.1.
typescript
msw
typescript@<=5.0
5.1
As a side-effect, it fixes CI by updating the version of @prismicio/client installed transitively by @prismicio/mock.
@prismicio/client
@prismicio/mock
Types of changes
Description
This PR updates all dependencies except
typescript
.msw
's peer dependencies only allowtypescript@<=5.0
, which is less than the latest5.1
.As a side-effect, it fixes CI by updating the version of
@prismicio/client
installed transitively by@prismicio/mock
.Checklist: