Skip to content

Commit 9f42432

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update dependency @angular/core to v10
1 parent 60af75d commit 9f42432

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

integration/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/core": "9.1.11",
5+
"@angular/core": "10.0.0",
66
"rxjs": "6.5.5",
77
"zone.js": "0.10.3"
88
}

integration/project/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected]":
6-
version "9.1.11"
7-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.11.tgz#7a92d27292212ed381be15f9000d4019867f1c7c"
8-
integrity sha512-KAlEedBo761O1aeoTJVziOSHi8Fttk9ipvbDZXYT/o0W/KdVwubxP34g9t5aD8LCcF8+L0z4VLw++HjdJAUpwg==
5+
"@angular/[email protected]":
6+
version "10.0.0"
7+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.0.0.tgz#b199450576f8acc0549d2836cfa04294fa3a585e"
8+
integrity sha512-N1m6op428ktgcsnXqqspb1xGZ9gp664Jmb4JoVajCD3JXucRfidw+vt3kPOldbWA6M4pIu5ZtZY3IZc2GrK5UQ==
9+
dependencies:
10+
tslib "^2.0.0"
911

1012
1113
version "6.5.5"
@@ -19,6 +21,11 @@ tslib@^1.9.0:
1921
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
2022
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
2123

24+
tslib@^2.0.0:
25+
version "2.0.0"
26+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
27+
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
28+
2229
2330
version "0.10.3"
2431
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16"

0 commit comments

Comments
 (0)