Skip to content

Commit a03adca

Browse files
Merge #1000
1000: Bump meilisearch-js to v0.48.2 r=curquiza a=Strift # Pull Request ## Related issue Fixes #999 ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Strift <[email protected]>
2 parents a17663d + 65c8a23 commit a03adca

File tree

4 files changed

+10395
-15173
lines changed

4 files changed

+10395
-15173
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@strapi/design-system": "^2.0.0-rc.14",
4646
"@strapi/icons": "^2.0.0-rc.14",
47-
"meilisearch": "^0.47.0"
47+
"meilisearch": "0.48.2"
4848
},
4949
"peerDependencies": {
5050
"@strapi/sdk-plugin": "^5.2.8",
@@ -105,4 +105,4 @@
105105
"url": "git+https://github.com/meilisearch/strapi-plugin-meilisearch.git"
106106
},
107107
"homepage": "https://github.com/meilisearch/strapi-plugin-meilisearch#readme"
108-
}
108+
}

playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"@strapi/strapi": "5.6.0",
1515
"better-sqlite3": "9.4.3",
1616
"fs-extra": "^10.0.0",
17-
"meilisearch": "^0.47.0",
17+
"meilisearch": "0.48.2",
1818
"mime-types": "^2.1.27",
1919
"react": "^18.0.0",
2020
"react-dom": "^18.0.0",
2121
"react-router-dom": "^6.0.0",
22+
"strapi-plugin-meilisearch": "link:.yalc/strapi-plugin-meilisearch",
2223
"styled-components": "^6.0.0"
2324
},
2425
"engines": {

0 commit comments

Comments
 (0)