Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Jun 7, 2020
1 parent 0138c9f commit 921aeca
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": "15.0.5",
"globby": "11.0.0",
"jest-diff": "26.0.1",
"typescript": "3.9.3",
"typescript": "3.9.5",
"yargs": "15.3.1"
}
}
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.0",
"fast-csv": "4.3.0",
"typescript": "3.9.3"
"typescript": "3.9.5"
}
}
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.0",
"example-runner": "4.3.0",
"typescript": "3.9.3"
"typescript": "3.9.5"
}
}
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.0",
"example-runner": "4.3.0",
"typescript": "3.9.3"
"typescript": "3.9.5"
}
}
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": "3.22.0",
"prettier": "2.0.5",
"ts-jest": "26.1.0",
"typescript": "3.9.3"
"typescript": "3.9.5"
}
}

0 comments on commit 921aeca

Please sign in to comment.