Skip to content

Commit

Permalink
build: bump in-memory-web-api to v18
Browse files Browse the repository at this point in the history
This commit updates the in-memory-web-api package versions from v17 -> v18.
  • Loading branch information
josephperrott committed May 23, 2024
1 parent 85c1719 commit 3b76830
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular-in-memory-web-api",
"version": "0.17.0",
"version": "0.18.0",
"description": "An in-memory web api for Angular demos and tests",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/core": "^18.0.0",
"@angular/common": "^18.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down

0 comments on commit 3b76830

Please sign in to comment.