Skip to content

Commit

Permalink
feat(swiper): update to Swiper v10
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 6, 2023
1 parent 69bc908 commit b6cb30a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"path-to-regexp": "^6.2.0",
"skeleton-elements": "^4.0.1",
"ssr-window": "^4.0.2",
"swiper": "^9.2.0"
"swiper": "^10.0.3"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/swiper/swiper.less
@@ -1,5 +1,5 @@
/* === Swiper === */
@import (inline) 'swiper/swiper-bundle.css';
@import (inline) 'swiper/css/bundle';

.if-ios-theme({@import './swiper-ios.less' ;});
.if-md-theme({@import './swiper-md.less' ;});

0 comments on commit b6cb30a

Please sign in to comment.