Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 819c173

Browse files
committed
fix(deps): update angular monorepo
1 parent de8bbfe commit 819c173

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "~10.1.0",
17-
"@angular/common": "~10.1.0",
18-
"@angular/compiler": "~10.1.0",
19-
"@angular/core": "~10.1.0",
20-
"@angular/forms": "~10.1.0",
21-
"@angular/platform-browser": "~10.1.0",
22-
"@angular/platform-browser-dynamic": "~10.1.0",
23-
"@angular/router": "~10.1.0",
16+
"@angular/animations": "10.2.5",
17+
"@angular/common": "10.2.5",
18+
"@angular/compiler": "10.2.5",
19+
"@angular/core": "10.2.5",
20+
"@angular/forms": "10.2.5",
21+
"@angular/platform-browser": "10.2.5",
22+
"@angular/platform-browser-dynamic": "10.2.5",
23+
"@angular/router": "10.2.5",
2424
"rxjs": "~6.6.0",
2525
"socket.io-client": "~4.4.0",
2626
"tslib": "^2.0.0",
27-
"zone.js": "~0.10.2"
27+
"zone.js": "0.11.4"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/build-angular": "~0.1001.0",
3131
"@angular/cli": "~10.1.0",
32-
"@angular/compiler-cli": "~10.1.0",
32+
"@angular/compiler-cli": "10.2.5",
3333
"@types/jasmine": "~3.5.0",
3434
"@types/jasminewd2": "~2.0.3",
3535
"@types/node": "^12.11.1",

0 commit comments

Comments
 (0)