mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: publish angular-in-memory-web-api@0.19.0 for v19 compatibility (#58741)
We re-publish this package with new peer dependencies for v19 compatibility. PR Close #58741
This commit is contained in:
parent
cdaa909da9
commit
8a4d2ef609
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "angular-in-memory-web-api",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"description": "An in-memory web api for Angular demos and tests",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/core": "^18.0.0",
|
||||
"@angular/common": "^18.0.0",
|
||||
"@angular/core": "^19.0.0",
|
||||
"@angular/common": "^19.0.0",
|
||||
"rxjs": "^6.5.3 || ^7.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue