Skip to content

Commit

Permalink
fix: add support for mongodb v4 (typeorm#9450)
Browse files Browse the repository at this point in the history
* fix: add support for mongodb driver v4

This new fix allow support to mongodb driver v4

Closes: typeorm#7907

* fix: add support for mongodb driver v4
This new fix allow support to mongodb driver v4

Closes: typeorm#7907

---------

Co-authored-by: Matheus Melo Antiquera <matheusantiquera@finchsolucoes.com.br>
  • Loading branch information
MatheusMeloAntiquera and Matheus Melo Antiquera committed Feb 7, 2023
1 parent b3b0c11 commit 8150525
Show file tree
Hide file tree
Showing 48 changed files with 1,008 additions and 927 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ await timber.remove()

- for **MongoDB** (experimental)

`npm install mongodb@^3.6.0 --save`
`npm install mongodb@^4.10.0 --save`

- for **NativeScript**, **react-native** and **Cordova**

Expand Down
Loading

0 comments on commit 8150525

Please sign in to comment.