Skip to content

Commit

Permalink
build: update angular version of in-memory-web-api (#46344)
Browse files Browse the repository at this point in the history
Changes the required version of Angular in `angular-in-memory-web-api` to version 14.0.0.

Fixes #46332.

PR Close #46344
  • Loading branch information
crisbeto authored and jessicajaniuk committed Jun 13, 2022
1 parent b1a3dec commit d6880c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/misc/angular-in-memory-web-api/package.json
@@ -1,12 +1,12 @@
{
"name": "angular-in-memory-web-api",
"version": "0.13.0",
"version": "0.14.0",
"description": "An in-memory web api for Angular demos and tests",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^13.0.0",
"@angular/common": "^13.0.0",
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit d6880c9

Please sign in to comment.