-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: upgrade next to fix warnings #415
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
package.json
Outdated
@@ -30,10 +30,11 @@ | |||
"husky": "^9.1.6", | |||
"is-ci": "^3.0.1", | |||
"lint-staged": "15.2.10", | |||
"next": "^14.2.15", |
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.
You should also put it to the resolutions
section
@@ -41,7 +41,7 @@ | |||
"lodash": "4.17.21", | |||
"make-plural": "^7.1.0", | |||
"memoizee": "^0.4.15", | |||
"next": "^13.5.6", | |||
"next": "*", |
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.
You should also put it to the peerDependencies
section
This warning is being printed every time in development mode.
Seems it’s been fixed in 14.2.4: vercel/next.js#65161
The upgrade caused issues with "@lingui/swc-plugin"