Skip to content

Commit

Permalink
fix(deps): update taiga-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Sep 30, 2024
1 parent 712c5b3 commit 7f5fb73
Show file tree
Hide file tree
Showing 14 changed files with 347 additions and 655 deletions.
944 changes: 318 additions & 626 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@taiga-ui/cspell-config": "0.219.0",
"@taiga-ui/design-tokens": "0.139.0",
"@taiga-ui/eslint-plugin-experience": "0.219.0",
"@taiga-ui/event-plugins": "4.2.3",
"@taiga-ui/event-plugins": "4.2.4",
"@taiga-ui/prettier-config": "0.219.0",
"@taiga-ui/stylelint-config": "0.219.0",
"@taiga-ui/tsconfig": "0.219.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"tslib": "^2.7.0"
}
}
4 changes: 2 additions & 2 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@maskito/angular": "^3.0.3",
"@maskito/core": "^3.0.3",
"@maskito/kit": "^3.0.3",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/addon-mobile": "^4.8.1",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"markdown-it": ">=14.1.0",
"ngx-highlightjs": ">=10.0.0",
"tslib": "^2.7.0"
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/intersection-observer": "^4.6.4",
"@ng-web-apis/intersection-observer": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/mutation-observer": "^4.6.4",
"@ng-web-apis/resize-observer": "^4.6.4",
"@taiga-ui/event-plugins": "^4.2.3",
"@taiga-ui/polymorpheus": "^4.7.3",
"@ng-web-apis/common": "^4.6.5",
"@ng-web-apis/mutation-observer": "^4.6.5",
"@ng-web-apis/resize-observer": "^4.6.5",
"@taiga-ui/event-plugins": "^4.2.4",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0"
},
"optionalDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@angular/forms": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/mutation-observer": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@ng-web-apis/mutation-observer": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/event-plugins": "^4.2.3",
"@taiga-ui/event-plugins": "^4.2.4",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/platform-server": "16.2.12",
"@angular/router": "16.2.12",
"@docsearch/js": "3.6.2",
"@ng-web-apis/universal": "4.6.4",
"@ng-web-apis/universal": "4.6.5",
"@nguniversal/express-engine": "16.2.0",
"@stackblitz/sdk": "1.11.0",
"@taiga-ui/dompurify": "4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
10 changes: 5 additions & 5 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@maskito/core": "^3.0.3",
"@maskito/kit": "^3.0.3",
"@maskito/phone": "^3.0.3",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/intersection-observer": "^4.6.4",
"@ng-web-apis/mutation-observer": "^4.6.4",
"@ng-web-apis/resize-observer": "^4.6.4",
"@ng-web-apis/common": "^4.6.5",
"@ng-web-apis/intersection-observer": "^4.6.5",
"@ng-web-apis/mutation-observer": "^4.6.5",
"@ng-web-apis/resize-observer": "^4.6.5",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
"@taiga-ui/polymorpheus": "^4.7.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down

0 comments on commit 7f5fb73

Please sign in to comment.