Skip to content

Commit 6a20bfd

Browse files
committed
chore: bump peer dependency versions
1 parent 3073289 commit 6a20bfd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

libs/cdk/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77
"repository": "https://github.com/Angular-RU/angular-ru-sdk",
88
"license": "MIT",
99
"author": "[email protected]",
10+
"peerDependencies": {
11+
"@angular/cdk": ">=20.0.0",
12+
"@angular/common": ">=20.0.0",
13+
"@angular/core": ">=20.0.0",
14+
"@angular/forms": ">=20.0.0",
15+
"@angular/router": ">=20.0.0"
16+
},
17+
"peerDependenciesMeta": {
18+
"@angular/cdk": {
19+
"optional": true
20+
},
21+
"@angular/forms": {
22+
"optional": true
23+
},
24+
"@angular/router": {
25+
"optional": true
26+
}
27+
},
1028
"publishConfig": {
1129
"access": "public"
1230
}

libs/ngxs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"license": "MIT",
99
"author": "[email protected]",
1010
"peerDependencies": {
11-
"@ngxs/store": ">=18.1.6"
11+
"@angular/common": ">=20.0.0",
12+
"@angular/core": ">=20.0.0",
13+
"@ngxs/store": ">=20.0.0"
1214
},
1315
"publishConfig": {
1416
"access": "public"

0 commit comments

Comments
 (0)