Skip to content

Commit 687096a

Browse files
committed
chore - upgrade html dependencies
1 parent 6ec050d commit 687096a

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export DATATABLES_CONFIG=bs5/jszip-3.10.1/dt-1.13.8/b-2.4.2/b-html5-2.4.2/b-prin
5454
export PDF_MAKE=0.2.7
5555

5656
# javascript search dependencies
57-
export AUTOCOMPLETE_JS=1.11.1
57+
export AUTOCOMPLETE_JS=1.19.1
5858
export FUSE_JS=6.6.2
5959
export ALGOLIA_SEARCH_JS=4.5.1
6060
export ALGOLIA_SEARCH_INSIGHTS_JS=2.0.3

src/resources/formats/dashboard/js/dt/datatables.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/formats/html/axe/axe-check.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,12 @@ class QuartoAxeChecker {
115115
}
116116
async init() {
117117
const axe = (await import("https://cdn.skypack.dev/pin/[email protected]/mode=imports,min/optimized/axe-core.js")).default;
118-
119-
120-
// https://github.com/microsoft/tabster/issues/288
121-
// MS has claimed they won't fix this, so we need to add an exclusion to
122-
// all tabster elements
123118
const result = await axe.run({
124119
exclude: [
125-
"[data-tabster-dummy]"
120+
// https://github.com/microsoft/tabster/issues/288
121+
// MS has claimed they won't fix this, so we need to add an exclusion to
122+
// all tabster elements
123+
"[data-tabster-dummy]"
126124
],
127125
preload: { assets: ['cssom'], timeout: 50000 }
128126
});

src/resources/projects/website/cookie-consent/cookie-consent.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/projects/website/search/autocomplete-preset-algolia.umd.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/projects/website/search/autocomplete.umd.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)