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

Project tools are dated #55

Open
navFooh opened this issue Jun 7, 2024 · 0 comments
Open

Project tools are dated #55

navFooh opened this issue Jun 7, 2024 · 0 comments

Comments

@navFooh
Copy link

navFooh commented Jun 7, 2024

The packages that are lagging behind major versions are:

 @svgr/webpack                  ^6.3.1  →    ^8.1.0
 @types/node                   ^18.6.5  →  ^20.14.2
 eslint                        ^8.24.0  →    ^9.4.0
 eslint-config-next             13.2.3  →    14.2.3
 framer-motion                  ^6.5.1  →  ^11.2.10
 next                           13.5.6  →    14.2.3
 postcss-preset-env             ^7.6.0  →   ^9.5.14

I'd definitely recommend using Node LTS (20) and the latest Next.js (14). Would also use the new app directory structure instead of the old pages structure. Also note that NPM indicates 1 high severity vulnerability, due to Next.js Server-Side Request Forgery in Server Actions.

In general it's best to keep up with package versions to prevent security vulnerabilities and for easier integration with 3rd party / client projects.

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

No branches or pull requests

1 participant