diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-21 05:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 05:05:36 +0000 |
commit | 1bf840258bc30e6d61b63db87ed2692dd5bb3337 (patch) | |
tree | 0526696574910aea1bf142426a63c5390d54f9db /FrontEnd | |
parent | d75f7442ff6c2f92e1a9a0b8c5787246ac12d8eb (diff) | |
download | timeline-1bf840258bc30e6d61b63db87ed2692dd5bb3337.tar.gz timeline-1bf840258bc30e6d61b63db87ed2692dd5bb3337.tar.bz2 timeline-1bf840258bc30e6d61b63db87ed2692dd5bb3337.zip |
build(deps-dev): Bump typescript from 4.5.4 to 4.5.5 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 36a0fe3b..f850b8ba 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.4",
+ "typescript": "^4.5.5",
"vite": "^2.7.10",
"vite-plugin-pwa": "^0.11.13"
}
|