Răsfoiți Sursa

Upgrade to Meteor 1.10.2

Thanks to Meteor developers and xet7 !
Lauri Ojansivu 5 ani în urmă
părinte
comite
d1f98d0c47
4 a modificat fișierele cu 10 adăugiri și 10 ștergeri
  1. 3 3
      .meteor/packages
  2. 1 1
      .meteor/release
  3. 5 5
      .meteor/versions
  4. 1 1
      Dockerfile

+ 3 - 3
.meteor/packages

@@ -6,7 +6,7 @@
 meteor-base@1.4.0
 meteor-base@1.4.0
 
 
 # Build system
 # Build system
-ecmascript@0.14.2
+ecmascript@0.14.3
 standard-minifier-css@1.6.0
 standard-minifier-css@1.6.0
 standard-minifier-js@2.6.0
 standard-minifier-js@2.6.0
 mquandalle:jade
 mquandalle:jade
@@ -23,7 +23,7 @@ dburles:collection-helpers
 idmontie:migrations
 idmontie:migrations
 matb33:collection-hooks
 matb33:collection-hooks
 matteodem:easy-search
 matteodem:easy-search
-mongo@1.9.0
+mongo@1.10.0
 mquandalle:collection-mutations
 mquandalle:collection-mutations
 
 
 # Account system
 # Account system
@@ -72,7 +72,7 @@ simple:rest-accounts-password
 useraccounts:core
 useraccounts:core
 email@1.2.3
 email@1.2.3
 horka:swipebox
 horka:swipebox
-dynamic-import@0.5.1
+dynamic-import@0.5.2
 staringatlights:fast-render
 staringatlights:fast-render
 
 
 accounts-password@1.6.0
 accounts-password@1.6.0

+ 1 - 1
.meteor/release

@@ -1 +1 @@
-METEOR@1.10.1
+METEOR@1.10.2

+ 5 - 5
.meteor/versions

@@ -104,13 +104,13 @@ meteorspark:util@0.2.0
 minifier-css@1.5.0
 minifier-css@1.5.0
 minifier-js@2.6.0
 minifier-js@2.6.0
 minifiers@1.1.8-faster-rebuild.0
 minifiers@1.1.8-faster-rebuild.0
-minimongo@1.5.0
+minimongo@1.6.0
 mobile-status-bar@1.1.0
 mobile-status-bar@1.1.0
 modern-browsers@0.1.5
 modern-browsers@0.1.5
 modules@0.15.0
 modules@0.15.0
 modules-runtime@0.12.0
 modules-runtime@0.12.0
 momentjs:moment@2.24.0
 momentjs:moment@2.24.0
-mongo@1.9.1
+mongo@1.10.0
 mongo-decimal@0.1.1
 mongo-decimal@0.1.1
 mongo-dev-server@1.1.0
 mongo-dev-server@1.1.0
 mongo-id@1.0.7
 mongo-id@1.0.7
@@ -162,11 +162,11 @@ simple:json-routes@2.1.0
 simple:rest-accounts-password@1.1.2
 simple:rest-accounts-password@1.1.2
 simple:rest-bearer-token-parser@1.0.1
 simple:rest-bearer-token-parser@1.0.1
 simple:rest-json-error-handler@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
 softwarerero:accounts-t9n@1.3.11
 spacebars@1.0.15
 spacebars@1.0.15
 spacebars-compiler@1.1.3
 spacebars-compiler@1.1.3
-srp@1.0.12
+srp@1.1.0
 standard-minifier-css@1.6.0
 standard-minifier-css@1.6.0
 standard-minifier-js@2.6.0
 standard-minifier-js@2.6.0
 staringatlights:fast-render@3.2.0
 staringatlights:fast-render@3.2.0
@@ -181,7 +181,7 @@ tracker@1.2.0
 twbs:bootstrap@3.3.6
 twbs:bootstrap@3.3.6
 ui@1.0.13
 ui@1.0.13
 underscore@1.0.10
 underscore@1.0.10
-url@1.2.0
+url@1.3.0
 useraccounts:core@1.14.2
 useraccounts:core@1.14.2
 useraccounts:flow-routing@1.14.2
 useraccounts:flow-routing@1.14.2
 useraccounts:unstyled@1.14.2
 useraccounts:unstyled@1.14.2

+ 1 - 1
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" \
 ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
     DEBUG=false \
     DEBUG=false \
     NODE_VERSION=v12.16.2 \
     NODE_VERSION=v12.16.2 \
-    METEOR_RELEASE=1.10-rc.2 \
+    METEOR_RELEASE=1.10.2 \
     USE_EDGE=false \
     USE_EDGE=false \
     METEOR_EDGE=1.5-beta.17 \
     METEOR_EDGE=1.5-beta.17 \
     NPM_VERSION=latest \
     NPM_VERSION=latest \