escala: Meteor 2.3 -> 2.4 (Mongo 3.2 compatible, smoke byte-identical)
Trivial escala; npm-mongo still driver 3.x. All 12 REST endpoints identical against mongo:3.2.
This commit is contained in:
parent
dbe2f3759f
commit
9b0c53fa4a
3 changed files with 46 additions and 46 deletions
|
|
@ -4,24 +4,24 @@
|
|||
# 'meteor add' and 'meteor remove' will edit this file for you,
|
||||
# but you can also edit it by hand.
|
||||
|
||||
meteor-base@1.5.0 # Packages every Meteor app needs to have
|
||||
meteor-base@1.5.1 # Packages every Meteor app needs to have
|
||||
mobile-experience@1.1.0 # Packages for a great mobile UX
|
||||
mongo@1.12.0 # The database Meteor supports right now
|
||||
mongo@1.13.0 # The database Meteor supports right now
|
||||
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.2 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.6.0 # JS minifier run for production mode
|
||||
standard-minifier-css@1.7.4 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.7.0 # JS minifier run for production mode
|
||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
||||
ecmascript@0.15.2 # Enable ECMAScript2015+ syntax in app code
|
||||
ecmascript@0.15.3 # 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.0.0
|
||||
accounts-password@2.0.0
|
||||
service-configuration@1.1.0
|
||||
accounts-base@2.1.0
|
||||
accounts-password@2.1.0
|
||||
service-configuration@1.2.0
|
||||
accounts-facebook@1.3.3
|
||||
accounts-github@1.5.0
|
||||
accounts-google@1.4.0
|
||||
|
|
@ -30,8 +30,8 @@ fortawesome:fontawesome
|
|||
aldeed:collection2-core@2.0.1
|
||||
audit-argument-checks@1.0.7
|
||||
ddp-rate-limiter@1.1.0
|
||||
dynamic-import@0.7.0
|
||||
static-html
|
||||
dynamic-import@0.7.1
|
||||
static-html@1.3.2
|
||||
alexwine:bootstrap-4
|
||||
|
||||
selaias:cookie-consent # Cookie consent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue