Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 17, 2021
1 parent 40594af commit 9dc1030
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "16.0.1",
"globby": "11.0.3",
"jest-diff": "26.6.2",
"typescript": "4.0.5",
"typescript": "4.5.2",
"yargs": "16.2.0"
}
}
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": "4.3.6",
"fast-csv": "4.3.6",
"typescript": "4.0.5"
"typescript": "4.5.2"
}
}
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": "4.3.5",
"example-runner": "4.3.6",
"typescript": "4.0.5"
"typescript": "4.5.2"
}
}
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": "4.3.6",
"example-runner": "4.3.6",
"typescript": "4.0.5"
"typescript": "4.5.2"
}
}
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 @@ -40,6 +40,6 @@
"lerna": "4.0.0",
"prettier": "2.3.2",
"ts-jest": "26.5.6",
"typescript": "4.0.5"
"typescript": "4.5.2"
}
}

0 comments on commit 9dc1030

Please sign in to comment.