Skip to content

Commit

Permalink
update angular compiler cli (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Oct 8, 2019
1 parent 9c5dfcb commit 956e25b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@angular-devkit/build-angular": "~0.803.8",
"@angular-devkit/build-ng-packagr": "^0.803.8",
"@angular/cli": "^8.3.8",
"@angular/compiler-cli": "^8.2.2",
"@angular/compiler-cli": "^8.2.9",
"@angular/language-service": "^8.2.9",
"@size-limit/preset-small-lib": "^2.1.6",
"@types/jasmine": "~3.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
dependencies:
tslib "^1.9.0"

"@angular/compiler-cli@^8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-8.2.2.tgz#0b66157233ca2581e6b478a42150bea992230c8b"
integrity sha512-lEfWykViorBom4iWeZusoH4yAFkalyys/k9sI2qiTSVaH6TyowXbnfTMGfFQXKFydxI9sE86cCPoaRcR6fQcKQ==
"@angular/compiler-cli@^8.2.9":
version "8.2.9"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-8.2.9.tgz#942cb800603797b6fa82af017ec0bce88663709d"
integrity sha512-tqGBKPf3SRYNEGGJbmjom//U/eAjnecDhGUw6o+VkYE/wxYd9pPcLmcEwwyXBpIPJAsN8RsjTikPuH0gcNE8bw==
dependencies:
canonical-path "1.0.0"
chokidar "^2.1.1"
Expand Down

0 comments on commit 956e25b

Please sign in to comment.