Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.3 (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent db38351 commit ba58114
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -37,7 +37,7 @@
"rimraf": "6.0.1",
"rollup": "4.30.1",
"rollup-plugin-analyzer": "4.0.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"volta": {
"node": "22.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/library-a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@d13z-lerna/library-b": "^0.0.10"
},
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/library-b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}

0 comments on commit ba58114

Please sign in to comment.