escala: Meteor 2.4 -> 2.5 (Mongo 3.2 compatible, smoke byte-identical)
npm-mongo still 3.9.1 (driver 3.x). All 12 REST endpoints identical against mongo:3.2.
This commit is contained in:
parent
9b0c53fa4a
commit
208e250277
3 changed files with 20 additions and 20 deletions
|
|
@ -11,17 +11,17 @@ reactive-var@1.0.11 # Reactive variable for tracker
|
|||
tracker@1.2.0 # Meteor's client-side reactive programming library
|
||||
|
||||
standard-minifier-css@1.7.4 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.7.0 # JS minifier run for production mode
|
||||
standard-minifier-js@2.7.1 # JS minifier run for production mode
|
||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
||||
ecmascript@0.15.3 # Enable ECMAScript2015+ syntax in app code
|
||||
ecmascript@0.16.0 # Enable ECMAScript2015+ syntax in app code
|
||||
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
||||
|
||||
react-meteor-data
|
||||
alanning:roles
|
||||
fourseven:scss@4.14.1
|
||||
accounts-base@2.1.0
|
||||
accounts-password@2.1.0
|
||||
service-configuration@1.2.0
|
||||
accounts-base@2.2.0
|
||||
accounts-password@2.2.0
|
||||
service-configuration@1.3.0
|
||||
accounts-facebook@1.3.3
|
||||
accounts-github@1.5.0
|
||||
accounts-google@1.4.0
|
||||
|
|
@ -30,7 +30,7 @@ fortawesome:fontawesome
|
|||
aldeed:collection2-core@2.0.1
|
||||
audit-argument-checks@1.0.7
|
||||
ddp-rate-limiter@1.1.0
|
||||
dynamic-import@0.7.1
|
||||
dynamic-import@0.7.2
|
||||
static-html@1.3.2
|
||||
alexwine:bootstrap-4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue