Skip to content

Commit

Permalink
Merge pull request #78 from buildheadless/chore
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
thomasKn authored Jan 10, 2024
2 parents 5572c3c + 399cddc commit f0c64f5
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 67 deletions.
117 changes: 56 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion templates/hydrogen-theme/app/components/ui/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,15 @@ const CarouselPagination = forwardRef<
const {scrollSnaps, scrollTo, selectedIndex} = useCarousel();

return (
<div className="flex justify-center gap-2">
<div className="mt-3 flex justify-center gap-2">
{scrollSnaps.map((_, index) => (
<Button
className={cn(className, 'p-1')}
key={index}
onClick={() => scrollTo(index)}
ref={ref}
size="primitive"
variant="primitive"
{...props}
>
<span
Expand Down
6 changes: 3 additions & 3 deletions templates/hydrogen-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@remix-run/react": "2.4.1",
"@sanity/client": "^6.11.1",
"@sanity/image-url": "^1.0.2",
"@sanity/overlays": "^2.3.3",
"@sanity/react-loader": "^1.7.2",
"@sanity/overlays": "^2.3.4",
"@sanity/react-loader": "^1.7.3",
"@shopify/cli": "3.53.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "^2023.10.3",
Expand All @@ -39,7 +39,7 @@
"embla-carousel": "8.0.0-rc19",
"embla-carousel-autoplay": "8.0.0-rc19",
"embla-carousel-react": "8.0.0-rc19",
"framer-motion": "^10.17.12",
"framer-motion": "^10.18.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"groq": "^3.23.4",
Expand Down
Loading

0 comments on commit f0c64f5

Please sign in to comment.