Skip to content

Commit 03bae87

Browse files
committed
fix: Fix erroneous @angular/cdk dependency version
1 parent e7d8414 commit 03bae87

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fix
6+
7+
- Fix erroneous @angular/cdk dependency version
8+
59
## [21.0.0] - 2026-01-02
610

711
### BREAKING CHANGES

libs/ngx-contextmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "git+ssh://git@github.com:PerfectMemory/ngx-contextmenu.git"
2525
},
2626
"peerDependencies": {
27-
"@angular/cdk": "^21.0.6",
27+
"@angular/cdk": "^21.0.5",
2828
"@angular/common": "^21.0.6",
2929
"@angular/core": "^21.0.6"
3030
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@angular/animations": "^21.0.6",
47-
"@angular/cdk": "21.0.5",
47+
"@angular/cdk": "^21.0.5",
4848
"@angular/common": "^21.0.6",
4949
"@angular/compiler": "^21.0.6",
5050
"@angular/core": "^21.0.6",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
optionalDependencies:
324324
lmdb "3.4.3"
325325

326-
"@angular/cdk@21.0.5":
326+
"@angular/cdk@^21.0.5":
327327
version "21.0.5"
328328
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-21.0.5.tgz#b4eaa09c2804d2614cccbab9f816c469245839b1"
329329
integrity sha512-yO/IRYEZ5wJkpwg3GT3b6RST4pqNFTAhuyPdEdLcE81cs283K3aKOsCYh2xUR3bR4WxBh2kBPSJ31AFZyJXbSA==

0 commit comments

Comments
 (0)