Skip to content

Commit

Permalink
angular 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Longfld authored Feb 20, 2019
1 parent 49c8a2f commit 159be94
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-quickstart",
"version": "1.1.4",
"version": "1.1.5",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
Expand All @@ -15,26 +15,25 @@
"material"
],
"dependencies": {
"@angular/core": "6.1.10",
"@angular/common": "6.1.10",
"@angular/animations": "6.1.10",
"@angular/compiler": "6.1.10",
"@angular/forms": "6.1.10",
"@angular/http": "6.1.10",
"@angular/material": "6.4.7",
"@angular/cdk": "6.4.7",
"@angular/platform-browser": "6.1.10",
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/platform-server": "6.1.10",
"@angular/router": "6.1.10",
"core-js": "2.5.5",
"@angular/core": "7.2.1",
"@angular/common": "7.2.1",
"@angular/animations": "7.2.1",
"@angular/compiler": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/material": "7.2.1",
"@angular/cdk": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/platform-server": "7.2.1",
"@angular/router": "7.2.1",
"core-js": "2.6.1",
"hammerjs": "2.0.8",
"rxjs": "6.2.1",
"rxjs": "6.3.3",
"rxjs-compat": "6.2.1",
"rxjs-system-bundle": "6.0.0",
"systemjs": "0.21.4",
"typescript": "3.1.1",
"zone.js": "0.8.26"
"zone.js": "0.8.29"
},
"devDependencies": {
"concurrently": "3.5.0",
Expand Down

0 comments on commit 159be94

Please sign in to comment.