Skip to content

Commit

Permalink
fix: bump parallax controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
jscottsmith committed Jan 16, 2022
1 parent 8610914 commit 43d16f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
],
"dependencies": {
"parallax-controller": "^1.1.0"
"parallax-controller": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10989,10 +10989,10 @@ pako@~1.0.5:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==

parallax-controller@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-1.1.0.tgz#134114855d45665f73f3b366009846f8f446a105"
integrity sha512-7S9YrlIkIdFqigZpYVIjjRrGhSDBXa+tR++CL5tSjNotGSlJCn2148IeMy6+xIDi1zzjhnTY5ZJwQi/Ie9zYTg==
parallax-controller@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-1.1.1.tgz#a83e9b1f74fd776e4ac548c7bc57296705dea2a4"
integrity sha512-wgC/af23fMD5LCK15A3VffXGiO3EXs+d1gs4pB3Hf4JZwZ6NXNC4dH6v4+ruCvxVA91C4znpyQ3OyiggEqG1HA==
dependencies:
bezier-easing "^2.1.0"

Expand Down

0 comments on commit 43d16f2

Please sign in to comment.