Skip to content

Conversation

@guillaumedomingues
Copy link

No description provided.

Developers should use this folder for their personal scripts/files
that should not be added to the repository
Removed useWorkspaces option from lerna.json

The "useWorkspaces" option has been removed. By default lerna will resolve your packages using your package manager's workspaces configuration.
Alternatively, you can manually provide a list of package globs to be used instead via the "packages" option in lerna.json.

Added workspaces to package.json

Remove lerna bootstrap, add verbose logs
@guillaumedomingues guillaumedomingues force-pushed the gd/dev/setup branch 3 times, most recently from d96ea01 to 8be47c8 Compare December 19, 2025 09:05
guillaumedomingues and others added 21 commits December 19, 2025 09:08
Histogram charts were going out of bounds, specifying a yDomain
range of [0,100] and removing stackOffset=true
fixes this
Security fixes:
- Critical (6->0): mongoose (6.13.6), form-data (2.5.4), url-parse (1.5.10)
- High (18->0): axios (1.8.2), multer (2.0.2), jsonwebtoken (9.0.0),
  follow-redirects (1.15.6), dicer (0.3.0)
- Moderate (54->13): nth-check (2.1.1), debug (4.3.4), webpack-dev-server
  (5.2.1), postcss (8.4.31), js-yaml (4.1.1), tmp (0.2.4)

Audit results: 91 vulnerabilities -> 16 (83% reduction)
Migrated to CRACO because react-app-rewired doesn't work with this
 version of webpack-dev-server.
After the change to use yarn workspaces we no longer need lerna.

Documentation was also updated to reflect this.

This change could be improved upon by adding scripts to run tests, etc from the project root
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.

1 participant