-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
except for: - chai 5 requires import as module, its plugins depend on chai 5, (try to update later or better migrate to jest), - react 18 and redux require changes in miew-app, (try to fix the app), - testing-library depends on react 18, (try to update later), - eslint 9 is incompatible with old plugins including airbnb, (try to get rid of plugins), - bootstrap 5 is too different from 3 and 4, (try to migrate 4 to 5 or avoid bootstrap at all; keep 3 as legacy), - bootstrap-switch 3.4 has issues but is no longer updated, (find a different component), - glob 11 and rimraf 6 force node 20, (wait until we are ready to drop node 18), - threejs 154+ is a separate long story including migration to WebGL 2, (try to update later).
- Loading branch information
1 parent
ad11c36
commit 3982390
Showing
5 changed files
with
560 additions
and
1,592 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
"ci": "yarn workspaces foreach -ptv run ci" | ||
}, | ||
"devDependencies": { | ||
"lcov-result-merger": "^5.0.0", | ||
"lcov-result-merger": "^5.0.1", | ||
"mkdirp": "^3.0.1", | ||
"rimraf": "^5.0.5" | ||
"rimraf": "^5.0.10" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
|
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
Oops, something went wrong.