File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 73
73
}
74
74
],
75
75
"dependencies" : {
76
- "parallax-controller" : " 0.1.6 "
76
+ "parallax-controller" : " 0.1.8 "
77
77
},
78
78
"devDependencies" : {
79
79
"@babel/core" : " ^7.16.0" ,
Original file line number Diff line number Diff line change @@ -82,9 +82,7 @@ export function Parallax(props: PropsWithChildren<ParallaxProps>) {
82
82
props : {
83
83
disabled : props . disabled ,
84
84
// Defaults set in Parallax.defaultProps
85
- // @ts -expect-error
86
85
translateX : props . x ,
87
- // @ts -expect-error
88
86
translateY : props . y ,
89
87
} ,
90
88
} ;
Original file line number Diff line number Diff line change @@ -10153,10 +10153,10 @@ pako@~1.0.5:
10153
10153
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
10154
10154
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
10155
10155
10156
- parallax-controller@0.1.6 :
10157
- version "0.1.6 "
10158
- resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-0.1.6 .tgz#7081c0de0f46fc36b8ae6a384580bda097851e8c "
10159
- integrity sha512-bJ/HaifIoDG2Iq8lH9bmnf84LKOWgNNFiDl1Yr5YEcW4eBJh92HgGCrCkdZAFDlm20VmcZeqyqr5sxO9jcYzJg ==
10156
+ parallax-controller@0.1.8 :
10157
+ version "0.1.8 "
10158
+ resolved "https://registry.yarnpkg.com/parallax-controller/-/parallax-controller-0.1.8 .tgz#487d3ff24c93cab757c4fd9f90611393d9f83b19 "
10159
+ integrity sha512-8pY64e0yMrpB9XQLzNqSdGdlT13PwhZnOwoA54KoK5oFnuAPrAV2/CwhPCKOGVsyuBfW6N1ginXm9p+pX0V86w ==
10160
10160
10161
10161
parallel-transform@^1.1.0:
10162
10162
version "1.2.0"
You can’t perform that action at this time.
0 commit comments