-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AngularCLI update to Meteor 1.8.0.1 and Angular 7.1.1 (#1957)
* Updated to Meteor 1.8.0.1 release. * Updated to Angular 7.1.1 release. * Updated package dependencies. Co-authored-by: Arda TANRIKULU <[email protected]>
- Loading branch information
1 parent
21657fd
commit 144ca73
Showing
5 changed files
with
2,140 additions
and
1,506 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,13 +6,13 @@ | |
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
mongo@1.5.0 # The database Meteor supports right now | ||
mongo@1.6.0 # The database Meteor supports right now | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
||
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-css@1.5.2 # CSS minifier run for production mode | ||
standard-minifier-js@2.4.0 # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.3.1 # Server-side component of the `meteor shell` command | ||
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code | ||
shell-server@0.4.0 # Server-side component of the `meteor shell` command | ||
angular-compilers |
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.7.0.4 | ||
METEOR@1.8.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.