Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent b6b31ba commit 75ec853
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 @@ -35,7 +35,7 @@
"rimraf": "5.0.5",
"rollup": "4.6.1",
"rollup-plugin-analyzer": "4.0.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"volta": {
"node": "20.10.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.3.2"
"typescript": "5.3.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.3.2"
"typescript": "5.3.3"
}
}

0 comments on commit 75ec853

Please sign in to comment.