diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-27 05:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 05:04:58 +0000 |
commit | b7d9f97d7e46291704563522ed7403aec2346724 (patch) | |
tree | da03bd4a61210a42036f58c6a46edb1ec078d15c | |
parent | 2d0014fcfb1525c0efb9e6a797c21923df2cf32a (diff) | |
download | timeline-b7d9f97d7e46291704563522ed7403aec2346724.tar.gz timeline-b7d9f97d7e46291704563522ed7403aec2346724.tar.bz2 timeline-b7d9f97d7e46291704563522ed7403aec2346724.zip |
build(deps-dev): Bump typescript from 4.3.5 to 4.4.2 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 fe27297b..636bc127 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
- "typescript": "^4.3.5",
+ "typescript": "^4.4.2",
"vite": "^2.5.1",
"vite-plugin-pwa": "^0.11.2"
}
|