diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-18 05:04:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 05:04:52 +0000 |
commit | fff626a668681a412ed150d443e3c260dca2d89d (patch) | |
tree | 3bfc33ed400f368da28b60ee49998685e5473616 | |
parent | fd83b662f97295aadf3459194a6b4f1a0d440446 (diff) | |
download | timeline-fff626a668681a412ed150d443e3c260dca2d89d.tar.gz timeline-fff626a668681a412ed150d443e3c260dca2d89d.tar.bz2 timeline-fff626a668681a412ed150d443e3c260dca2d89d.zip |
build(deps-dev): Bump typescript from 4.3.3 to 4.3.4 in /FrontEnd
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.3...v4.3.4)
---
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 c1cc1c09..305a71b7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
- "typescript": "^4.3.3",
+ "typescript": "^4.3.4",
"vite": "^2.3.7",
"vite-plugin-pwa": "^0.8.1"
}
|