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

[CODE] Upgrade dependencies #378

Closed
3 tasks
Rllyyy opened this issue Feb 11, 2024 · 0 comments · Fixed by #379
Closed
3 tasks

[CODE] Upgrade dependencies #378

Rllyyy opened this issue Feb 11, 2024 · 0 comments · Fixed by #379
Assignees
Labels
code Code is wrong or could be simplified

Comments

@Rllyyy
Copy link
Owner

Rllyyy commented Feb 11, 2024

  • Cypress 13.6 does not support vite 5 (see Support vite v5 for component testing cypress-io/cypress#28347)
  • Vite 5 and postcss cjs issue
  • react-markdown deprecated linkTarget and the proposed solution rehype-external-links does not always work (when updating this remember that transformLinkUri is deprecated and is now called urlTransform)
@Rllyyy Rllyyy added the code Code is wrong or could be simplified label Feb 11, 2024
@Rllyyy Rllyyy self-assigned this Feb 11, 2024
@Rllyyy Rllyyy linked a pull request Feb 12, 2024 that will close this issue
Rllyyy added a commit that referenced this issue Feb 12, 2024
* remove concurrently

* upgrade types

* downgrade @types/react to previous version because of react-modal issue

* upgrade tailwindcss

* upgrade vite

* upgrade @vitejs/plugin-react

* upgrade cypress + downgrade vite

* fix tailwind not working

* upgrade typescript

* upgrade zod

* upgrade dompurify

* Update react-toastify version to 10.0.4

* Update eslint

* upgrade @hookform/resolvers

* upgrade @mui/material

* update react-hook-form

* upgrade react-error-boundary

* upgrade jest

* upgrade react-icons

* update react-query, emotion, framer-motion, react-textarea-autosize and react-tooltip

* update react-router

* update babel

* update mui/material

* Remove __dirname from vite.config.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code is wrong or could be simplified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant