Upgraded to the latest Meteor; Fixed compile errors after removing unused packages.
This commit is contained in:
@@ -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
|
standard-minifier-js@2.3.4 # JS minifier run for production mode
|
||||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
||||||
poorvavyas:es6-shim
|
poorvavyas:es6-shim
|
||||||
ecmascript # Enable ECMAScript2015+ syntax in app code
|
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
|
||||||
|
|
||||||
#accounts-ui
|
#accounts-ui
|
||||||
#accounts-base
|
#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.
|
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:logger
|
||||||
ostrio:loggermongo
|
ostrio:loggermongo
|
||||||
dynamic-import@0.4.0
|
dynamic-import@0.4.2
|
||||||
markdown@1.0.12
|
markdown@1.0.12
|
||||||
wcrisman:jquery-custom-scrollbar
|
wcrisman:jquery-custom-scrollbar
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
METEOR@1.7.0.4
|
METEOR@1.7.0.5
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ allow-deny@1.1.0
|
|||||||
arillo:flow-router-helpers@0.5.2
|
arillo:flow-router-helpers@0.5.2
|
||||||
autoupdate@1.4.1
|
autoupdate@1.4.1
|
||||||
babel-compiler@7.1.1
|
babel-compiler@7.1.1
|
||||||
babel-runtime@1.2.4
|
babel-runtime@1.2.5
|
||||||
base64@1.0.11
|
base64@1.0.11
|
||||||
binary-heap@1.0.10
|
binary-heap@1.0.10
|
||||||
blaze@2.3.3
|
blaze@2.3.3
|
||||||
@@ -27,7 +27,7 @@ ddp-rate-limiter@1.0.7
|
|||||||
ddp-server@2.2.0
|
ddp-server@2.2.0
|
||||||
deps@1.0.12
|
deps@1.0.12
|
||||||
diff-sequence@1.1.0
|
diff-sequence@1.1.0
|
||||||
dynamic-import@0.4.1
|
dynamic-import@0.4.2
|
||||||
ecmascript@0.11.1
|
ecmascript@0.11.1
|
||||||
ecmascript-runtime@0.7.0
|
ecmascript-runtime@0.7.0
|
||||||
ecmascript-runtime-client@0.7.2
|
ecmascript-runtime-client@0.7.2
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import CKEditor from '@ckeditor/ckeditor5-build-balloon';
|
|
||||||
import './AppreciationEditor.html';
|
import './AppreciationEditor.html';
|
||||||
import swal from "sweetalert2";
|
import swal from "sweetalert2";
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
import CKEditor from '@ckeditor/ckeditor5-build-balloon';
|
|
||||||
import './BoardEditor.html';
|
import './BoardEditor.html';
|
||||||
import swal from "sweetalert2";
|
import swal from "sweetalert2";
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
import CKEditor from '@ckeditor/ckeditor5-build-balloon';
|
|
||||||
import './DatesEditor.html';
|
import './DatesEditor.html';
|
||||||
import swal from "sweetalert2";
|
import swal from "sweetalert2";
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
import CKEditor from '@ckeditor/ckeditor5-build-balloon';
|
|
||||||
import './NewsEditor.html';
|
import './NewsEditor.html';
|
||||||
import swal from "sweetalert2";
|
import swal from "sweetalert2";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user