Skip to content

Commit 8eb6e51

Browse files
authored
Try #501:
2 parents 96ebb64 + 41ec5ef commit 8eb6e51

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Here is the [CSS customization](https://github.com/meilisearch/vuepress-plugin-m
321321

322322
## 🤖 Compatibility with MeiliSearch
323323

324-
This package only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0).
324+
This package only guarantees the compatibility with the [version v0.25.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0).
325325

326326
## ⚙️ Development Workflow and Contributing
327327

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-searchbar.js",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Add a relevant search bar to your documentation using MeiliSearch",
55
"keywords": [
66
"documentation",
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"autocomplete.js": "^0.38.0",
68-
"meilisearch": "^0.23.0",
68+
"meilisearch": "0.24.0",
6969
"to-factory": "^1.0.0",
7070
"zepto": "^1.2.0"
7171
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,7 +2673,7 @@ cosmiconfig@^5.0.0:
26732673

26742674
cross-fetch@^3.1.4:
26752675
version "3.1.4"
2676-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz"
2676+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
26772677
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
26782678
dependencies:
26792679
node-fetch "2.6.1"
@@ -5475,10 +5475,10 @@ [email protected]:
54755475
resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz"
54765476
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
54775477

5478-
meilisearch@^0.23.0:
5479-
version "0.23.0"
5480-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.23.0.tgz#eed5098bd147c13658c3f92e658df9cbfb9e8953"
5481-
integrity sha512-bLNonPJK2pJz2akjwolcc/Eqnz/GKJ7y1I4Flg4zjL+v0yPFyIGFFdfe0dw93JWFJWj/RbLS2Q6dDTobZQ9Ehg==
5478+
meilisearch@0.24.0:
5479+
version "0.24.0"
5480+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.24.0.tgz#a71454baac058f502b931af17069ab676fbaced6"
5481+
integrity sha512-qME1dsHZePBQi8qFdhbilcFzaL+oZJgUuls+FZ23hHpdhJI+iMFSmjjcfsxq5hdg2qczbCXv7yAo3Sh8xgfkgA==
54825482
dependencies:
54835483
cross-fetch "^3.1.4"
54845484

@@ -5634,7 +5634,7 @@ nise@^5.1.0:
56345634

56355635
56365636
version "2.6.1"
5637-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
5637+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
56385638
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
56395639

56405640
node-int64@^0.4.0:

0 commit comments

Comments
 (0)