diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-05 07:05:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 07:05:39 +0000 |
commit | d3b424ebff1fe1c0ea03e7a7cbf581eb8a04b73b (patch) | |
tree | a1ef10df786e8beee1fddfec7f17a15ee2324cf1 | |
parent | 55ece0915f2774f667e3fa6531c5a34207a81f79 (diff) | |
download | timeline-d3b424ebff1fe1c0ea03e7a7cbf581eb8a04b73b.tar.gz timeline-d3b424ebff1fe1c0ea03e7a7cbf581eb8a04b73b.tar.bz2 timeline-d3b424ebff1fe1c0ea03e7a7cbf581eb8a04b73b.zip |
build(deps-dev): Bump typescript from 4.2.2 to 4.2.3 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3.
- [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 7d3cabae..f28f55b9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -104,7 +104,7 @@ "style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"type-fest": "^0.21.2",
- "typescript": "^4.2.2",
+ "typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.24.3",
"webpack-chain": "^6.5.1",
|