Skip to content

Commit 6653220

Browse files
renovate[bot]renovate-botescapedcat
authored
chore: update jest monorepo (major) (#3144)
* chore: update jest monorepo * chore: update ts-jest version Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: escapedcat <[email protected]>
1 parent ea5fa87 commit 6653220

File tree

3 files changed

+499
-800
lines changed

3 files changed

+499
-800
lines changed

@packages/test-environment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@types/tmp": "^0.2.0",
32-
"jest-environment-node": "^27.0.0",
32+
"jest-environment-node": "^28.0.0",
3333
"tmp": "0.2.1"
3434
},
3535
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@
9696
"eslint-plugin-import": "^2.20.1",
9797
"eslint-plugin-jest": "^26.0.0",
9898
"husky": "^8.0.0",
99-
"jest": "27.5.1",
99+
"jest": "28.1.0",
100100
"lerna": "^4.0.0",
101101
"lint-staged": "12.4.1",
102102
"prettier": "^2.0.5",
103-
"ts-jest": "^27.0.5",
103+
"ts-jest": "^28.0.2",
104104
"typescript": "^4.4.3"
105105
},
106106
"resolutions": {
107107
"**/lodash": "^4.17.19"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)