Upgraded to the latest Meteor; Fixed compile errors after removing unused packages.

This commit is contained in:
Wynne Crisman
2018-08-23 17:59:49 -07:00
parent 14bd554d35
commit c0e971774e
7 changed files with 5 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
ecmascript # Enable ECMAScript2015+ syntax in app code
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
#accounts-ui
#accounts-base
@@ -60,7 +60,7 @@ juliancwirko:s-alert # Client error/alert handling
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
ostrio:logger
ostrio:loggermongo
dynamic-import@0.4.0
dynamic-import@0.4.2
markdown@1.0.12
wcrisman:jquery-custom-scrollbar

View File

@@ -1 +1 @@
METEOR@1.7.0.4
METEOR@1.7.0.5

View File

@@ -8,7 +8,7 @@ allow-deny@1.1.0
arillo:flow-router-helpers@0.5.2
autoupdate@1.4.1
babel-compiler@7.1.1
babel-runtime@1.2.4
babel-runtime@1.2.5
base64@1.0.11
binary-heap@1.0.10
blaze@2.3.3
@@ -27,7 +27,7 @@ ddp-rate-limiter@1.0.7
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.4.1
dynamic-import@0.4.2
ecmascript@0.11.1
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.7.2