Skip to content

Commit

Permalink
fix: compatibility with Angular 10 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible authored Aug 6, 2020
1 parent b6d63b4 commit 8b3a1ab
Show file tree
Hide file tree
Showing 23 changed files with 800 additions and 638 deletions.
11 changes: 10 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
"test:sanity": "./scripts/test-sanity.sh"
},
"dependencies": {
"@angular-devkit/core": "^8.3.21",
"@angular-devkit/schematics": "^8.3.21",
"@schematics/angular": "^8.3.21",
"@schematics/update": "^0.803.21",
"@angular-devkit/core": "^8.3.8",
"@angular-devkit/schematics": "^8.3.8",
"@angular/cdk": "^8.2.3",
"@schematics/angular": "^8.3.8",
"@schematics/update": "^0.803.8",
"rxjs": "^6.4.0",
"typescript": "^3.6.3"
},
Expand Down
Loading

0 comments on commit 8b3a1ab

Please sign in to comment.