-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(Meteor): migrate full app to Meteor 3.0.1
- Loading branch information
1 parent
ff2b795
commit 1dda42b
Showing
41 changed files
with
4,192 additions
and
2,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
.deploy | ||
.coverage | ||
packages/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,23 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
[email protected].1 # Packages every Meteor app needs to have | ||
mongo@1.16.6 # The database Meteor supports right now | ||
[email protected].2 # Packages every Meteor app needs to have | ||
mongo@2.0.0 # The database Meteor supports right now | ||
|
||
#[email protected] # JS minifier run for production mode | ||
zodern:remove-client-js | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
|
||
#======================================== | ||
# Performance | ||
#======================================== | ||
# zodern:remove-client-js | ||
|
||
#======================================== | ||
# testing | ||
#======================================== | ||
meteortesting:mocha | ||
lmieulet:meteor-coverage@3.2.0! | ||
lmieulet:meteor-legacy-coverage | ||
meteortesting:mocha@3.2.0! | ||
lmieulet:meteor-coverage@4.3.0 | ||
lmieulet:meteor-legacy-coverage@0.4.0 | ||
|
||
#======================================== | ||
# core | ||
|
@@ -35,7 +39,7 @@ leaonline:method-factory | |
leaonline:grid-factory | ||
leaonline:http-factory | ||
leaonline:service-registry | ||
leaonline:webapp | ||
# leaonline:webapp | ||
|
||
jkuester:[email protected] | ||
# leaonline:status | ||
|
@@ -44,10 +48,10 @@ jkuester:[email protected] | |
# accounts / oauth | ||
#======================================== | ||
# alanning:roles | ||
accounts-base@2.2.8 | ||
accounts-base | ||
leaonline:accounts-lea | ||
leaonline:ddp-login-handler | ||
service-configuration@1.3.1 | ||
service-configuration | ||
|
||
#======================================== | ||
# files | ||
|
@@ -57,19 +61,19 @@ ostrio:files | |
#======================================== | ||
# collections | ||
#======================================== | ||
aldeed:collection2 | ||
matb33:collection-hooks | ||
aldeed:collection2@4.0.3 | ||
matb33:collection-hooks@2.0.0-rc.2 | ||
dburles:mongo-collection-instances | ||
|
||
|
||
#======================================== | ||
# SECURITY | ||
#======================================== | ||
sha@1.0.9 | ||
audit-argument-checks@1.0.7 | ||
force-ssl@1.1.0 | ||
sha | ||
audit-argument-checks | ||
force-ssl | ||
|
||
#======================================== | ||
# reporting | ||
#======================================== | ||
email@2.2.5 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@2.12 | ||
METEOR@3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.