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 | 97236e883d13808de9ac9211ab75a2ceba5b5a0e (patch) | |
tree | 02a9d6caeab23dec6adc28ded77d4565b8d4d8b3 | |
parent | 8d7afc41077c1468bc7ddff26c2db666be6f85c5 (diff) | |
download | timeline-97236e883d13808de9ac9211ab75a2ceba5b5a0e.tar.gz timeline-97236e883d13808de9ac9211ab75a2ceba5b5a0e.tar.bz2 timeline-97236e883d13808de9ac9211ab75a2ceba5b5a0e.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>
-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",
|