-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ updated package dependencies (including Meteor.js)
🐛 fixed issue Task list field is hidden when double clicked for edit #196 🐛 fixed issue Task date bar toast persists #195 🐛 fixed issue Tasks displayed on track time form #193
- Loading branch information
Showing
8 changed files
with
252 additions
and
113 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 |
---|---|---|
|
@@ -5,17 +5,17 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected].0 # Packages for a great mobile UX | ||
[email protected].7 # The database Meteor supports right now | ||
[email protected].1 # Packages for a great mobile UX | ||
[email protected].8 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
[email protected].2 # Meteor's client-side reactive programming library | ||
[email protected].3 # Meteor's client-side reactive programming library | ||
|
||
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected].7 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].8 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
|
||
fourseven:[email protected] | ||
accounts-password@2.3.4 | ||
accounts-password@2.4.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
@@ -28,13 +28,13 @@ ostrio:flow-router-extra | |
[email protected] | ||
faburem:accounts-anonymous | ||
mdg:validated-method | ||
[email protected].1 | ||
[email protected].0 | ||
[email protected].8 | ||
[email protected].2 | ||
[email protected].2 | ||
[email protected].1 | ||
[email protected].9 | ||
[email protected].3 | ||
[email protected] | ||
[email protected] | ||
blaze-html-templates | ||
[email protected].0 | ||
[email protected].1 | ||
[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@2.13.3 | ||
METEOR@2.14 |
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.