Skip to content

Commit bbf246b

Browse files
chore: update jest monorepo to v27 (major) (#2617)
* chore: update dependency ts-jest to v27 * chore: update jest monorepo to v27 Co-authored-by: Renovate Bot <[email protected]>
1 parent 73b2ed1 commit bbf246b

File tree

3 files changed

+625
-773
lines changed

3 files changed

+625
-773
lines changed

Diff for: @packages/test-environment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"dependencies": {
3030
"@types/tmp": "^0.2.0",
31-
"jest-environment-node": "^26.6.2",
31+
"jest-environment-node": "^27.0.0",
3232
"tmp": "0.2.1"
3333
},
3434
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"eslint-plugin-import": "^2.20.1",
9797
"eslint-plugin-jest": "^24.0.0",
9898
"husky": "^6.0.0",
99-
"jest": "26.6.3",
99+
"jest": "27.0.1",
100100
"lerna": "^4.0.0",
101101
"lint-staged": "11.0.0",
102102
"prettier": "^2.0.5",
103-
"ts-jest": "26.5.6",
103+
"ts-jest": "27.0.0",
104104
"typescript": "4.2.4"
105105
},
106106
"resolutions": {

0 commit comments

Comments
 (0)