Skip to content
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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

DanielSchiavini
Copy link
Contributor

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"

image

Copy link

vercel bot commented Oct 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
curve-dapp ❌ Failed (Inspect) Oct 24, 2024 11:05am
curve-dapp-crvusd ❌ Failed (Inspect) Oct 24, 2024 11:05am
curve-dapp-lend ❌ Failed (Inspect) Oct 24, 2024 11:05am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
curve-dapp-dao ⬜️ Ignored (Inspect) Visit Preview Oct 24, 2024 11:05am
curve-dapp-storybook ⬜️ Ignored (Inspect) Visit Preview Oct 24, 2024 11:05am

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",
Copy link
Contributor

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": "*",
Copy link
Contributor

@ignromanov ignromanov Oct 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants