Skip to content

Commit 2dbf51a

Browse files
committed
Compatibilidad Angular 18
1 parent 369210d commit 2dbf51a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

projects/ngx-jsonapi-lib/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"license": "MIT",
1919
"homepage": "https://github.com/reyesoft/ngx-jsonapi#readme",
2020
"peerDependencies": {
21-
"@angular/animations": "^19.0.0 || ^20.0.0",
22-
"@angular/common": "^19.0.0 || ^20.0.0",
23-
"@angular/compiler": "^19.0.0 || ^20.0.0",
24-
"@angular/core": "^19.0.0 || ^20.0.0",
25-
"@angular/forms": "^19.0.0 || ^20.0.0",
26-
"@angular/platform-browser": "^19.0.0 || ^20.0.0",
27-
"@angular/platform-browser-dynamic": "^19.0.0 || ^20.0.0",
28-
"@angular/platform-server": "^19.0.0 || ^20.0.0",
29-
"@angular/router": "^19.0.0 || ^20.0.0",
21+
"@angular/animations": "^18.0.0 || ^19.0.0 || ^20.0.0",
22+
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
23+
"@angular/compiler": "^18.0.0 || ^19.0.0 || ^20.0.0",
24+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
25+
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0",
26+
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0",
27+
"@angular/platform-browser-dynamic": "^18.0.0 || ^19.0.0 || ^20.0.0",
28+
"@angular/platform-server": "^18.0.0 || ^19.0.0 || ^20.0.0",
29+
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
3030
"lodash-es": "^4.17",
3131
"dexie": "^2.0.4 || ^4.0.0"
3232
},

0 commit comments

Comments
 (0)