diff --git a/frontend/package.json b/frontend/package.json index e190133..d378e9b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "vitest": "^4.0.15" }, "peerDependencies": { - "@angular/core": "^21.0.0", + "@angular/core": "^21.0.0 || ^22.0.0", "@sneat/dto": "^0.22.0", "rxjs": "^7.0.0" } diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 7197348..812e49a 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: dependencies: '@angular/core': - specifier: ^21.0.0 + specifier: ^21.0.0 || ^22.0.0 version: 21.2.18(rxjs@7.8.2) '@sneat/dto': specifier: ^0.22.0