-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fixed regressions resulting in basic functionalities to break after…
… Meteor 3 upgrade 🔇 remove development logs ⬆️ upgrade dependencies to latest Meteor.js version 3.1
- Loading branch information
Showing
20 changed files
with
119 additions
and
122 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 |
---|---|---|
|
@@ -6,21 +6,21 @@ | |
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected].2 # The database Meteor supports right now | ||
[email protected].3 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected].9 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].0 # Server-side component of the `meteor shell` command | ||
[email protected].10 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].1 # Server-side component of the `meteor shell` command | ||
|
||
[email protected].2 | ||
[email protected].3 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
ostrio:loggerconsole | ||
faburem:client-server-logger | ||
[email protected].0 | ||
[email protected].1 | ||
ostrio:[email protected] | ||
[email protected] | ||
faburem:accounts-anonymous | ||
|
@@ -35,4 +35,4 @@ blaze-html-templates | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
fourseven:scss@4.17.0-rc.0 | ||
leonardoventurini:scss |
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@3.0.4 | ||
METEOR@3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ faburem:[email protected] | |
faburem:[email protected] | ||
[email protected] | ||
[email protected] | ||
fourseven:[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -45,6 +44,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
leonardoventurini:[email protected] | ||
[email protected] | ||
[email protected] | ||
mdg:[email protected] | ||
|
@@ -58,11 +58,11 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].2 | ||
[email protected].3 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
npm-mongo@4.17.4 | ||
npm-mongo@6.10.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -92,8 +92,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
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
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
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
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
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
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.