apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
786 stars 62 forks source link

Allow next@^10.0.0 #13

Closed briangonzalez closed 3 years ago

apal21 commented 3 years ago

Hey @briangonzalez,

Thanks for the PR. In past, I've seen issues that just updating the peerDependancies causes a lot of issues. For that, we need to update the next version as well. Which ensures backward compatibility. This is already handled in the latest release. Let me know if you find any bugs or something. Closing this PR for now.

Thanks