From d1f98d0c472fb41e25fb29a9a6f6dae7db003f6f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 Apr 2020 21:35:13 +0300 Subject: [PATCH] Upgrade to Meteor 1.10.2 Thanks to Meteor developers and xet7 ! --- .meteor/packages | 6 +++--- .meteor/release | 2 +- .meteor/versions | 10 +++++----- Dockerfile | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.meteor/packages b/.meteor/packages index c8d129d40..ba278f347 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -6,7 +6,7 @@ meteor-base@1.4.0 # Build system -ecmascript@0.14.2 +ecmascript@0.14.3 standard-minifier-css@1.6.0 standard-minifier-js@2.6.0 mquandalle:jade @@ -23,7 +23,7 @@ dburles:collection-helpers idmontie:migrations matb33:collection-hooks matteodem:easy-search -mongo@1.9.0 +mongo@1.10.0 mquandalle:collection-mutations # Account system @@ -72,7 +72,7 @@ simple:rest-accounts-password useraccounts:core email@1.2.3 horka:swipebox -dynamic-import@0.5.1 +dynamic-import@0.5.2 staringatlights:fast-render accounts-password@1.6.0 diff --git a/.meteor/release b/.meteor/release index d25978111..3ea26528c 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.10.1 +METEOR@1.10.2 diff --git a/.meteor/versions b/.meteor/versions index 062697eab..5157f6796 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -104,13 +104,13 @@ meteorspark:util@0.2.0 minifier-css@1.5.0 minifier-js@2.6.0 minifiers@1.1.8-faster-rebuild.0 -minimongo@1.5.0 +minimongo@1.6.0 mobile-status-bar@1.1.0 modern-browsers@0.1.5 modules@0.15.0 modules-runtime@0.12.0 momentjs:moment@2.24.0 -mongo@1.9.1 +mongo@1.10.0 mongo-decimal@0.1.1 mongo-dev-server@1.1.0 mongo-id@1.0.7 @@ -162,11 +162,11 @@ simple:json-routes@2.1.0 simple:rest-accounts-password@1.1.2 simple:rest-bearer-token-parser@1.0.1 simple:rest-json-error-handler@1.0.1 -socket-stream-client@0.2.3 +socket-stream-client@0.3.0 softwarerero:accounts-t9n@1.3.11 spacebars@1.0.15 spacebars-compiler@1.1.3 -srp@1.0.12 +srp@1.1.0 standard-minifier-css@1.6.0 standard-minifier-js@2.6.0 staringatlights:fast-render@3.2.0 @@ -181,7 +181,7 @@ tracker@1.2.0 twbs:bootstrap@3.3.6 ui@1.0.13 underscore@1.0.10 -url@1.2.0 +url@1.3.0 useraccounts:core@1.14.2 useraccounts:flow-routing@1.14.2 useraccounts:unstyled@1.14.2 diff --git a/Dockerfile b/Dockerfile index 67f7d3296..b656c8005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="wekan" ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ DEBUG=false \ NODE_VERSION=v12.16.2 \ - METEOR_RELEASE=1.10-rc.2 \ + METEOR_RELEASE=1.10.2 \ USE_EDGE=false \ METEOR_EDGE=1.5-beta.17 \ NPM_VERSION=latest \