Skip to content

Commit a0763d6

Browse files
committed
Remove accidental dependencies, misc
1 parent 4a449c6 commit a0763d6

File tree

3 files changed

+5
-413
lines changed

3 files changed

+5
-413
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,8 @@
3636
"@testing-library/jest-dom": "^5.16.5",
3737
"@types/jest": "^29.5.1",
3838
"@types/jest-diff": "^24.3.0",
39-
"buffer": "^5.5.0||^6.0.0",
40-
"crypto-browserify": "^3.12.0",
4139
"parcel": "^2.12.0",
42-
"process": "^0.11.10",
43-
"stream-browserify": "^3.0.0",
44-
"string_decoder": "^1.3.0",
45-
"turbo": "^2.1.3",
46-
"vm-browserify": "^1.1.2"
40+
"turbo": "^2.1.3"
4741
},
4842
"dependencies": {
4943
"@changesets/cli": "^2.26.1",

packages/instant-meilisearch/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ This library is the search client that you should use to make [Meilisearch](http
3030

3131
Instead of reinventing the wheel, we have opted to reuse the InstantSearch library for our own front-end tooling. We will contribute upstream any improvements that may result from our adoption of InstantSearch.
3232

33-
<!-- @TODO -->
3433
If you use Angular, React, or Vue, you might want to check out these repositories:
3534

3635
- [meilisearch-angular](https://github.com/meilisearch/meilisearch-angular/)
@@ -403,7 +402,6 @@ search.start()
403402
- The [Meilisearch documentation](https://www.meilisearch.com/docs/).
404403
- If you use React, check out [meilisearch-react](https://github.com/meilisearch/meilisearch-react/)
405404
- If you use Vue, check out [meilisearch-vue](https://github.com/meilisearch/meilisearch-vue/)
406-
<!-- @TODO -->
407405
- If you use Angular, check out [meilisearch-angular](https://github.com/meilisearch/meilisearch-angular/)
408406

409407

0 commit comments

Comments
 (0)