-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major dependency updates and modernization, vulnerability reduction
Engine: - node: 16.x.x → 20.x.x Dependencies: - @blueprintjs/core: 3.29.0 → 4.20.2 - @blueprintjs/datetime: 3.18.3 → 4.4.37 - @emotion/react: 11.11.1 → 11.13.3 - @emotion/styled: 11.11.0 → 11.13.0 - @mui/icons-material: 5.13.7 → 6.3.0 - @mui/lab: 5.0.0-alpha.135 → 6.0.0-beta.21 - @mui/material: 5.13.7 → 6.3.0 - @mui/system: 5.13.7 → 6.3.0 - @mui/x-data-grid: 6.9.1 → 7.23.5 - @turf/*: 6.5.0 → 7.1.0 - @types/backbone: Added 1.4.4 - @types/backbone.radio: Added 0.8.37 - d3: 5.16.0 → 7.9.0 - jquery: 3.4.1 → 3.7.1 - lodash: 4.17.15 → 4.17.21 - moment: 2.27.0 → 2.30.1 - moment-timezone: 0.5.31 → 0.5.46 - openlayers/ol: 4.6.5 → 10.2.1 - plotly.js: 1.45.0 → 2.35.3 - react-router-dom: 5.3.4 → 6.28.1 - styled-components: 5.3.10 → 6.1.13 - tailwindcss: 3.3.1 → 3.4.17 - urijs: 1.19.1 → 1.19.11 Dev Dependencies: - @connexta/ace: Updated git commit hash to latest - @testing-library/jest-dom: Added 6.6.3 - @testing-library/dom: Added 10.4.0 - @testing-library/react: Added 16.0.1 - @testing-library/user-event: Added 14.5.2 - @types/d3: 5.0.0 → 7.4.3 - resolutions necessary because the main types does not specify a version for subtypes - @types/jquery: Added 3.5.32 - autoprefixer: Added 10.4.20 - tslib: 2.5.0 → 2.8.1 - typescript: 5.0.4 → 5.7.2 Removed Dependencies: - @types/enzyme - @types/react-router-dom - @types/styled-components - @welldone-software/why-did-you-render - enzyme - no longer supported, replaced with @testing-library - @wojtekmaj/enzyme-adapter-react-17 - jsdom - react-addons-test-utils - @types/openlayers - bootstrap Build Tools: - cpx → cpy-cli - cpy: Added 11.1.0 - cpy-cli: Added 5.0.0 - move-cli: 1.2.1 → move-file-cli 3.0.0 - move-file: Added 3.1.0 - move-file-cli: Added 3.0.0 - json: 9.0.6 → 11.0.0 Script Changes: - Removed m2 and install:m2 scripts - Updated postbuild to use move-file instead of move-cli - Updated publish scripts to use cpy instead of cpx Type Definition Resolutions Added: - Fixes issues that result from multiple differing versions of dependencies being pulled in.
- Loading branch information
1 parent
159b00f
commit 10747ad
Showing
251 changed files
with
22,682 additions
and
39,578 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"version": "2.12.0", | ||
"lerna": "3.20.2", | ||
"version": "independent", | ||
"npmClient": "yarn", | ||
"useWorkspaces": false | ||
} |
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.