Skip to content

Commit

Permalink
chore: update jest preset (#6950)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Mar 5, 2024
1 parent 4fe10dc commit a276f7c
Show file tree
Hide file tree
Showing 18 changed files with 153 additions and 118 deletions.
195 changes: 115 additions & 80 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@ng-web-apis/common": "^3.0.6",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
"@tinkoff/ng-polymorpheus": "^4.3.0",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@maskito/angular": "^2.0.2",
"@maskito/core": "^2.0.2",
"@maskito/kit": "^2.0.2",
"@ng-web-apis/common": "3.0.6",
"@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",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@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",
"@tinkoff/ng-polymorpheus": "4.3.0",
"tslib": "2.6.2"
"@tinkoff/ng-polymorpheus": "^4.3.0",
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@angular/cdk": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@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",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
6 changes: 3 additions & 3 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": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/mutation-observer": "3.1.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",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 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": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@ng-web-apis/intersection-observer": "3.2.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",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/core": ">=15.0.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions projects/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@angular-devkit/core": ">=15.0.0",
"@angular-devkit/schematics": ">=15.0.0",
"@schematics/angular": ">=15.0.0",
"ng-morph": "4.0.6",
"parse5": "6.0.1"
"ng-morph": "^4.0.6",
"parse5": "^6.0.1"
},
"ng-update": {
"migrations": "./schematics/migration.json",
Expand Down
10 changes: 5 additions & 5 deletions projects/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@angular/forms": ">=15.0.0",
"@angular/platform-browser": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@ng-web-apis/mutation-observer": "3.1.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",
"@tinkoff/ng-event-plugins": "3.1.1",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-event-plugins": "^3.1.1",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
},
"schematics": "./schematics/collection.json"
}
4 changes: 2 additions & 2 deletions projects/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@taiga-ui/kit": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions projects/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "Apache-2.0",
"peerDependencies": {
"@angular/core": ">=15.0.0",
"@ng-web-apis/common": "3.0.6",
"@ng-web-apis/common": "^3.0.6",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"peerDependencies": {
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@taiga-ui/i18n": "^3.59.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions projects/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@angular/core": ">=15.0.0",
"@taiga-ui/cdk": "^3.59.0",
"@taiga-ui/core": "^3.59.0",
"@tinkoff/ng-polymorpheus": "4.3.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"rxjs": ">=6.0.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion projects/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "Global Styles for Taiga UI",
"peerDependencies": {
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
"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 @@ -19,7 +19,7 @@
},
"peerDependencies": {
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
},
"schematics": "../@taiga-ui/cdk/schematics/collection.json"
}
4 changes: 2 additions & 2 deletions projects/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"devDependencies": {
"@types/jest": "29.5.12",
"jest": "29.7.0",
"jest-preset-angular": "13.1.5",
"jest-preset-angular": "14.0.3",
"ts-jest": "29.1.2"
},
"peerDependencies": {
"@taiga-ui/cdk": "^3.59.0",
"tslib": "2.6.2"
"tslib": "^2.6.2"
}
}

0 comments on commit a276f7c

Please sign in to comment.