diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-16 22:17:21 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-16 22:17:21 +0300 |
commit | b58fc84bbb7460275843cd5b99e145be2797ee42 (patch) | |
tree | 4e5a5a9f549f5e8d721310f37941b57d2ba8b12a /package-lock.json | |
parent | 0e7c2d476225b3e381a86710a3635ab707387499 (diff) | |
download | which-ui-b58fc84bbb7460275843cd5b99e145be2797ee42.tar.gz |
feat: add scroll to top button
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index b8e8d3e..9b01055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10765,6 +10765,14 @@ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.7.tgz", "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" }, + "react-icons": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.10.0.tgz", + "integrity": "sha512-WsQ5n1JToG9VixWilSo1bHv842Cj5aZqTGiS3Ud47myF6aK7S/IUY2+dHcBdmkQcCFRuHsJ9OMUI0kTDfjyZXQ==", + "requires": { + "camelcase": "^5.0.0" + } + }, "react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |