diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 10:02:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 10:02:46 +0000 |
commit | ffa21e4b8f6b4292b419b2d02b4529c0d7cdea26 (patch) | |
tree | eb833de057dac2500661d4c8e0b5dd3830ed6f92 /FrontEnd/package.json | |
parent | 919dfbe800ac421aa1f1d9cb66b21c84ed87a410 (diff) | |
download | timeline-ffa21e4b8f6b4292b419b2d02b4529c0d7cdea26.tar.gz timeline-ffa21e4b8f6b4292b419b2d02b4529c0d7cdea26.tar.bz2 timeline-ffa21e4b8f6b4292b419b2d02b4529c0d7cdea26.zip |
build(deps-dev): Bump typescript from 4.7.3 to 4.7.4 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.3...v4.7.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/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 4340c699..325c9061 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
- "typescript": "^4.7.3",
+ "typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pwa": "^0.12.0"
}
|