Skip to content

Commit

Permalink
feat(build): update Angular to 8.2.2 and TS to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Aug 14, 2019
1 parent 46de5c2 commit a1007de
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 137 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"requiredAngularVersion": ">=8.0.0",
"dependencies": {
"@angular/animations": "^8.0.0",
"@angular/animations": "^8.2.2",
"@angular/cdk": "^8.1.2",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/elements": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/common": "^8.2.2",
"@angular/compiler": "^8.2.2",
"@angular/core": "^8.2.2",
"@angular/elements": "^8.2.2",
"@angular/forms": "^8.2.2",
"@angular/platform-browser": "^8.2.2",
"@ptsecurity/mosaic-icons": "~3.0.0",
"@webcomponents/custom-elements": "^1.2.1",
"@webcomponents/custom-elements": "^1.2.4",
"core-js": "^2.6.0",
"rxjs": "^6.4.0",
"systemjs": "0.19.43",
Expand All @@ -34,19 +34,19 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.1",
"@angular-devkit/core": "^8.0.1",
"@angular-devkit/schematics": "^8.0.1",
"@angular/compiler-cli": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/platform-server": "^8.0.0",
"@angular/router": "^8.0.0",
"@angular/upgrade": "^8.0.0",
"@angular-devkit/core": "^8.2.1",
"@angular-devkit/schematics": "^8.2.1",
"@angular/compiler-cli": "^8.2.2",
"@angular/platform-browser-dynamic": "^8.2.2",
"@angular/platform-server": "^8.2.2",
"@angular/router": "^8.2.2",
"@angular/upgrade": "^8.2.2",
"@commitlint/cli": "^7.5.0",
"@commitlint/config-conventional": "^7.5.0",
"@octokit/rest": "^16.2.0",
"@ptsecurity/commitlint-config": "^0.2.1",
"@ptsecurity/tslint-config": "^0.12.0",
"@schematics/angular": "^8.0.1",
"@schematics/angular": "^8.2.1",
"@types/browser-sync": "^0.0.42",
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.4",
Expand Down Expand Up @@ -128,7 +128,7 @@
"tsconfig-paths": "^3.7.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.18.0",
"typescript": "~3.4.x",
"typescript": "~3.5.3",
"typescript-tslint-plugin": "^0.2.0",
"uglify-js": "^2.8.29",
"url-loader": "^1.1.2",
Expand Down
Loading

0 comments on commit a1007de

Please sign in to comment.