Skip to content

Commit 73b8e63

Browse files
chore(deps): bump intersection-observer from 0.8.0 to 0.11.0 (#775)
Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.8.0 to 0.11.0. - [Release notes](https://github.com/w3c/IntersectionObserver/releases) - [Commits](https://github.com/w3c/IntersectionObserver/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ci skip]
1 parent 1c01166 commit 73b8e63

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@babel/runtime": "7.12.1",
3030
"core-js": "3.6.5",
31-
"intersection-observer": "0.8.0",
31+
"intersection-observer": "0.11.0",
3232
"resize-observer-polyfill": "1.5.1",
3333
"smoothscroll-polyfill": "0.4.4"
3434
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11906,10 +11906,10 @@ interpret@^2.0.0:
1190611906
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
1190711907
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
1190811908

11909-
intersection-observer@0.8.0:
11910-
version "0.8.0"
11911-
resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.8.0.tgz#e61274136f81dc114a7340a0b2e7a30b9787c438"
11912-
integrity sha512-o5nSHpitRPDRPe9NDBJNwKp24Wa11xQSDPOg/s6PsWIaGRoAOwBoMMY1R/UmlezBohjdFW6W4kJ9rkm3jCK+Hg==
11909+
intersection-observer@0.11.0:
11910+
version "0.11.0"
11911+
resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.11.0.tgz#f4ea067070326f68393ee161cc0a2ca4c0040c6f"
11912+
integrity sha512-KZArj2QVnmdud9zTpKf279m2bbGfG+4/kn16UU0NL3pTVl52ZHiJ9IRNSsnn6jaHrL9EGLFM5eWjTx2fz/+zoQ==
1191311913

1191411914
invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4:
1191511915
version "2.2.4"

0 commit comments

Comments
 (0)