Skip to content

Commit

Permalink
chore(unlock-protocol-com): removed embla-carousel-autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Mar 22, 2024
1 parent fded0da commit 7e314d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export function Password({ injectedProvider, checkoutService }: Props) {
return true
},
})}
onChange={(event: React.ChangeEvent<HTMLInputElement>) => {
console.log(event.target.value)
}}
error={errors.password?.message}
/>
</form>
Expand Down
1 change: 0 additions & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"calendar-link": "2.6.0",
"dayjs": "1.11.10",
"dotenv": "16.4.5",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "8.0.0",
"eslint": "8.54.0",
"ethers": "5.7.2",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20412,7 +20412,6 @@ __metadata:
calendar-link: "npm:2.6.0"
dayjs: "npm:1.11.10"
dotenv: "npm:16.4.5"
embla-carousel-autoplay: "npm:7.1.0"
embla-carousel-react: "npm:8.0.0"
eslint: "npm:8.54.0"
eslint-config-next: "npm:14.1.2"
Expand Down Expand Up @@ -28914,15 +28913,6 @@ __metadata:
languageName: node
linkType: hard

"embla-carousel-autoplay@npm:7.1.0":
version: 7.1.0
resolution: "embla-carousel-autoplay@npm:7.1.0"
peerDependencies:
embla-carousel: 7.1.0
checksum: 10/d35e5a8c892df1c6307ca5e4522ca0bbded66b8b9b3a26f4474b4b8953cce5e6977b23a922cfefb42f814e3ea16b4de7ed39b37f974c4f4bfd5a70dbca9982c2
languageName: node
linkType: hard

"embla-carousel-react@npm:8.0.0":
version: 8.0.0
resolution: "embla-carousel-react@npm:8.0.0"
Expand Down

0 comments on commit 7e314d7

Please sign in to comment.