Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove several unused JS dependencies #7521

Merged
merged 5 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed a bug where dataset managers were not allowed to assign teams to new datasets that they are only member of. This already worked while editing the dataset later, but not during upload. [#7518](https://github.com/scalableminds/webknossos/pull/7518)

### Removed
- Removed several unused frontend libraries. [#7521](https://github.com/scalableminds/webknossos/pull/7521)

### Breaking Changes
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/three": "^0.142.0",
"@use-it/interval": "^1.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have implemented this ourselves in libs/react_helpers

"@zip.js/zip.js": "^2.6.81",
"ansi-to-react": "^6.1.6",
"antd": "^4.24.8",
Expand All @@ -166,7 +165,6 @@
"classnames": "^2.2.5",
"color-hash": "^2.0.1",
"comlink": "^4.3.0",
"cross-fetch": "^3.1.5",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This lib was introduced to added a polyfill for airbrake-js. We have switched to @airbrake/browser in the meantime, which seems to work without polyfills.

"cwise": "^1.0.10",
"dagre": "^0.8.5",
"data.maybe": "^1.2.2",
Expand Down Expand Up @@ -196,7 +194,6 @@
"ml-matrix": "^6.10.4",
"nanoevents": "^5.1.8",
"ndarray": "^1.0.19",
"ndarray-convolve": "^2.0.0",
"ndarray-moments": "^1.0.0",
"ndarray-ops": "^1.2.2",
"onnxruntime-web": "^1.14.0",
Expand All @@ -220,15 +217,13 @@
"react-router-dom": "^5.1.2",
"react-sortable-hoc": "^2.0.0",
"react-sortable-tree": "^2.8.0",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-virtualized": "^9.22.2",
"redux": "^3.6.0",
"redux-batched-actions": "^0.5.0",
"redux-saga": "^1.0.0",
"resumablejs": "^1.1.0",
"rome": "^11.0.0",
"saxophone": "^0.8.0",
"strip-ansi": "^7.0.1",
"terser-webpack-plugin": "^5.3.0",
"three": "^0.137.0",
"tween.js": "^16.3.1",
Expand Down
137 changes: 13 additions & 124 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2225,11 +2225,6 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

"@use-it/interval@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@use-it/interval/-/interval-1.0.0.tgz#c42c68f22ca29a0dc929041746373d94496d2b3a"
integrity sha512-WQFcnSt/xM/mS8ZtJ0ut5lhPrl+V0HDPPcI/J0eUClsfiD+/r8A7IeW/pVcfpSVGWRmN3+WnjNteWuKyWs2WZg==

"@vue/[email protected]":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.3.4.tgz#7fbf591c1c19e1acd28ffd284526e98b4f581128"
Expand Down Expand Up @@ -2860,7 +2855,7 @@ arrify@^2.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==

asap@^2.0.6, asap@~2.0.3:
asap@~2.0.3:
version "2.0.6"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
Expand Down Expand Up @@ -3120,7 +3115,7 @@ bisect@~0.0.0:
resolved "https://registry.yarnpkg.com/bisect/-/bisect-0.0.0.tgz#6f75db671510819900c51e3bd9466c427243be80"
integrity sha512-coTGaJdPXOZ/eKAmT88dBkouV23/OgwsTljgDjk2TQrzyS/0w75L5uGAYIiquLJ4nsrOSvAF+sEYzy2kvBKD8Q==

bit-twiddle@^1.0.0, bit-twiddle@^1.0.2:
bit-twiddle@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bit-twiddle/-/bit-twiddle-1.0.2.tgz#0c6c1fabe2b23d17173d9a61b7b7093eb9e1769e"
integrity sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4=
Expand Down Expand Up @@ -4110,7 +4105,7 @@ coveralls@^3.0.2:
minimist "^1.2.5"
request "^2.88.2"

[email protected], cross-fetch@^3.0.4, cross-fetch@^3.1.5:
[email protected], cross-fetch@^3.0.4:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
Expand Down Expand Up @@ -4240,7 +4235,7 @@ cwise-parser@~0.0.1:
esprima "~1.0.3"
uniq "~0.0.2"

cwise@^1.0.0, cwise@^1.0.10, cwise@^1.0.4, cwise@^1.0.5, cwise@^1.0.6:
cwise@^1.0.0, cwise@^1.0.10, cwise@^1.0.6:
version "1.0.10"
resolved "https://registry.yarnpkg.com/cwise/-/cwise-1.0.10.tgz#24eee6072ebdfd6b8c6f5dadb17090b649b12bef"
integrity sha1-JO7mBy69/WuMb12tsXCQtkmxK+8=
Expand Down Expand Up @@ -4705,11 +4700,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=

disposables@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/disposables/-/disposables-1.0.2.tgz#36c6a674475f55a2d6913567a601444e487b4b6e"
integrity sha512-q1XTvs/XGdfubRSemB2+QRhJjIX4PerKkSom+i8Nkw3hCv6xISNrgaN442n2BunyBI4x77Om4ZAzSlqmhM9pwA==

distance-transform@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/distance-transform/-/distance-transform-1.0.2.tgz#ef6511e2e848b40b9bb8b024f554258d190c140d"
Expand Down Expand Up @@ -4741,16 +4731,6 @@ dnd-core@^11.1.3:
"@react-dnd/invariant" "^2.0.0"
redux "^4.0.4"

dnd-core@^2.5.4:
version "2.6.0"
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-2.6.0.tgz#12bad66d58742c6e5f7cf2943fb6859440f809c4"
integrity sha512-5BfQHIp0XVd4ioF0q4GyUeHQQNCbqP+0SnUiP9TssoQ50wrP1NgSzDqZkjD5pFngsVz9txGin6rvTQD7w0qC3w==
dependencies:
asap "^2.0.6"
invariant "^2.0.0"
lodash "^4.2.0"
redux "^3.7.1"

dns-equal@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
Expand Down Expand Up @@ -6708,12 +6688,7 @@ history@^4.7.2, history@^4.9.0:
tiny-warning "^1.0.0"
value-equal "^1.0.1"

hoist-non-react-statics@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
integrity sha512-r8huvKK+m+VraiRipdZYc+U4XW43j6OFG/oIafe7GfDbRpCduRoX9JI/DRxqgtBSCeL+et6N6ibZoedHS2NyOQ==

hoist-non-react-statics@^2.1.0, hoist-non-react-statics@^2.3.1:
hoist-non-react-statics@^2.3.1:
version "2.5.5"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
Expand Down Expand Up @@ -7028,7 +7003,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==

invariant@^2.0.0, invariant@^2.1.0, invariant@^2.2.4:
invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
Expand Down Expand Up @@ -8210,7 +8185,7 @@ lodash.get@^4.4.2:
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=

lodash.isequal@^4.4.0, lodash.isequal@^4.5.0:
lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
Expand Down Expand Up @@ -8250,7 +8225,7 @@ lodash.throttle@^4.0.1, lodash.throttle@^4.1.1:
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=

lodash@^4.15.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1:
lodash@^4.15.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.2.1:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -9316,46 +9291,14 @@ ncp@^2.0.0:
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=

ndarray-complex@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/ndarray-complex/-/ndarray-complex-1.0.3.tgz#48c8a07f72cd6fb775915b2059573dc44e538154"
integrity sha512-nVBfVJQnyGfLouItm1sAxEv0obvESCfwM2mkAYfFbkLb9lTgtjxEAzkN9izJgZENXEzvddSiohJ101SkxA/rSA==
dependencies:
cwise "^1.0.5"
ndarray-ops "^1.1.1"

ndarray-convolve@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ndarray-convolve/-/ndarray-convolve-2.0.0.tgz#ffe6c85c5a69a45ce77017ec876e3e197609bd76"
integrity sha512-BfZDM6IgrvB4J2eIwWbWmsdqxDPRX/kOrk5FPbPLNEvYTt32rNmTgY0892yamAamDdNxvw/oEzLLsiN5noJECA==
dependencies:
bit-twiddle "^1.0.2"
cwise "^1.0.4"
ndarray "^1.0.15"
ndarray-complex "^1.0.1"
ndarray-fft "^1.0.0"
ndarray-ops "^1.2.2"
typedarray-pool "^1.1.0"

ndarray-fft@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/ndarray-fft/-/ndarray-fft-1.0.3.tgz#dc5bba18e3ab82c997adbaebb78e79f82c93a22a"
integrity sha512-p7OPcNAHP616TdoQdmroW666To530jY1q32Gy1DvK3fkaAQ4BuGu715UDDPIARkVQGhHC2qhbjwrhYG2eUQPCw==
dependencies:
bit-twiddle "^1.0.2"
cwise "^1.0.4"
ndarray "^1.0.15"
ndarray-ops "^1.2.2"
typedarray-pool "^1.0.0"

ndarray-moments@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ndarray-moments/-/ndarray-moments-1.0.0.tgz#4ec64c0e580d5768da91b4149c83193e4179ed83"
integrity sha512-VbUGbPcXo23IzDWCRk6scJcFZYo2ujBVvJQR0VAsHn0xmyuQa8yaTAp+VYHNH50BBq6eVZs5cP21oOTcLh4xug==
dependencies:
cwise "^1.0.0"

ndarray-ops@^1.1.1, ndarray-ops@^1.2.2:
ndarray-ops@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/ndarray-ops/-/ndarray-ops-1.2.2.tgz#59e88d2c32a7eebcb1bc690fae141579557a614e"
integrity sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4=
Expand All @@ -9369,7 +9312,7 @@ ndarray-ops@~1.1.0:
dependencies:
cwise-compiler "~0.0.0"

ndarray@^1.0.15, ndarray@^1.0.18, ndarray@^1.0.19, ndarray@~1.0.0:
ndarray@^1.0.18, ndarray@^1.0.19, ndarray@~1.0.0:
version "1.0.19"
resolved "https://registry.yarnpkg.com/ndarray/-/ndarray-1.0.19.tgz#6785b5f5dfa58b83e31ae5b2a058cfd1ab3f694e"
integrity sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ==
Expand Down Expand Up @@ -10504,7 +10447,7 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.0"
reflect.ownkeys "^0.2.0"

prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.7.2, prop-types@^15.8.1:
prop-types@^15.5.7, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
Expand Down Expand Up @@ -11263,43 +11206,13 @@ react-display-name@^0.2.0:
resolved "https://registry.yarnpkg.com/react-display-name/-/react-display-name-0.2.5.tgz#304c7cbfb59ee40389d436e1a822c17fe27936c6"
integrity sha512-I+vcaK9t4+kypiSgaiVWAipqHRXYmZIuAiS8vzFvXHHXVigg/sMKwlRgLy6LH2i3rmP+0Vzfl5lFsFRwF1r3pg==

[email protected]:
version "2.5.4"
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-2.5.4.tgz#974ad083f67b12d56977a5b171f5ffeb29d78352"
integrity sha512-jDqAkm/hI8Tl4HcsbhkBgB6HgpJR1e+ML1SbfxaegXYiuMxEVQm0FOwEH5WxUoo6fmIG4N+H0rSm59POuZOCaA==
dependencies:
lodash "^4.2.0"

react-dnd-html5-backend@^11.1.3:
version "11.1.3"
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-11.1.3.tgz#2749f04f416ec230ea193f5c1fbea2de7dffb8f7"
integrity sha512-/1FjNlJbW/ivkUxlxQd7o3trA5DE33QiRZgxent3zKme8DwF4Nbw3OFVhTRFGaYhHFNL1rZt6Rdj1D78BjnNLw==
dependencies:
dnd-core "^11.1.3"

react-dnd-scrollzone@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/react-dnd-scrollzone/-/react-dnd-scrollzone-4.0.0.tgz#d707170c0cd3b7ab3d991dd6a8cc0b3712454139"
integrity sha512-yu9Z/K/7Fy4MtlGYp5eoaZY+Zz+wOccWdC98IeiMvkgoEP+YsC6UCjjMoZMJdeqpi8f1j3agPb4D5uB1OCwuKg==
dependencies:
hoist-non-react-statics "^1.2.0"
lodash.throttle "^4.0.1"
prop-types "^15.5.9"
raf "^3.2.0"
react-display-name "^0.2.0"

[email protected]:
version "2.5.4"
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-2.5.4.tgz#0b6dc5e9d0dfc2909f4f4fe736e5534f3afd1bd9"
integrity sha512-y9YmnusURc+3KPgvhYKvZ9oCucj51MSZWODyaeV0KFU0cquzA7dCD1g/OIYUKtNoZ+MXtacDngkdud2TklMSjw==
dependencies:
disposables "^1.0.1"
dnd-core "^2.5.4"
hoist-non-react-statics "^2.1.0"
invariant "^2.1.0"
lodash "^4.2.0"
prop-types "^15.5.10"

react-dnd@^11.1.3:
version "11.1.3"
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-11.1.3.tgz#f9844f5699ccc55dfc81462c2c19f726e670c1af"
Expand Down Expand Up @@ -11445,18 +11358,6 @@ react-sortable-hoc@^2.0.0:
invariant "^2.2.4"
prop-types "^15.5.7"

react-sortable-tree-theme-file-explorer@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-sortable-tree-theme-file-explorer/-/react-sortable-tree-theme-file-explorer-2.0.0.tgz#4f0da481738b4f5be538723172bd851c70efe244"
integrity sha512-44U3pl56Ucy5Zv1xOEKshFHJU085cO1XZ3w9j2fA/ga15aQ6PzlaNdNfFIeyrhb9J8aem7SvCLiCBNEzhkF0Uw==
dependencies:
lodash.isequal "^4.4.0"
prop-types "^15.6.0"
react-dnd "2.5.4"
react-dnd-html5-backend "2.5.4"
react-dnd-scrollzone "^4.0.0"
react-virtualized "^9.13.0"

react-sortable-tree@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/react-sortable-tree/-/react-sortable-tree-2.8.0.tgz#9901711778628d0546c045f845216480507c366a"
Expand All @@ -11480,18 +11381,6 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.8.0:
react-is "^16.8.6"
scheduler "^0.19.1"

react-virtualized@^9.13.0:
version "9.22.3"
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.22.3.tgz#f430f16beb0a42db420dbd4d340403c0de334421"
integrity sha512-MKovKMxWTcwPSxE1kK1HcheQTWfuCxAuBoSTf2gwyMM21NdX/PXUhnoP8Uc5dRKd+nKm8v41R36OellhdCpkrw==
dependencies:
"@babel/runtime" "^7.7.2"
clsx "^1.0.4"
dom-helpers "^5.1.3"
loose-envify "^1.4.0"
prop-types "^15.7.2"
react-lifecycles-compat "^3.0.4"

react-virtualized@^9.21.2, react-virtualized@^9.22.2:
version "9.22.2"
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.22.2.tgz#217a870bad91e5438f46f01a009e1d8ce1060a5a"
Expand Down Expand Up @@ -11643,7 +11532,7 @@ redux-saga@^1.0.0:
dependencies:
"@redux-saga/core" "^1.1.3"

[email protected], redux@^3.6.0, redux@^3.7.1, redux@^4.0.0, redux@^4.0.4:
[email protected], redux@^3.6.0, redux@^4.0.0, redux@^4.0.4:
version "3.7.2"
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
integrity sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==
Expand Down Expand Up @@ -13315,7 +13204,7 @@ typed-styles@^0.0.7:
resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==

typedarray-pool@^1.0.0, typedarray-pool@^1.1.0:
typedarray-pool@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/typedarray-pool/-/typedarray-pool-1.2.0.tgz#e7e90720144ba02b9ed660438af6f3aacfe33ac3"
integrity sha512-YTSQbzX43yvtpfRtIDAYygoYtgT+Rpjuxy9iOpczrjpXLgGoyG7aS5USJXV2d3nn8uHTeb9rXDvzS27zUg5KYQ==
Expand Down