diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-22 10:10:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 10:10:45 +0000 |
commit | d7d2c68fc1379f7b980955a46f3fbbfe40ab0d16 (patch) | |
tree | 02a9d6caeab23dec6adc28ded77d4565b8d4d8b3 | |
parent | 8d7afc41077c1468bc7ddff26c2db666be6f85c5 (diff) | |
parent | 97236e883d13808de9ac9211ab75a2ceba5b5a0e (diff) | |
download | timeline-d7d2c68fc1379f7b980955a46f3fbbfe40ab0d16.tar.gz timeline-d7d2c68fc1379f7b980955a46f3fbbfe40ab0d16.tar.bz2 timeline-d7d2c68fc1379f7b980955a46f3fbbfe40ab0d16.zip |
Merge pull request #391 from crupest/dependabot/npm_and_yarn/FrontEnd/type-fest-1.0.0
-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",
|