Skip to content

Commit 079d71c

Browse files
Bump @angular/core from 9.0.0-next.11 to 11.0.5
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.0.0-next.11 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cac0dd commit 079d71c

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@angular/cdk": "~8.2.3",
4646
"@angular/common": "^9.0.0-next.11",
4747
"@angular/compiler": "^9.0.0-next.11",
48-
"@angular/core": "^9.0.0-next.11",
48+
"@angular/core": "^11.0.5",
4949
"@angular/flex-layout": "^8.0.0-beta.27",
5050
"@angular/forms": "^9.0.0-next.11",
5151
"@angular/material": "~8.2.3",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,12 @@
363363
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0-next.11.tgz#9b931dcff9bf661eb8e572d3349542408031067c"
364364
integrity sha512-wmJnNn5mI1oI7C+IiqDfshK/Se+d6/5e4wWV+YOZweSpwml9mTuporMHunfnGe0uR1bxfWt2TVxmtXlHnQReIA==
365365

366-
"@angular/core@^9.0.0-next.11":
367-
version "9.0.0-next.11"
368-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0-next.11.tgz#61e4432d72cc75ca4a0c2c1d50bdfffd9d06676c"
369-
integrity sha512-SkyulD9geB2us362yorkG0CU8UzgtnkjEW3+l8qf7LG4nWFWL/5Nyqyxv80pDLDuLdf0GtFo2sZGZ+KHccUmpQ==
366+
"@angular/core@^11.0.5":
367+
version "11.0.5"
368+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26"
369+
integrity sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==
370+
dependencies:
371+
tslib "^2.0.0"
370372

371373
"@angular/flex-layout@^8.0.0-beta.27":
372374
version "8.0.0-beta.27"
@@ -11157,16 +11159,21 @@ tsconfig-paths@^3.4.0:
1115711159
minimist "^1.2.0"
1115811160
strip-bom "^3.0.0"
1115911161

11160-
tslib@1.10.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
11162+
tslib@1.10.0:
1116111163
version "1.10.0"
1116211164
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1116311165
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1116411166

11165-
tslib@^1.10.0:
11167+
tslib@^1.10.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
1116611168
version "1.14.1"
1116711169
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1116811170
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1116911171

11172+
tslib@^2.0.0:
11173+
version "2.4.0"
11174+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
11175+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
11176+
1117011177
tslint@~5.11.0:
1117111178
version "5.11.0"
1117211179
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed"

0 commit comments

Comments
 (0)