Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent 13fa851 commit ded8795
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/example-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/yargs": "17.0.32",
"globby": "11.1.0",
"jest-diff": "29.7.0",
"typescript": "5.3.3",
"typescript": "5.4.3",
"yargs": "17.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/fast-csv-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"example-runner": "5.0.0",
"fast-csv": "5.0.1",
"typescript": "5.3.3"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/formatting-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@fast-csv/format": "5.0.0",
"example-runner": "5.0.0",
"typescript": "5.3.3"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/parsing-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@fast-csv/parse": "5.0.0",
"example-runner": "5.0.0",
"typescript": "5.3.3"
"typescript": "5.4.3"
}
}
20 changes: 10 additions & 10 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 @@ -43,6 +43,6 @@
"lerna": "8.1.2",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
"typescript": "5.4.3"
}
}

0 comments on commit ded8795

Please sign in to comment.