Skip to content

Commit

Permalink
fix: updates stylelint-config-standard to fix deps conflict (#302)
Browse files Browse the repository at this point in the history
* fix: updates stylelint-config-standard to fix deps conflict

* fix: flexSearch
  • Loading branch information
M4tteoP authored Oct 16, 2024
1 parent be34c21 commit 473aa62
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 29 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/footer/script-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{{ $showFlexSearch := .Site.Params.options.flexSearch }}

{{ if $showFlexSearch -}}
{{ $flexSearch := resources.Get "js/vendor/flexsearch/dist/flexsearch.bundle.js" -}}
{{ $flexSearch := resources.Get "js/vendor/flexsearch/dist/flexsearch.bundle.min.js" -}}
{{ $slice = $slice | append $flexSearch -}}
{{ if and (isset .Site.Params.options "searchsectionsshow") (not (eq .Site.Params.options.searchSectionsShow "ALL")) -}}
{{ $showFlexSearch = or (eq (len .Site.Params.options.searchSectionsShow) 0) (in .Site.Params.options.searchSectionsShow .Section) (and .IsHome (in .Site.Params.options.searchSectionsShow "HomePage")) -}}
Expand Down
81 changes: 54 additions & 27 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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"purgecss-whitelister": "2.4.0",
"shx": "0.3.4",
"stylelint": "16.10.0",
"stylelint-config-standard": "33.0.0"
"stylelint-config-standard": "36.0.1"
},
"otherDependencies": {
"hugo": "0.87.0"
Expand Down

0 comments on commit 473aa62

Please sign in to comment.