-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from TaturanaMobi/hotfix/update-meteor
chore(devops): Update meteor to 1.10.1 and fix security warnings;
- Loading branch information
Showing
6 changed files
with
1,273 additions
and
448 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,8 +5,8 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mongo@1.8.0 # The database Meteor supports right now | ||
mobile-experience@1.1.0 # Packages for a great mobile UX | ||
mongo@1.9.0 # The database Meteor supports right now | ||
[email protected] # Compile .html files into Meteor Blaze views | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
@@ -15,11 +15,11 @@ [email protected] # CSS minifier run for production mode | |
[email protected] # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.4.0 # Server-side component of the `meteor shell` command | ||
shell-server@0.5.0 # Server-side component of the `meteor shell` command | ||
|
||
udondan:slick | ||
meteorhacks:ssr | ||
accounts-password@1.5.2 | ||
accounts-password@1.6.0 | ||
|
||
dburles:factory | ||
xolvio:cleaner | ||
|
@@ -35,7 +35,7 @@ mrt:moment-timezone | |
|
||
fourseven:scss | ||
[email protected] | ||
random@1.1.0 | ||
random@1.2.0 | ||
iron:router | ||
mrt:flash-messages | ||
aslagle:reactive-table | ||
|
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@1.9.2 | ||
METEOR@1.10.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.