Skip to content

Commit

Permalink
chore: use less strict dep constraints for deprecated `@taiga-ui/{add…
Browse files Browse the repository at this point in the history
…on-preview,addon-tablebars}`
  • Loading branch information
nsbarsukov committed Aug 5, 2024
1 parent 0476a72 commit 5beede1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions projects/addon-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@ng-web-apis/mutation-observer": "^3.1.0",
"@taiga-ui/cdk": "^3.88.0",
"@taiga-ui/core": "^3.88.0",
"@taiga-ui/i18n": "^3.88.0",
"@taiga-ui/kit": "^3.88.0",
"@ng-web-apis/mutation-observer": ">=3.1.0",
"@taiga-ui/cdk": ">=3.88.0",
"@taiga-ui/core": ">=3.88.0",
"@taiga-ui/i18n": ">=3.88.0",
"@taiga-ui/kit": ">=3.88.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": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@taiga-ui/cdk": "^3.88.0",
"@taiga-ui/core": "^3.88.0",
"@taiga-ui/cdk": ">=3.88.0",
"@taiga-ui/core": ">=3.88.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "^2.6.2"
Expand Down

0 comments on commit 5beede1

Please sign in to comment.