Skip to content

Commit e2338b7

Browse files
chore(deps-dev): bump ts-jest from 25.4.0 to 26.2.0 (ionic-team#4529)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.4.0 to 26.2.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v25.4.0...v26.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 58f4d2e commit e2338b7

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

packages/@ionic/cli-framework-output/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jest": "^25.1.0",
4444
"jest-cli": "^26.0.1",
4545
"lint-staged": "^10.0.2",
46-
"ts-jest": "~25.4.0",
46+
"ts-jest": "~26.2.0",
4747
"tslint": "^5.9.1",
4848
"typescript": "~3.8.2"
4949
}

packages/@ionic/cli-framework-prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "^25.1.0",
3838
"jest-cli": "^26.0.1",
3939
"lint-staged": "^10.0.2",
40-
"ts-jest": "~25.4.0",
40+
"ts-jest": "~26.2.0",
4141
"tslint": "^5.9.1",
4242
"typescript": "~3.8.2"
4343
}

packages/@ionic/cli-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest": "^25.1.0",
4747
"jest-cli": "^26.0.1",
4848
"lint-staged": "^10.0.2",
49-
"ts-jest": "~25.4.0",
49+
"ts-jest": "~26.2.0",
5050
"tslint": "^5.9.1",
5151
"typescript": "~3.8.2"
5252
}

packages/@ionic/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"lint-staged": "^10.0.2",
8888
"rimraf": "^3.0.0",
8989
"source-map": "^0.7.0",
90-
"ts-jest": "~25.4.0",
90+
"ts-jest": "~26.2.0",
9191
"tslint": "^5.9.1",
9292
"typescript": "~3.8.2"
9393
}

packages/@ionic/discover/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jest-cli": "^26.0.1",
4444
"lint-staged": "^10.0.2",
4545
"rimraf": "^3.0.0",
46-
"ts-jest": "~25.4.0",
46+
"ts-jest": "~26.2.0",
4747
"tslint": "^5.9.1",
4848
"typescript": "~3.8.2"
4949
}

packages/@ionic/utils-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
4444
"rimraf": "^3.0.0",
45-
"ts-jest": "~25.4.0",
45+
"ts-jest": "~26.2.0",
4646
"tslint": "^5.9.1",
4747
"typescript": "~3.8.2"
4848
}

packages/@ionic/utils-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest-cli": "^26.0.1",
4747
"lint-staged": "^10.0.2",
4848
"rimraf": "^3.0.0",
49-
"ts-jest": "~25.4.0",
49+
"ts-jest": "~26.2.0",
5050
"tslint": "^5.9.1",
5151
"typescript": "~3.8.2"
5252
}

packages/@ionic/utils-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
4444
"rimraf": "^3.0.0",
45-
"ts-jest": "~25.4.0",
45+
"ts-jest": "~26.2.0",
4646
"tslint": "^5.9.1",
4747
"typescript": "~3.8.2"
4848
}

packages/@ionic/utils-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest-cli": "^26.0.1",
4343
"lint-staged": "^10.0.2",
4444
"rimraf": "^3.0.0",
45-
"ts-jest": "~25.4.0",
45+
"ts-jest": "~26.2.0",
4646
"tslint": "^5.9.1",
4747
"typescript": "~3.8.2"
4848
}

packages/@ionic/utils-process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jest-cli": "^26.0.1",
4848
"lint-staged": "^10.0.2",
4949
"rimraf": "^3.0.0",
50-
"ts-jest": "~25.4.0",
50+
"ts-jest": "~26.2.0",
5151
"tslint": "^5.9.1",
5252
"typescript": "~3.8.2"
5353
}

0 commit comments

Comments
 (0)