Skip to content

Commit 55e33ba

Browse files
build: bump in-memory-web-api to v18 (angular#56018)
This commit updates the in-memory-web-api package versions from v17 -> v18. PR Close angular#56018
1 parent dd0700f commit 55e33ba

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.17.0",
3+
"version": "0.18.0",
44
"description": "An in-memory web api for Angular demos and tests",
55
"author": "angular",
66
"license": "MIT",
77
"peerDependencies": {
8-
"@angular/core": "^17.0.0",
9-
"@angular/common": "^17.0.0",
8+
"@angular/core": "^18.0.0",
9+
"@angular/common": "^18.0.0",
1010
"rxjs": "^6.5.3 || ^7.4.0"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)