Skip to content

Commit e4c734d

Browse files
Bump @angular/core from 5.2.11 to 11.0.5
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.2.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] <[email protected]>
1 parent c4e39fb commit e4c734d

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular/animations": "^5.2.0",
1616
"@angular/common": "^5.2.0",
1717
"@angular/compiler": "^5.2.0",
18-
"@angular/core": "^5.2.0",
18+
"@angular/core": "^11.0.5",
1919
"@angular/forms": "^5.2.0",
2020
"@angular/http": "^5.2.0",
2121
"@angular/platform-browser": "^5.2.0",

yarn.lock

+8-4
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119
dependencies:
120120
tslib "^1.7.1"
121121

122-
"@angular/core@^5.2.0":
123-
version "5.2.11"
124-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.11.tgz#0e38fdf4fa038a3c168c72952682f2ee3721f1a3"
122+
"@angular/core@^11.0.5":
123+
version "11.0.5"
124+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26"
125125
dependencies:
126-
tslib "^1.7.1"
126+
tslib "^2.0.0"
127127

128128
"@angular/forms@^5.2.0":
129129
version "5.2.11"
@@ -5809,6 +5809,10 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
58095809
version "1.9.3"
58105810
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
58115811

5812+
tslib@^2.0.0:
5813+
version "2.4.0"
5814+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5815+
58125816
tslint@~5.9.1:
58135817
version "5.9.1"
58145818
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"

0 commit comments

Comments
 (0)