-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove unused/obsolete dependencies and code, render fewer HTM…
…L tags (#2223) * Remove unused react-svg-inline dependency * Remove obsolete immutability-helper dependency * Remove unused SvgWithModal component * Remove unused `showReport` prop passed to ElementAllCheckbox * Render SampleTaskInbox drag container only when shown * Render SearchModal drag container only when shown
- Loading branch information
Showing
9 changed files
with
36 additions
and
163 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 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
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 |
---|---|---|
|
@@ -40,7 +40,6 @@ | |
"factory-bot": "^6.3.1", | ||
"html2pdf.js": "^0.10.1", | ||
"humps": "^2.0.1", | ||
"immutability-helper": "^2.8.1", | ||
"immutable": "^4.0.0-rc.12", | ||
"jcampconverter": "^2.11.0", | ||
"js-yaml": "^3.13.1", | ||
|
@@ -91,7 +90,6 @@ | |
"react-select": "^5.8.1", | ||
"react-svg-file-zoom-pan": "0.1.5", | ||
"react-svg-file-zoom-pan-latest": "npm:@complat/[email protected]", | ||
"react-svg-inline": "^1.2.0", | ||
"react-ui-tree": "3.1.0", | ||
"react-vis": "1.12.1", | ||
"reactflow": "^11.7.2", | ||
|
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 |
---|---|---|
|
@@ -9142,13 +9142,6 @@ ignore@^5.2.0: | |
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" | ||
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== | ||
|
||
immutability-helper@^2.8.1: | ||
version "2.9.1" | ||
resolved "https://registry.npmjs.org/immutability-helper/-/immutability-helper-2.9.1.tgz" | ||
integrity sha512-r/RmRG8xO06s/k+PIaif2r5rGc3j4Yhc01jSBfwPCXDLYZwp/yxralI37Df1mwmuzcCsen/E/ITKcTEvc1PQmQ== | ||
dependencies: | ||
invariant "^2.2.0" | ||
|
||
immutable@^3.7.4: | ||
version "3.8.2" | ||
resolved "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz" | ||
|
@@ -9265,7 +9258,7 @@ interpret@^3.1.1: | |
resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4" | ||
integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== | ||
|
||
invariant@^2.2.0, invariant@^2.2.4: | ||
invariant@^2.2.4: | ||
version "2.2.4" | ||
resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" | ||
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== | ||
|
@@ -13191,13 +13184,6 @@ [email protected]: | |
d3 "^3.5.15" | ||
prop-types "^15.6.2" | ||
|
||
react-svg-inline@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.npmjs.org/react-svg-inline/-/react-svg-inline-1.2.0.tgz" | ||
integrity sha1-oCv4Gg7XYV4xlKAUtY2YrqVSH9U= | ||
dependencies: | ||
classnames "^2.2.1" | ||
|
||
react-test-renderer@^17.0.0: | ||
version "17.0.2" | ||
resolved "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz" | ||
|