Skip to content

Commit

Permalink
fix(deps): update taiga-ui to ^4.6.4 (#9180)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 25, 2024
1 parent c65e604 commit ffbee63
Show file tree
Hide file tree
Showing 11 changed files with 213 additions and 519 deletions.
700 changes: 197 additions & 503 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/addon-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/common": "^4.6.4",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/polymorpheus": "^4.7.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@maskito/angular": "^3.0.2",
"@maskito/core": "^3.0.2",
"@maskito/kit": "^3.0.2",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/common": "^4.6.4",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/common": "^4.6.4",
"@taiga-ui/addon-mobile": "^4.8.1",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/common": "^4.6.4",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/kit": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/addon-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@ng-web-apis/intersection-observer": "^4.6.3",
"@ng-web-apis/intersection-observer": "^4.6.4",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
Expand Down
6 changes: 3 additions & 3 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/mutation-observer": "^4.6.3",
"@ng-web-apis/resize-observer": "^4.6.3",
"@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",
"rxjs": ">=7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@angular/forms": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/mutation-observer": "^4.6.3",
"@ng-web-apis/common": "^4.6.4",
"@ng-web-apis/mutation-observer": "^4.6.4",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/event-plugins": "^4.2.3",
"@taiga-ui/i18n": "^4.8.1",
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.1",
"@ng-web-apis/universal": "4.6.3",
"@ng-web-apis/universal": "4.6.4",
"@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/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.3",
"@ng-web-apis/common": "^4.6.4",
"rxjs": ">=7.0.0",
"tslib": "^2.7.0"
}
Expand Down
8 changes: 4 additions & 4 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@maskito/core": "^3.0.2",
"@maskito/kit": "^3.0.2",
"@maskito/phone": "^3.0.2",
"@ng-web-apis/common": "^4.6.3",
"@ng-web-apis/intersection-observer": "^4.6.3",
"@ng-web-apis/mutation-observer": "^4.6.3",
"@ng-web-apis/resize-observer": "^4.6.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",
"@taiga-ui/cdk": "^4.8.1",
"@taiga-ui/core": "^4.8.1",
"@taiga-ui/i18n": "^4.8.1",
Expand Down

0 comments on commit ffbee63

Please sign in to comment.