Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(medusa-plugin-meilisearch): Update meilisearch dependency #2140

Merged
merged 7 commits into from
Sep 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/gold-trains-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"medusa-plugin-meilisearch": major
---

Update meilisearch deps to respect latest breaking changes

BREAKING CHANGE
2 changes: 1 addition & 1 deletion packages/medusa-plugin-meilisearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"body-parser": "^1.19.0",
"lodash": "^4.17.21",
"medusa-core-utils": "^1.1.31",
"meilisearch": "^0.24.0"
"meilisearch": "0.27.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12950,7 +12950,7 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.4, cross-fetch@npm:^3.1.5":
"cross-fetch@npm:^3.1.5":
version: 3.1.5
resolution: "cross-fetch@npm:3.1.5"
dependencies:
Expand Down Expand Up @@ -23831,7 +23831,7 @@ __metadata:
jest: ^25.5.2
lodash: ^4.17.21
medusa-core-utils: ^1.1.31
meilisearch: ^0.24.0
meilisearch: 0.27.0
peerDependencies:
medusa-interfaces: 1.3.3
languageName: unknown
Expand Down Expand Up @@ -24119,12 +24119,12 @@ __metadata:
languageName: unknown
linkType: soft

"meilisearch@npm:^0.24.0":
version: 0.24.0
resolution: "meilisearch@npm:0.24.0"
"meilisearch@npm:0.27.0":
version: 0.27.0
resolution: "meilisearch@npm:0.27.0"
dependencies:
cross-fetch: ^3.1.4
checksum: c8ee053589c84b69f99fcb49611a560efec39fcea406a41b2c8d5c374967ca0e7a3958999c2ed9b2f614752ee94968a298b9f529e690ed0d404f2aeb8baadceb
cross-fetch: ^3.1.5
checksum: 81903e8e5048eed7f32db0304c9829f4e9ff162a260830675b936f18223ffc0b3ca6b6f1e169563ea3cb5b39adb46a1506d96dc7ad5a1888c3a893e0e415c7ac
languageName: node
linkType: hard

Expand Down