Skip to content

Commit fceb2af

Browse files
committed
Use master branch of search plugin to easily test new versions
1 parent 8c14748 commit fceb2af

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"deploy": "docusaurus deploy"
1010
},
1111
"dependencies": {
12-
"@cmfcmf/docusaurus-search-local": "^0.0.3",
12+
"@cmfcmf/docusaurus-search-local": "https://github.com/cmfcmf/docusaurus-search-local",
1313
"@docusaurus/core": "^2.0.0-alpha.40",
1414
"@docusaurus/preset-classic": "^2.0.0-alpha.40",
1515
"classnames": "^2.2.6",

docs/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,9 @@
837837
lodash "^4.17.13"
838838
to-fast-properties "^2.0.0"
839839

840-
"@cmfcmf/docusaurus-search-local@^0.0.3":
840+
"@cmfcmf/docusaurus-search-local@https://github.com/cmfcmf/docusaurus-search-local":
841841
version "0.0.3"
842-
resolved "https://registry.yarnpkg.com/@cmfcmf/docusaurus-search-local/-/docusaurus-search-local-0.0.3.tgz#eb81d56faad5c75e554bd37ca300f6a4e83ea423"
843-
integrity sha512-OElwHa/evfNaWkZ+8QggNeSH7O5m39HdTcWTxe6pyQgjr9pmXhczdWUa2yFw4RWiX2o7oxSwfkwuAhG/gfe0/g==
842+
resolved "https://github.com/cmfcmf/docusaurus-search-local#94b21f60236a379e080701d991323b1a645b1a57"
844843
dependencies:
845844
autocomplete.js "^0.37.0"
846845
classnames "^2.2.6"
@@ -1687,9 +1686,9 @@ autocomplete.js@0.36.0:
16871686
immediate "^3.2.3"
16881687

16891688
autocomplete.js@^0.37.0:
1690-
version "0.37.0"
1691-
resolved "https://registry.yarnpkg.com/autocomplete.js/-/autocomplete.js-0.37.0.tgz#bcfbfd7bcabe90e90fad4c2b1aaa931379a10c38"
1692-
integrity sha512-MxYfNb89sl7IRhNdEJv6z8dSfA7lVeU7Dk6m/+/ih0/tPLsbxIM7uPVsnWEUh4j7dFqJktlM7hCeU7jmx6VC8A==
1689+
version "0.37.1"
1690+
resolved "https://registry.yarnpkg.com/autocomplete.js/-/autocomplete.js-0.37.1.tgz#a29a048d827e7d2bf8f7df8b831766e5cc97df01"
1691+
integrity sha512-PgSe9fHYhZEsm/9jggbjtVsGXJkPLvd+9mC7gZJ662vVL5CRWEtm/mIrrzCx0MrNxHVwxD5d00UOn6NsmL2LUQ==
16931692
dependencies:
16941693
immediate "^3.2.3"
16951694

0 commit comments

Comments
 (0)