diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:18:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:18:28 +0000 |
commit | 32a20983d633510fff5db7f6b5f62ec4a1717457 (patch) | |
tree | 2029a0685e65ffbcddf6df4378970e3d5999ddb4 | |
parent | 6257f02acfcd3c0d06795e0b56ea434ab46d2717 (diff) | |
download | timeline-32a20983d633510fff5db7f6b5f62ec4a1717457.tar.gz timeline-32a20983d633510fff5db7f6b5f62ec4a1717457.tar.bz2 timeline-32a20983d633510fff5db7f6b5f62ec4a1717457.zip |
build(deps-dev): Bump ts-loader from 8.0.18 to 8.1.0 in /FrontEnd
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.18 to 8.1.0.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.18...v8.1.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 97d1b723..02dc12a9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -104,7 +104,7 @@ "sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
- "ts-loader": "^8.0.18",
+ "ts-loader": "^8.1.0",
"type-fest": "^1.0.1",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
|