Skip to content

Commit f8792d5

Browse files
renovate-botKeen Yee Liau
authored andcommitted
fix(deps): update angular monorepo
1 parent c6f3361 commit f8792d5

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

integration/project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "10.2.2",
6-
"@angular/compiler": "10.2.2",
7-
"@angular/compiler-cli": "10.2.2",
8-
"@angular/core": "10.2.2",
5+
"@angular/common": "10.2.3",
6+
"@angular/compiler": "10.2.3",
7+
"@angular/compiler-cli": "10.2.3",
8+
"@angular/core": "10.2.3",
99
"rxjs": "6.6.3",
1010
"zone.js": "0.11.3"
1111
}

integration/project/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# yarn lockfile v1
33

44

5-
"@angular/[email protected].2":
6-
version "10.2.2"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.2.2.tgz#f110dd99c025308accab689d948fa59eaa1f18e0"
8-
integrity sha512-iV5kTGg7Xe79iih0RzulNFgDhyCgqpf0GC9MsWm663sYfeKaGmO0++O4FKCahE4N/++7thRMFgXy9PpSYDrFfg==
5+
"@angular/[email protected].3":
6+
version "10.2.3"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.2.3.tgz#ce3a6ad59ed4ec182ce4a3adbfbbb950ce4b23af"
8+
integrity sha512-xKKN8bgdudktVC/gwUtdeS2khYqSENWQe1CS8nE0V88qKCftwPhCD5Ovp6+6LflqvQhJWb0guf7HXjq9oBqO2w==
99
dependencies:
1010
tslib "^2.0.0"
1111

12-
"@angular/[email protected].2":
13-
version "10.2.2"
14-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.2.2.tgz#5095e009ebf8d799ffac5cc225d3fa48dcc6b451"
15-
integrity sha512-Erbb7Rs5fo+7/gG1WPwtO5UfSq8qtBBucGu9da/HQLJdw5AO/5pKRl4PLQlxjSopsb8eRC+yVpt9OlCYaY2Chg==
12+
"@angular/[email protected].3":
13+
version "10.2.3"
14+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.2.3.tgz#b43cf9e6ed163645959010c6421fb88819a5943c"
15+
integrity sha512-29RL/lIbHpjoWMUz23cyRcyG50PXqvxlLk0IpyCUWDVtPp6Hc8S/JayxeSwxNST79miDobGaeiGmS0JHuCouVQ==
1616
dependencies:
1717
canonical-path "1.0.0"
1818
chokidar "^3.0.0"
@@ -28,17 +28,17 @@
2828
tslib "^2.0.0"
2929
yargs "15.3.0"
3030

31-
"@angular/[email protected].2":
32-
version "10.2.2"
33-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.2.2.tgz#020377613e23c03448483be304018ab3ebf549fb"
34-
integrity sha512-62wb/aj8ORaUyVcI6cxf07gBc3/hb+bVGl9Yni51e8//G2W7gleyQAXtIeZsT9NHi0KX1nKdXvUVwAoq4u7eHw==
31+
"@angular/[email protected].3":
32+
version "10.2.3"
33+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.2.3.tgz#4f2a42d1b479d323118fe33e1e62594d029ed5f9"
34+
integrity sha512-Bg+QbyvJVlfGQpJCagEMkkqoRi2LMQc8iuu+cVYVqQOETLO0LxmkPpMQ/7pRLTNWl36PoYEB7IjUkp+qng8xKg==
3535
dependencies:
3636
tslib "^2.0.0"
3737

38-
"@angular/[email protected].2":
39-
version "10.2.2"
40-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.2.tgz#ca0863c59110614241adbbdb902fb9ceb65bd617"
41-
integrity sha512-9IHZF4/zcCKCLGzsbaUeNE8V+R9kcCu0ZNXvqkxd1+vTPdcf00185KzD6CAm+OiskLwvmrudh4vh0CQ+JHSTtQ==
38+
"@angular/[email protected].3":
39+
version "10.2.3"
40+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.3.tgz#89469c537b304532d6aa8dbb2ea4e1e2ed90e7a6"
41+
integrity sha512-mE6nLpul/IJllk0VYrlrP69n0P7JPz+BHYAVobwO5+0EGO65ieTD18DxzfEt4eQgthnM3VQwSZxjW4n9Y1p/dQ==
4242
dependencies:
4343
tslib "^2.0.0"
4444

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": ">=10.9.0 <13.0.0"
1313
},
1414
"dependencies": {
15-
"@angular/language-service": "11.0.0-rc.2",
15+
"@angular/language-service": "11.0.0-rc.3",
1616
"vscode-languageserver": "6.1.1",
1717
"vscode-uri": "2.1.2"
1818
},

server/yarn.lock

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

44

5-
"@angular/[email protected].2":
6-
version "11.0.0-rc.2"
7-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.0.0-rc.2.tgz#f566b3e6d715c6793ae90046f25675e62a7262fc"
8-
integrity sha512-pm+tqrzBaIxj0Ng+HRYkcguOGZHm3rol4BNqQVqJCnuiFO7+hOD6IDvY+jsQKiP+BVJeQhM1gm1/n4wtjmGPKQ==
5+
"@angular/[email protected].3":
6+
version "11.0.0-rc.3"
7+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.0.0-rc.3.tgz#2448602a34b22aee05608270b95c28d948423187"
8+
integrity sha512-1kfOf3bJAApgE/YpwOWpJiN00GRV8/nTD2N8xvjKt16Q0N8G4a9H5eswmOtWNctjxVMGcdUntvGRBaqeOaNZcA==
99

1010
vscode-jsonrpc@^5.0.1:
1111
version "5.0.1"

0 commit comments

Comments
 (0)