[x] Chore (a non-breaking change which is related to package maintenance)
[ ] Bug fix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
This PR restructures the project to not use workspaces. This may be restored in the future to enable the example project to link to the local version of @prismicio/next.
This PR also refreshes the example project to use the latest versions of all packages and best practices.
Checklist:
[ ] My change requires an update to the official documentation.
[x] All TSDoc comments are up-to-date and new ones have been added where necessary.
Types of changes
Description
This PR restructures the project to not use workspaces. This may be restored in the future to enable the example project to link to the local version of
@prismicio/next
.This PR also refreshes the example project to use the latest versions of all packages and best practices.
Checklist:
🐧