Skip to content

Commit a2c820e

Browse files
authored
Update Jest-related dependencies (#46)
These updates were required to get tests passing on Node.js v19, which is added to CI in a separate draft PR.
1 parent d47fdcb commit a2c820e

File tree

2 files changed

+486
-389
lines changed

2 files changed

+486
-389
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@metamask/eslint-config-nodejs": "^9.0.0",
4343
"@metamask/eslint-config-typescript": "^9.0.1",
4444
"@types/debug": "^4.1.7",
45-
"@types/jest": "^28.1.4",
45+
"@types/jest": "^29.2.2",
4646
"@types/jest-when": "^3.5.2",
4747
"@types/node": "^17.0.23",
4848
"@types/rimraf": "^3.0.2",
@@ -58,15 +58,15 @@
5858
"eslint-plugin-jsdoc": "^36.1.0",
5959
"eslint-plugin-node": "^11.1.0",
6060
"eslint-plugin-prettier": "^3.3.1",
61-
"jest": "^28.0.0",
61+
"jest": "^29.3.0",
6262
"jest-it-up": "^2.0.2",
63-
"jest-when": "^3.5.1",
63+
"jest-when": "^3.5.2",
6464
"nanoid": "^3.3.4",
6565
"prettier": "^2.2.1",
6666
"prettier-plugin-packagejson": "^2.2.17",
6767
"rimraf": "^3.0.2",
6868
"stdio-mock": "^1.2.0",
69-
"ts-jest": "^28.0.0",
69+
"ts-jest": "^29.0.3",
7070
"ts-node": "^10.7.0",
7171
"typescript": "^4.2.4"
7272
},

0 commit comments

Comments
 (0)