Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2023
1 parent 1bcc641 commit ca01bb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"pretty-quick": "~3.1.3",
"typescript": "^5.0.0",
"typescript": "^5.1.3",
"jest": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"jest-environment-jsdom": "~29.5.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"engines": {
"node": ">=16.0.0"
},
"overrides": {
"typescript": "^5.1.3"
},
"dependencies": {
"typescript": "^5.0.2"
"typescript": "^5.1.3"
}
}

0 comments on commit ca01bb8

Please sign in to comment.