diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-09 16:29:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 16:29:30 +0000 |
commit | 4b7bb75e4d18d04c42c362a17b9cb0d331aa185f (patch) | |
tree | 8f0cdd6e25bde1cd6c0e04d72b1702f38a6c01fa /FrontEnd | |
parent | 330771555033780bfd7f13093b8d94ce3c66a7a8 (diff) | |
download | timeline-4b7bb75e4d18d04c42c362a17b9cb0d331aa185f.tar.gz timeline-4b7bb75e4d18d04c42c362a17b9cb0d331aa185f.tar.bz2 timeline-4b7bb75e4d18d04c42c362a17b9cb0d331aa185f.zip |
build(deps-dev): Bump typescript from 4.4.3 to 4.4.4 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4)
---
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 659eccca..faa6da46 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.3",
+ "typescript": "^4.4.4",
"vite": "^2.6.2",
"vite-plugin-pwa": "^0.11.3"
}
|