Skip to content

Commit c560d5b

Browse files
authored
Merge pull request #4 from ruby/update-jest
Bump up jest dependencies for support Node.js 16 and TypeScript 4
2 parents f9b3e43 + 12a58eb commit c560d5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"semver": "^6.1.1"
3030
},
3131
"devDependencies": {
32-
"@types/jest": "^24.0.13",
32+
"@types/jest": "^26.0.14",
3333
"@types/node": "^16.11.7",
3434
"@types/semver": "^6.0.0",
35-
"jest": "^24.8.0",
36-
"jest-circus": "^24.7.1",
37-
"ts-jest": "^24.0.2",
35+
"jest": "^26.6.3",
36+
"jest-circus": "^26.6.3",
37+
"ts-jest": "^26.5.6",
3838
"typescript": "^4.9.5"
3939
}
4040
}

0 commit comments

Comments
 (0)