build(deps): bump react-headroom from 3.1.1 to 3.2.0 in /docs (#2333)

This commit is contained in:
dependabot[bot] 2021-11-02 02:56:17 +01:00 committed by GitHub
parent 75fc92df49
commit fe8f6c2fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

17
docs/package-lock.json generated
View File

@ -46,7 +46,7 @@
"puppeteer": "^10.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.1.1",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-live": "^2.3.0",
@ -22603,13 +22603,16 @@
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
},
"node_modules/react-headroom": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.1.1.tgz",
"integrity": "sha512-mmZA8o1pItF1py4XlYPQD4QpyrTzIuafYjrB/RrJKGPiWEz8IyUcfxoZiiw6qz3oOylLs5SWesCJINA4uThQYw==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.2.0.tgz",
"integrity": "sha512-8rbXBKN187DnPg8lyJa5IKZx9rA1DbkvO4X0F6A6lSGr54fr7CHphF84fxwlPbX93Uqs9daFt9q0j3fhC7RTEg==",
"dependencies": {
"prop-types": "^15.5.8",
"raf": "^3.3.0",
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"react": "^16.3.0 || ^17"
}
},
"node_modules/react-helmet": {
@ -48058,9 +48061,9 @@
"integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
},
"react-headroom": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.1.1.tgz",
"integrity": "sha512-mmZA8o1pItF1py4XlYPQD4QpyrTzIuafYjrB/RrJKGPiWEz8IyUcfxoZiiw6qz3oOylLs5SWesCJINA4uThQYw==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.2.0.tgz",
"integrity": "sha512-8rbXBKN187DnPg8lyJa5IKZx9rA1DbkvO4X0F6A6lSGr54fr7CHphF84fxwlPbX93Uqs9daFt9q0j3fhC7RTEg==",
"requires": {
"prop-types": "^15.5.8",
"raf": "^3.3.0",

View File

@ -43,7 +43,7 @@
"puppeteer": "^10.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-headroom": "^3.1.1",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-live": "^2.3.0",