1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 21:51:50 +02:00

Merge pull request #219 from kremalicious/greenkeeper/intersection-observer-0.9.0

Update intersection-observer to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-04-18 00:15:16 +02:00 committed by GitHub
commit 768308004a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13602,9 +13602,9 @@
}
},
"intersection-observer": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.8.0.tgz",
"integrity": "sha512-o5nSHpitRPDRPe9NDBJNwKp24Wa11xQSDPOg/s6PsWIaGRoAOwBoMMY1R/UmlezBohjdFW6W4kJ9rkm3jCK+Hg=="
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.9.0.tgz",
"integrity": "sha512-n2rP8fawV1EtOFPk5VsQ8uxBx1GqT/5kYYc/GwCQqMqgUJRryMJ4nqAlvqXlh6JmJWRp7PkJW+RrgSeIfOshgA=="
},
"into-stream": {
"version": "3.1.0",

View File

@ -42,7 +42,7 @@
"gatsby-transformer-yaml": "^2.3.1",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.6.0",
"intersection-observer": "^0.8.0",
"intersection-observer": "^0.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.4",