Skip to content

Commit 6962ef1

Browse files
authored
Merge pull request #1202 from Patternslib/fix-slick-scss
Fix slick scss
2 parents d03c0b9 + 9ed5ff6 commit 6962ef1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"select2": "^3.5.1",
3131
"showdown": "^2.1.0",
3232
"showdown-prettify": "^1.3.0",
33-
"slick-carousel": "^1.8.1",
33+
"slick-carousel": "git+https://github.com/kenwheeler/slick.git#d0716f1",
3434
"slides": "git+https://github.com/Patternslib/slides.git",
3535
"spectrum-colorpicker": "^1.8.0",
3636
"tippy.js": "^6.3.7"

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8671,10 +8671,9 @@ slash@^5.0.0, slash@^5.1.0:
86718671
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
86728672
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
86738673

8674-
slick-carousel@^1.8.1:
8674+
"slick-carousel@git+https://github.com/kenwheeler/slick.git#d0716f1":
86758675
version "1.8.1"
8676-
resolved "https://registry.yarnpkg.com/slick-carousel/-/slick-carousel-1.8.1.tgz#a4bfb29014887bb66ce528b90bd0cda262cc8f8d"
8677-
integrity sha512-XB9Ftrf2EEKfzoQXt3Nitrt/IPbT+f1fgqBdoxO3W/+JYvtEOW6EgxnWfr9GH6nmULv7Y2tPmEX3koxThVmebA==
8676+
resolved "git+https://github.com/kenwheeler/slick.git#d0716f19aa730006ee80ab026625fb1107816a97"
86788677

86798678
"slides@git+https://github.com/Patternslib/slides.git":
86808679
version "0.1.1"

0 commit comments

Comments
 (0)