diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-03 02:29:37 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-03 02:29:37 +0200 |
commit | d6a5cb534d82ad6e041e4f31f5d848c5d43abaab (patch) | |
tree | 61ba77f9ba966a474eba027bf84c0cdf31cdd3b1 /.meteor/packages | |
parent | e2f768c6a0f913b7c5f07695dce8cec692037255 (diff) | |
download | wekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.tar.gz wekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.tar.bz2 wekan-d6a5cb534d82ad6e041e4f31f5d848c5d43abaab.zip |
Try upgrading Wekan to Node v6.12 and Meteor 1.6, still using MongoDB 3.2.18.
Standalone Wekan seems to work, needs testing.
This does not fix crash bug of MongoDB 3.4.x.
This version does not yet work on Sandstorm.
Diffstat (limited to '.meteor/packages')
-rw-r--r-- | .meteor/packages | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/.meteor/packages b/.meteor/packages index 7e67c10d..64ad618a 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -3,13 +3,13 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -meteor-base@1.0.4 +meteor-base@1.2.0 # Build system -ecmascript@0.7.2 -stylus@2.513.9 -standard-minifier-css@1.3.4 -standard-minifier-js@2.0.0 +ecmascript@0.9.0 +stylus@2.513.13 +standard-minifier-css@1.3.5 +standard-minifier-js@2.2.0 mquandalle:jade # Polyfills @@ -24,11 +24,11 @@ dburles:collection-helpers idmontie:migrations matb33:collection-hooks matteodem:easy-search -mongo@1.1.16 +mongo@1.3.0 mquandalle:collection-mutations # Account system -accounts-password@1.3.5 +accounts-password@1.5.0 kenton:accounts-sandstorm service-configuration@1.0.11 useraccounts:unstyled @@ -38,9 +38,9 @@ useraccounts:flow-routing check@1.2.5 jquery@1.11.10 random@1.0.10 -reactive-dict@1.1.8 +reactive-dict@1.2.0 session@1.1.7 -tracker@1.1.2 +tracker@1.1.3 underscore@1.0.10 3stack:presence alethes:pages @@ -48,7 +48,6 @@ arillo:flow-router-helpers audit-argument-checks@1.0.7 kadira:blaze-layout kadira:dochead -meteorhacks:fast-render meteorhacks:picker meteorhacks:subs-manager mquandalle:autofocus @@ -56,7 +55,7 @@ mquandalle:moment ongoworks:speakingurl raix:handlebar-helpers tap:i18n -http +http@1.3.0 # UI components blaze @@ -74,9 +73,11 @@ templates:tabs verron:autosize simple:json-routes rajit:bootstrap3-datepicker -kadira:flow-router -shell-server@0.2.3 +shell-server@0.3.0 simple:rest-accounts-password useraccounts:core email@1.2.3 horka:swipebox +dynamic-import +staringatlights:fast-render +staringatlights:flow-router |