diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-18 15:59:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 15:59:38 +0000 |
commit | 367f975130f2ad90521bd99cbbfb9de2ef462664 (patch) | |
tree | c80be6b98a79f60d389c98e2d1d097c78320d9de | |
parent | ac8463f04629f05a3dfffa046fce71cd1ef9e8d9 (diff) | |
download | timeline-367f975130f2ad90521bd99cbbfb9de2ef462664.tar.gz timeline-367f975130f2ad90521bd99cbbfb9de2ef462664.tar.bz2 timeline-367f975130f2ad90521bd99cbbfb9de2ef462664.zip |
build(deps-dev): Bump typescript from 4.4.2 to 4.4.3 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.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 21ba2be7..50bc867f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.2",
+ "typescript": "^4.4.3",
"vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
}
|