mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update dev bundle MongoDB version to 4.0.2.
Still waiting on a fix for this issue in 4.0.3: https://jira.mongodb.org/browse/SERVER-36474
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
`uglify-es` that appears to be (more actively) maintained.
|
||||
[Issue #10042](https://github.com/meteor/meteor/issues/10042)
|
||||
|
||||
* Mongo has been updated to version 4.0.0 and the `mongodb` npm package
|
||||
* Mongo has been updated to version 4.0.2 and the `mongodb` npm package
|
||||
used by `npm-mongo` has been updated to version 3.1.1.
|
||||
[PR #10058](https://github.com/meteor/meteor/pull/10058)
|
||||
[Feature Request #269](https://github.com/meteor/meteor-feature-requests/issues/269)
|
||||
|
||||
@@ -6,7 +6,7 @@ set -u
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
NODE_VERSION=8.11.4
|
||||
MONGO_VERSION_64BIT=4.0.0
|
||||
MONGO_VERSION_64BIT=4.0.2
|
||||
MONGO_VERSION_32BIT=3.2.19
|
||||
NPM_VERSION=6.3.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user