Skip to content

Commit

Permalink
Update jest, @types/jest, typescript versions (#27)
Browse files Browse the repository at this point in the history
* chore: update typescript version to 5.3.3

* chore: update jest, @types/jest version
  • Loading branch information
yeonjuan committed Jan 9, 2024
1 parent 78db066 commit 585f917
Show file tree
Hide file tree
Showing 3 changed files with 4,100 additions and 2,659 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"homepage": "https://github.com/yeonjuan/parse-git-diff#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.11",
"gh-pages": "^4.0.0",
"husky": "^7.0.2",
"jest": "^29.3.1",
"jest": "^29.7.0",
"md-replacer": "^0.0.4",
"prettier": "^2.4.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.0.5",
"tslib": "^2.3.1",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
},
"files": [
"build"
Expand Down

0 comments on commit 585f917

Please sign in to comment.