diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-25 05:10:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 05:10:42 +0000 |
commit | 1df5c9018f62ab7a0a711d67ba68b2fd6630edda (patch) | |
tree | cf642b444694a777f57854d954b63511e941e43a /FrontEnd/package.json | |
parent | 924b798aff4c40b42b38f3960478c48b27cd5965 (diff) | |
download | timeline-1df5c9018f62ab7a0a711d67ba68b2fd6630edda.tar.gz timeline-1df5c9018f62ab7a0a711d67ba68b2fd6630edda.tar.bz2 timeline-1df5c9018f62ab7a0a711d67ba68b2fd6630edda.zip |
build(deps-dev): Bump typescript from 4.6.2 to 4.6.3 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.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/package.json')
-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 e326ed60..37a00bd5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.0",
- "typescript": "^4.6.2",
+ "typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}
|