diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-08 07:05:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 07:05:28 +0000 |
commit | 60b052844f5d83dda178b832e19c60f2f3fda302 (patch) | |
tree | 2672e40cf21684697af474715813b37c9c118438 | |
parent | bcecc31f7453b80b8f2a23ed706741e72638f15f (diff) | |
download | timeline-60b052844f5d83dda178b832e19c60f2f3fda302.tar.gz timeline-60b052844f5d83dda178b832e19c60f2f3fda302.tar.bz2 timeline-60b052844f5d83dda178b832e19c60f2f3fda302.zip |
build(deps-dev): Bump typescript from 4.2.3 to 4.2.4 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ab6fe095..0cdcb1cf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -107,7 +107,7 @@ "style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"type-fest": "^1.0.1",
- "typescript": "^4.2.3",
+ "typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.30.0",
"webpack-chain": "^6.5.1",
|