Skip to content

Commit 585f917

Browse files
authored
Update jest, @types/jest, typescript versions (#27)
* chore: update typescript version to 5.3.3 * chore: update jest, @types/jest version
1 parent 78db066 commit 585f917

File tree

3 files changed

+4100
-2659
lines changed

3 files changed

+4100
-2659
lines changed

.yarn/install-state.gz

364 KB
Binary file not shown.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
},
3636
"homepage": "https://github.com/yeonjuan/parse-git-diff#readme",
3737
"devDependencies": {
38-
"@types/jest": "^27.0.2",
38+
"@types/jest": "^29.5.11",
3939
"gh-pages": "^4.0.0",
4040
"husky": "^7.0.2",
41-
"jest": "^29.3.1",
41+
"jest": "^29.7.0",
4242
"md-replacer": "^0.0.4",
4343
"prettier": "^2.4.1",
4444
"rimraf": "^5.0.1",
4545
"ts-jest": "^29.0.5",
4646
"tslib": "^2.3.1",
47-
"typescript": "^5.0.4"
47+
"typescript": "^5.3.3"
4848
},
4949
"files": [
5050
"build"

0 commit comments

Comments
 (0)