diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-22 09:54:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 09:54:15 +0000 |
commit | 1ef646f5510586d8464929ef766bba4de122f873 (patch) | |
tree | f14e3591d1176384f63eda57375425e8338738f9 /FrontEnd/package.json | |
parent | fffc13724b9bcafa07a20283ccb525b620055159 (diff) | |
download | timeline-1ef646f5510586d8464929ef766bba4de122f873.tar.gz timeline-1ef646f5510586d8464929ef766bba4de122f873.tar.bz2 timeline-1ef646f5510586d8464929ef766bba4de122f873.zip |
build(deps-dev): Bump type-fest from 0.21.3 to 1.0.0 in /FrontEnd
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 0.21.3 to 1.0.0.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](https://github.com/sindresorhus/type-fest/compare/v0.21.3...v1.0.0)
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 bb36a61f..1dc45ed9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -105,7 +105,7 @@ "sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
- "type-fest": "^0.21.3",
+ "type-fest": "^1.0.0",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.27.1",
|