build: remove skipLibCheck from AIO examples (#37128)

`skipLibCheck` had to be added to a few AIO examples, because of a breaking change in master. These changes update to a newer version of `angular-in-memory-web-api` that accounts for the breaking change.

PR Close #37128
This commit is contained in:
crisbeto
2020-05-15 08:19:46 +02:00
committed by Kara Erickson
parent 901db0e730
commit 05f1df3224
11 changed files with 14 additions and 20 deletions

View File

@ -26,7 +26,7 @@
"@angular/platform-server": "~9.1.4",
"@angular/router": "~9.1.4",
"@nguniversal/express-engine": "~9.0.1",
"angular-in-memory-web-api": "~0.9.0",
"angular-in-memory-web-api": "~0.11.0",
"express": "^4.15.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",