victorgarciaesgi / nuxt-typed-router

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

Update dependency on Prettier to version 3.0.0 #104

Closed kumimaru2002 closed 1 year ago

kumimaru2002 commented 1 year ago

Describe the bug nuxt-typed-router depends on prettier version 2.8.8, which causes conflicts with projects that use prettier version 3.0.0.

Expected behavior nuxt-typed-router should update its dependency on prettier to version 3.0.0 to prevent conflicts with projects that use the latest version of prettier.

Screenshots

Environnement infos

Your pages folder structure

Your nuxt.config.ts

kumimaru2002 commented 1 year ago

Open Pull Request https://github.com/victorgarciaesgi/nuxt-typed-router/pull/105