build(deps): bump react-icons from 3.11.0 to 4.1.0 in /docs (#1626)

This commit is contained in:
dependabot[bot] 2021-01-04 00:42:20 +01:00 committed by GitHub
parent 75a29b742b
commit 90a691928f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View File

@ -17716,12 +17716,9 @@
}
},
"react-icons": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz",
"integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==",
"requires": {
"camelcase": "^5.0.0"
}
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz",
"integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg=="
},
"react-is": {
"version": "16.13.1",

View File

@ -46,7 +46,7 @@
"react-dom": "^16.14.0",
"react-headroom": "^3.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-icons": "^4.1.0",
"react-live": "^2.2.3",
"url-join": "^4.0.1"
},