Skip to content

Commit

Permalink
chore: fixup peer ranges (#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 24, 2024
1 parent 8ff5986 commit 74dcc55
Show file tree
Hide file tree
Showing 18 changed files with 149 additions and 149 deletions.
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/common": ">=3.2.3",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"tslib": ">=2.7.0"
}
Expand Down
20 changes: 10 additions & 10 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@maskito/angular": ">=1.9.0",
"@maskito/core": ">=1.9.0",
"@maskito/kit": ">=1.9.0",
"@ng-web-apis/common": ">=3.2.3",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@taiga-ui/i18n": ">=3.94.0",
"@taiga-ui/kit": ">=3.94.0",
"@tinkoff/ng-polymorpheus": "4>=.3.0",
"rxjs": ">=6.0.0 || >=7.0.0",
"@maskito/angular": ">=1.9.0 <2",
"@maskito/core": ">=1.9.0 <2",
"@maskito/kit": ">=1.9.0 <2",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@taiga-ui/i18n": ">=3.94.0 <4",
"@taiga-ui/kit": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
}
}
10 changes: 5 additions & 5 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@angular/router": ">=12.0.0",
"@ng-web-apis/common": ">=3.2.3",
"@taiga-ui/addon-mobile": ">=3.94.0",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@taiga-ui/kit": ">=3.94.0",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/addon-mobile": ">=3.94.0 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@taiga-ui/kit": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"tslib": ">=2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@angular/cdk": ">=12.0.0",
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/common": ">=3.2.3",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@taiga-ui/kit": ">=3.94.0",
"@ng-web-apis/common": ">=3.2.3 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@taiga-ui/kit": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0 || >=7.0.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
}
}
16 changes: 8 additions & 8 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/mutation-observer": ">=3.1.0",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@taiga-ui/i18n": ">=3.94.0",
"@taiga-ui/kit": ">=3.94.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0 || >=7.0.0",
"tslib": "^2.6.2"
"@ng-web-apis/mutation-observer": ">=3.1.0 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@taiga-ui/i18n": ">=3.94.0 <4",
"@taiga-ui/kit": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/intersection-observer": ">=3.2.3",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@taiga-ui/i18n": ">=3.94.0",
"@taiga-ui/kit": ">=3.94.0",
"@ng-web-apis/intersection-observer": ">=3.2.3 <4",
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@taiga-ui/i18n": ">=3.94.0 <4",
"@taiga-ui/kit": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0 || >=7.0.0",
"tslib": "^2.7.0"
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
}
}
10 changes: 5 additions & 5 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@taiga-ui/cdk": ">=3.94.0",
"@taiga-ui/core": ">=3.94.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0 || >=7.0.0",
"tslib": "^2.6.2"
"@taiga-ui/cdk": ">=3.94.0 <4",
"@taiga-ui/core": ">=3.94.0 <4",
"@tinkoff/ng-polymorpheus": ">=4.3.0",
"rxjs": ">=6.0.0",
"tslib": ">=2.7.0"
}
}
2 changes: 1 addition & 1 deletion projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"rxjs": ">=6.0.0 || >=7.0.0"
"rxjs": ">=6.0.0"
},
"optionalDependencies": {
"ng-morph": "^4.8.2",
Expand Down
Loading

0 comments on commit 74dcc55

Please sign in to comment.