Merge branch 'release-2.2' into use-hmr-blaze

This commit is contained in:
filipenevola
2021-04-13 14:31:42 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
- Update Blaze skeleton to use HMR
* `npm-mongo@3.9.0`
- Update MongoDB driver version to 3.6.5
- Update MongoDB driver version to 3.6.6
* `mongo@1.11.0`
- Using useUnifiedTopology as `true` by default to avoid the warning: `(node:59240) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. You can still use it as false with `Mongo._connectionOptions` or `Meteor.settings?.packages?.mongo?.options`.

View File

@@ -8,7 +8,7 @@ Package.describe({
});
Npm.depends({
mongodb: "3.6.5"
mongodb: "3.6.6"
});
Package.onUse(function (api) {