Skip to content

Commit b0eff10

Browse files
Tyler-VAndrewKushnir
authored andcommitted
build: bump in-memory-web-api dependency versions (#50246)
This commit updates in-memory-web-api package versions from v15 -> v16. PR Close #50246
1 parent cfff5cb commit b0eff10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/misc/angular-in-memory-web-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "An in-memory web api for Angular demos and tests",
55
"author": "angular",
66
"license": "MIT",
77
"peerDependencies": {
8-
"@angular/core": "^15.0.0",
9-
"@angular/common": "^15.0.0",
8+
"@angular/core": "^16.0.0",
9+
"@angular/common": "^16.0.0",
1010
"rxjs": "^6.5.3 || ^7.4.0"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)