Skip to content

Commit

Permalink
update to latest angular and cli (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Nov 2, 2018
1 parent 946e3e2 commit 8eff6ee
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 98 deletions.
159 changes: 75 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"@alfresco/adf-content-services": "2.6.0",
"@alfresco/adf-core": "2.6.0",
"@alfresco/adf-extensions": "2.6.0",
"@angular/animations": "7.0.1",
"@angular/animations": "7.0.2",
"@angular/cdk": "^7.0.1",
"@angular/common": "7.0.1",
"@angular/compiler": "7.0.1",
"@angular/core": "7.0.1",
"@angular/common": "7.0.2",
"@angular/compiler": "7.0.2",
"@angular/core": "7.0.2",
"@angular/flex-layout": "^7.0.0-beta.19",
"@angular/forms": "7.0.1",
"@angular/http": "7.0.1",
"@angular/forms": "7.0.2",
"@angular/http": "7.0.2",
"@angular/material": "^7.0.1",
"@angular/material-moment-adapter": "^7.0.1",
"@angular/platform-browser": "7.0.1",
"@angular/platform-browser-dynamic": "7.0.1",
"@angular/router": "7.0.1",
"@angular/platform-browser": "7.0.2",
"@angular/platform-browser-dynamic": "7.0.2",
"@angular/router": "7.0.2",
"@denysvuika/aca-dev-tools": "^0.1.5",
"@mat-datetimepicker/core": "^2.0.1",
"@mat-datetimepicker/moment": "^2.0.1",
Expand All @@ -67,10 +67,10 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/build-ng-packagr": "~0.10.3",
"@angular/cli": "^7.0.3",
"@angular/compiler-cli": "7.0.1",
"@angular/language-service": "7.0.1",
"@angular-devkit/build-ng-packagr": "~0.10.0",
"@angular/cli": "^7.0.4",
"@angular/compiler-cli": "7.0.2",
"@angular/language-service": "7.0.2",
"@types/jasmine": "^2.5.53",
"@types/jasminewd2": "^2.0.2",
"@types/node": "9.3.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
"tsickle": "0.33.1",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "^3.1.3",
"typescript": "^3.1.6",
"wait-on": "^3.0.1"
}
}

0 comments on commit 8eff6ee

Please sign in to comment.