Skip to content

Commit

Permalink
Merge pull request #113 from Quramy/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v5.4.3
  • Loading branch information
Quramy committed Mar 22, 2024
2 parents 369bba7 + 6132d06 commit 3d0be53
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.5",
"rimraf": "5.0.5",
"typescript": "5.4.2"
"typescript": "5.4.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.4.2"
"typescript": "5.4.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.4.2"
"typescript": "5.4.3"
}
}

0 comments on commit 3d0be53

Please sign in to comment.