Skip to content

Commit 854bfa2

Browse files
committed
fix: build dependencies
1 parent d60d8f5 commit 854bfa2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"access": "public"
2020
},
2121
"dependencies": {
22+
"react-icons": "^3.11.0"
2223
},
2324
"peerDependencies": {
2425
"classnames": "^2.2.6",
2526
"react": "^16.13.1",
2627
"react-dom": "^16.13.1",
27-
"react-icons": "^3.11.0",
2828
"prop-types": "^15.7.2"
2929
},
3030
"sideEffects": false,

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5057,7 +5057,7 @@ class-utils@^0.3.5:
50575057
isobject "^3.0.0"
50585058
static-extend "^0.1.1"
50595059

5060-
classnames@^2.2.5, classnames@^2.2.6:
5060+
classnames@^2.2.5:
50615061
version "2.2.6"
50625062
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
50635063
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
@@ -13817,7 +13817,7 @@ react-docgen@^5.0.0:
1381713817
node-dir "^0.1.10"
1381813818
strip-indent "^3.0.0"
1381913819

13820-
react-dom@^16.13.1, react-dom@^16.8.3:
13820+
react-dom@^16.8.3:
1382113821
version "16.13.1"
1382213822
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
1382313823
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
@@ -14022,7 +14022,7 @@ react-transition-group@^4.3.0:
1402214022
loose-envify "^1.4.0"
1402314023
prop-types "^15.6.2"
1402414024

14025-
react@^16.13.1, react@^16.8.3:
14025+
react@^16.8.3:
1402614026
version "16.13.1"
1402714027
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1402814028
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==

0 commit comments

Comments
 (0)