Closed mohitb35 closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
donate-with-planet | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Mar 27, 2023 at 7:03AM (UTC) |
Functionality works correctly for me.
I get this warning running npm run lint
:
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0
YOUR TYPESCRIPT VERSION: 4.9.5
Please only submit bug reports when using the officially supported version.
This won't happen if upgrading @typescript-eslint, but I think upgrading TypeScript should be another pull request.
I get this warning running
npm run lint
:WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0 YOUR TYPESCRIPT VERSION: 4.9.5 Please only submit bug reports when using the officially supported version.
This won't happen if upgrading @typescript-eslint, but I think upgrading TypeScript should be another pull request.
Noted, will make a note of that and update in a separate PR after this one is merged.
Functionalities still work after recent changes.
Updates donate.planet to next 13.
Key changes:
next
,react
,react-dom
,eslint-config-next
and resolves conflicts / breaking changes.next-i18next
and updates app to resolve breaking changes