victorgarciaesgi / nuxt-typed-router

🚦Provide autocompletion and typecheck to Nuxt router
https://nuxt-typed-router.vercel.app
MIT License
354 stars 12 forks source link

Update dependency on Prettier to version 3.0.0 #105

Closed kumimaru2002 closed 1 year ago

kumimaru2002 commented 1 year ago

This Pull Request updates the dependency on prettier to version 3.0.0.

I encountered an issue when using nuxt-typed-router with prettier version 3.0.0. I found that nuxt-typed-router depends on prettier version 2.8.8, which caused conflicts with my project's dependencies.

I was able to temporarily resolve the issue by manually updating the prettier version in the nuxt-typed-router package to 3.0.0, and everything worked as expected.

This Pull Request updates the dependency on prettier to version 3.0.0 in the nuxt-typed-router package to prevent this issue from happening in the future.

Thank you.

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @victorgarciaesgi on Vercel.

@victorgarciaesgi first needs to authorize it.

kumimaru2002 commented 1 year ago

ummm... After various tests, it seems that there may be other causes, so we are going to close it.