forked from highlight/highlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete overrides, pin versions for problematic packages (hig…
…hlight#5844) ## Summary I just shipped a huge rework to the way we process npm packages (bumping versions should now take closer to 10s for this repo, compared to ~40s before 🥳 ), and it happened to also remove the need for many of the overrides we were using before. We were also using overrides to pin to specific versions for dependencies that had incompatible versions, but I realized we should probably be pinning those in package.json instead of Reflame overrides to make sure they stay consistent across Vite and Reflame. <!-- Ideally, there is an attached GitHub issue that will describe the "why". If relevant, use this section to call out any additional information you'd like to _highlight_ to the reviewer. --> ## How did you test this change? In Reflame previews. <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
- Loading branch information
1 parent
b66e47a
commit e52d857
Showing
3 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters