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

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

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

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