brmodeloweb / brmodelo-app

BRMW is a free open source entity-relationship database modeling tool. We're working to make learning database modeling simple and accessible for everyone.
https://www.brmodeloweb.com
Apache License 2.0
1.08k stars 47 forks source link

Update devDependencies #471

Closed idmarjr closed 1 year ago

idmarjr commented 1 year ago

Summary

Use yarn upgrade-interactive --latest to update devDependencies.

  1. Update all devDependencies only with minor updates
  2. Update devDependecies with one major version difference Ex: v3.x.x --> v4.x.x
  3. Update devDependecies with more than one major version Ex: v3.x.x --> v5.x.x
  4. Update test tools (Jest & Cypress)

Extra

Define type to any for children at Button.tsx due to error caused when updating @babel/preset-react

idmarjr commented 1 year ago

@miltonbsn can you please double check the change at app/react/components/Button/Button.tsx? 😄