Update lunr and lunr.js to 0.5.9 and 2.3.9 (#2359)

This commit is contained in:
Matthew McMillan
2021-04-10 20:04:44 -04:00
committed by GitHub
parent 6218e524b5
commit 0da7f72478
3 changed files with 20 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ setup(
'click>=3.3',
'Jinja2>=2.10.1',
'livereload>=2.5.1',
'lunr[languages]==0.5.8', # must support lunr.js version included in search
'lunr[languages]==0.5.9', # must support lunr.js version included in search
'Markdown>=3.2.1',
'PyYAML>=3.10',
'tornado>=5.0',