Skip to content

Commit

Permalink
Update: Angular 9 -> Angular 10
Browse files Browse the repository at this point in the history
This fixes mgechev#1017
  • Loading branch information
ccarmesin committed Nov 1, 2021
1 parent 8b7d153 commit 0578f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"@angular/core": "9.0.0",
"@angular/compiler": "9.0.0",
"@angular/core": "^10.0.0",
"@angular/compiler": "^10.0.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.3",
"rxjs": "^6.5.3",
Expand Down

0 comments on commit 0578f59

Please sign in to comment.