From cda626cd203de377426cc3ceb5560667a927043e Mon Sep 17 00:00:00 2001 From: cmgchess Date: Sat, 27 Jun 2026 13:45:45 +0530 Subject: [PATCH] chore: remove unused @angular/animations dependency --- package.json | 1 - projects/swimlane/ngx-graph/package.json | 1 - yarn.lock | 12 ------------ 3 files changed, 14 deletions(-) diff --git a/package.json b/package.json index 0eaaecf1..656effb8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ }, "license": "MIT", "dependencies": { - "@angular/animations": "~21.1.1", "@angular/cdk": "~20.0.3", "@angular/common": "~21.1.1", "@angular/compiler": "~21.1.1", diff --git a/projects/swimlane/ngx-graph/package.json b/projects/swimlane/ngx-graph/package.json index 7fa13863..98af2668 100644 --- a/projects/swimlane/ngx-graph/package.json +++ b/projects/swimlane/ngx-graph/package.json @@ -30,7 +30,6 @@ }, "homepage": "https://github.com/swimlane/ngx-graph#readme", "peerDependencies": { - "@angular/animations": "19.x || 20.x || 21.x", "@angular/common": "19.x || 20.x || 21.x", "@angular/core": "19.x || 20.x || 21.x", "@angular/cdk": "19.x || 20.x || 21.x", diff --git a/yarn.lock b/yarn.lock index 524819c0..aeabb7fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -520,17 +520,6 @@ __metadata: languageName: node linkType: hard -"@angular/animations@npm:~21.1.1": - version: 21.1.1 - resolution: "@angular/animations@npm:21.1.1" - dependencies: - tslib: "npm:^2.3.0" - peerDependencies: - "@angular/core": 21.1.1 - checksum: 10c0/60dd58033b6c7370670c6ac5d4d9d4eb5986d94367d4070b424fae1603d6092aa62ed39e52fa48beb66d2ef9a33d61495a32052b9a60047d9e3e67c950522fb8 - languageName: node - linkType: hard - "@angular/build@npm:21.1.1": version: 21.1.1 resolution: "@angular/build@npm:21.1.1" @@ -12848,7 +12837,6 @@ __metadata: "@angular-eslint/eslint-plugin-template": "npm:~20.1.1" "@angular-eslint/schematics": "npm:~20.1.1" "@angular-eslint/template-parser": "npm:~20.1.1" - "@angular/animations": "npm:~21.1.1" "@angular/cdk": "npm:~20.0.3" "@angular/cli": "npm:21.1.1" "@angular/common": "npm:~21.1.1"