-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all dependencies #206
Conversation
This pull request is automatically deployed with Now. |
Rip builds :( looks like this is a problem in the Next.js 8 CLI. I filed vercel/next.js#6263, hopefully this can be fixed soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per this comment, we can convert next build build
to next build ./build
to get around this for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 📦 🚢
This bumps all dependencies to their latest versions. Had to regenerate the
package-lock.json
to update to Next.js 8 properly. I tested everything after each commit, and everything appears to still be working great.