diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-17 05:04:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 05:04:32 +0000 |
commit | ea5b5cc356e160f7abb77231f23da53a0318ce4b (patch) | |
tree | 4aa0d8cba037e9127fc51af8a18328ef9c88ddd3 /FrontEnd | |
parent | f3e53af1f7e6a78a302a2a5f88ab3e898e92eac6 (diff) | |
download | timeline-ea5b5cc356e160f7abb77231f23da53a0318ce4b.tar.gz timeline-ea5b5cc356e160f7abb77231f23da53a0318ce4b.tar.bz2 timeline-ea5b5cc356e160f7abb77231f23da53a0318ce4b.zip |
build(deps-dev): Bump typescript from 4.3.2 to 4.3.3 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.3)
---
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 e83180ae..c5fb6e20 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
- "typescript": "^4.3.2",
+ "typescript": "^4.3.3",
"vite": "^2.3.7",
"vite-plugin-pwa": "^0.8.1"
}
|