From 799f14129aec5eb862134f6d2c45b0fb6b8c47f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:41:31 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli from 10.2.3 to 11.0.0 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 10.2.3 to 11.0.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.0/packages/compiler-cli) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- packages/timestamp/example/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5222bffbc..46acf814b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@angular/compiler": "^11.0.0", - "@angular/compiler-cli": "^10.0.1", + "@angular/compiler-cli": "^11.0.0", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/jest": "^26.0.0", diff --git a/packages/timestamp/example/package.json b/packages/timestamp/example/package.json index 1226b89e2..79a667e0e 100644 --- a/packages/timestamp/example/package.json +++ b/packages/timestamp/example/package.json @@ -27,7 +27,7 @@ "@angular-builders/timestamp": "latest", "@angular-devkit/build-angular": ">=0.1000.0 < 0.1100.0", "@angular/cli": "^11.0.0", - "@angular/compiler-cli": "^10.0.0", + "@angular/compiler-cli": "^11.0.0", "@angular/language-service": "^11.0.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3",