-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix: bump to next 14 in peer deps #488
Conversation
|
@KATT is attempting to deploy a commit to the sofn Team on Vercel. A member of the Team first needs to authorize it. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: next@13.5.6 |
@@ -42,7 +42,7 @@ | |||
"node-mocks-http": "^1.11.0" | |||
}, | |||
"peerDependencies": { | |||
"next": "^12.0.0 || ^13.0.0", | |||
"next": "^12.0.0 || ^13.0.0 || ^14.0.0", |
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.
I kinda think this could be
"next": "^12.0.0 || ^13.0.0 || ^14.0.0", | |
"next": ">= 12.0.0", |
They're pretty good at backwards compat and likely won't drop the /pages
-router for a long time
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Merging this now and will fix tests and release today. Thank you! |
Describe your changes
Bump to next 14 peer deps
Issue link
Checklist before requesting a review