From 86df1d89d84199cc2ae745c79d0c25caf679afab Mon Sep 17 00:00:00 2001 From: q_h Date: Wed, 20 Nov 2024 11:52:22 +0300 Subject: [PATCH] fix: support Angular v19 (#463) * fix: support Angular v19 * ci: update angular versions --- .github/workflows/integration.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0e5f89a..ea59a5b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ng: [latest, 16] + ng: [latest, 18] name: Build app with @angular/cli steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 3080cf5..48145b6 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "zone.js": "~0.14.3" }, "peerDependencies": { - "@angular/core": ">=17.0.0 <19.0.0", + "@angular/core": ">=17.0.0 <20.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "lint-staged": {