Skip to content

Commit

Permalink
chore: use caret symbol to fixate @taiga-ui/* peer deps (instead of…
Browse files Browse the repository at this point in the history
… `>=`) (#6496)
  • Loading branch information
nsbarsukov authored Jan 19, 2024
1 parent afa5ae1 commit c4eb25e
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 76 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@maskito/core": "1.9.0",
"@maskito/kit": "1.9.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/i18n": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@angular/forms": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/addon-mobile": ">=3.59.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/addon-mobile": "^3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/mutation-observer": "3.1.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/i18n": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/intersection-observer": "3.2.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/i18n": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@angular/router": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@ng-web-apis/mutation-observer": "3.1.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/i18n": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@tinkoff/ng-event-plugins": "3.1.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@taiga-ui/addon-commerce": ">=3.59.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/kit": ">=3.59.0",
"@taiga-ui/addon-commerce": "^3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svgo": "3.2.0"
},
"peerDependencies": {
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@ng-web-apis/common": "3.0.6",
"@ng-web-apis/mutation-observer": "3.1.0",
"@ng-web-apis/resize-observer": "3.0.6",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/i18n": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/i18n": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/core": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.59.0",
"description": "Global Styles for Taiga UI",
"peerDependencies": {
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/taiga-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@taiga-ui/cdk": "^3.59.0"
},
"peerDependencies": {
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
},
"schematics": "../@taiga-ui/cdk/schematics/collection.json"
Expand Down
2 changes: 1 addition & 1 deletion projects/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ts-jest": "29.1.1"
},
"peerDependencies": {
"@taiga-ui/cdk": ">=3.59.0",
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
}
}

0 comments on commit c4eb25e

Please sign in to comment.