Skip to content

Commit b1f1244

Browse files
committed
removed unused packages per depcheck
1 parent 2a9d0ea commit b1f1244

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@
2020
"flat": "~5.0",
2121
"focus-within-polyfill": "^5.2.1",
2222
"history": "4.7.2",
23-
"html-entities": "^2.3.5",
2423
"js-cookie": "~2.2",
2524
"lodash": "^4.17.21",
2625
"mdn-polyfills": "^5.20.0",
2726
"mime": "^3.0.0",
2827
"path-to-regexp": "<4",
29-
"prop-types": "^15.8.1",
3028
"query-string": "~6.2",
3129
"quick-lru": "^4.0.1",
3230
"rangy": "^1.3.1",
@@ -38,12 +36,10 @@
3836
"redux": "4.0.1",
3937
"reselect": "4.0.0",
4038
"scroll-to-element": "^2.0.3",
41-
"stacktrace-js": "~2.0",
4239
"styled-components": "^4",
4340
"styled-icons": "^9",
4441
"typesafe-actions": "^4.4.2",
4542
"typescript": "^4",
46-
"url": "^0.11.0",
4743
"uuid": "~7.0",
4844
"weak-map": "^1.0.8",
4945
"workbox-core": "^7.0.0",

yarn.lock

+6-20
Original file line numberDiff line numberDiff line change
@@ -13408,11 +13408,6 @@ html-entities@^1.3.1:
1340813408
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
1340913409
integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==
1341013410

13411-
html-entities@^2.3.5:
13412-
version "2.4.0"
13413-
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.4.0.tgz#edd0cee70402584c8c76cc2c0556db09d1f45061"
13414-
integrity sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==
13415-
1341613411
html-escaper@^2.0.0:
1341713412
version "2.0.2"
1341813413
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -18309,15 +18304,6 @@ prop-types@^15.5.4:
1830918304
loose-envify "^1.3.1"
1831018305
object-assign "^4.1.1"
1831118306

18312-
prop-types@^15.8.1:
18313-
version "15.8.1"
18314-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
18315-
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
18316-
dependencies:
18317-
loose-envify "^1.4.0"
18318-
object-assign "^4.1.1"
18319-
react-is "^16.13.1"
18320-
1832118307
proto-list@~1.2.1:
1832218308
version "1.2.4"
1832318309
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -18743,16 +18729,16 @@ react-intl@<5.13:
1874318729
shallow-equal "^1.2.1"
1874418730
tslib "^2.0.1"
1874518731

18746-
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.9.0:
18747-
version "16.13.1"
18748-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
18749-
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
18750-
1875118732
react-is@^16.6.0:
1875218733
version "16.6.0"
1875318734
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.0.tgz#456645144581a6e99f6816ae2bd24ee94bdd0c01"
1875418735
integrity sha512-q8U7k0Fi7oxF1HvQgyBjPwDXeMplEsArnKt2iYhuIF86+GBbgLHdAmokL3XUFjTd7Q363OSNG55FOGUdONVn1g==
1875518736

18737+
react-is@^16.7.0, react-is@^16.9.0:
18738+
version "16.13.1"
18739+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
18740+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
18741+
1875618742
react-is@^16.8.1:
1875718743
version "16.8.5"
1875818744
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.5.tgz#c54ac229dd66b5afe0de5acbe47647c3da692ff8"
@@ -20320,7 +20306,7 @@ stacktrace-gps@^3.0.4:
2032020306
source-map "0.5.6"
2032120307
stackframe "^1.3.4"
2032220308

20323-
stacktrace-js@*, stacktrace-js@~2.0:
20309+
stacktrace-js@*:
2032420310
version "2.0.2"
2032520311
resolved "https://registry.yarnpkg.com/stacktrace-js/-/stacktrace-js-2.0.2.tgz#4ca93ea9f494752d55709a081d400fdaebee897b"
2032620312
integrity sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==

0 commit comments

Comments
 (0)