Skip to content

Commit

Permalink
Fix Swiper module issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcginnes committed Jul 15, 2024
1 parent f1b29d6 commit 0af6a78
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/graph-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.7.10",
"recoil": "^0.7.7",
"swiper": "^8.4.7",
"swiper": "^11.1.5",
"use-deep-compare-effect": "^1.8.1",
"uuid": "^9.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
useTransition,
} from "react";
import { CustomArrowProps } from "react-slick";
import { Navigation, Pagination } from "swiper";
import { Navigation, Pagination } from "swiper/modules";
import "swiper/css";
import "swiper/css/navigation";
import { Swiper, SwiperSlide } from "swiper/react";
Expand Down
147 changes: 67 additions & 80 deletions pnpm-lock.yaml

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

0 comments on commit 0af6a78

Please sign in to comment.