diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-14 06:01:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 06:01:21 +0000 |
commit | 466b0c90a67c5d519f31d124d8aa7326e9579212 (patch) | |
tree | b6246bd91a637c92ae142094a226065b2c1bbd83 | |
parent | 8db32d4366b2df7a4875088785ebe5069bfac6d1 (diff) | |
download | timeline-466b0c90a67c5d519f31d124d8aa7326e9579212.tar.gz timeline-466b0c90a67c5d519f31d124d8aa7326e9579212.tar.bz2 timeline-466b0c90a67c5d519f31d124d8aa7326e9579212.zip |
build(deps-dev): Bump typescript from 4.5.3 to 4.5.4 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 fe3c77ac..17d2d112 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.3",
+ "typescript": "^4.5.4",
"vite": "^2.7.1",
"vite-plugin-pwa": "^0.11.11"
}
|