Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 24, 2021
1 parent 6e91e16 commit 890ad4c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0",
"globby": "11.0.2",
"jest-diff": "26.6.2",
"typescript": "4.0.5",
"typescript": "4.2.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.2.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.2.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.2.2"
}
}
6 changes: 3 additions & 3 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.1",
"prettier": "2.2.1",
"ts-jest": "26.5.2",
"typescript": "4.0.5"
"typescript": "4.2.2"
}
}

0 comments on commit 890ad4c

Please sign in to comment.