Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 19bb9ff commit 4477c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.2"
"typescript": "5.7.3"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"minimist": "^1.2.5"
},
"devDependencies": {
"typescript": "5.6.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/x-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@types/node": "^20.0.0"
},
"devDependencies": {
"typescript": "5.6.2"
"typescript": "5.7.3"
}
}

0 comments on commit 4477c87

Please sign in to comment.