diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-06 05:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 05:10:05 +0000 |
commit | 7c9a87a44bbfaa17cafa4f8f47fdaac041dab973 (patch) | |
tree | 1ec774e75fe911e14bee3fbfd6dd333a43a17415 | |
parent | 89e1bba933f1727893b502d097cd7c821a12d056 (diff) | |
download | timeline-7c9a87a44bbfaa17cafa4f8f47fdaac041dab973.tar.gz timeline-7c9a87a44bbfaa17cafa4f8f47fdaac041dab973.tar.bz2 timeline-7c9a87a44bbfaa17cafa4f8f47fdaac041dab973.zip |
build(deps-dev): Bump typescript from 4.7.2 to 4.7.3 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3)
---
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 51d179b9..395e7e1d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
- "typescript": "^4.7.2",
+ "typescript": "^4.7.3",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0"
}
|