Skip to content

Commit fc17f96

Browse files
committed
chore: update Jest deps to v29 in package template
Missed updating the create-package template during the Jest v27 to v29 migration (#7894).
1 parent 00517c1 commit fc17f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/create-package/package-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"devDependencies": {
5151
"@metamask/auto-changelog": "^3.4.4",
5252
"@ts-bridge/cli": "^0.6.4",
53-
"@types/jest": "^28.1.8",
53+
"@types/jest": "^29.5.14",
5454
"deepmerge": "^4.2.2",
55-
"jest": "^28.1.3",
56-
"ts-jest": "^28.0.8",
55+
"jest": "^29.7.0",
56+
"ts-jest": "^29.2.5",
5757
"typedoc": "^0.24.8",
5858
"typedoc-plugin-missing-exports": "^2.0.0",
5959
"typescript": "~5.3.3"

0 commit comments

Comments
 (0)