diff options
author | crupest <crupest@outlook.com> | 2021-02-11 22:26:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 22:26:01 +0800 |
commit | 0064a85f9c58017382cb6f2ec3cc707dc11e3405 (patch) | |
tree | 90f0025c0c2d38f7a76286b160a661f7a2070a4a | |
parent | e7a0ad3a10fe3a5fb438841630255d93ae1836e9 (diff) | |
parent | ae983df144297dc0fc1e8a4ad95cc243c345b266 (diff) | |
download | timeline-0064a85f9c58017382cb6f2ec3cc707dc11e3405.tar.gz timeline-0064a85f9c58017382cb6f2ec3cc707dc11e3405.tar.bz2 timeline-0064a85f9c58017382cb6f2ec3cc707dc11e3405.zip |
Merge pull request #264 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.1.5
build(deps-dev): Bump typescript from 4.1.4 to 4.1.5 in /FrontEnd
-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 fc4147ad..dde61006 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -102,7 +102,7 @@ "style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"type-fest": "^0.20.2",
- "typescript": "^4.1.4",
+ "typescript": "^4.1.5",
"url-loader": "^4.1.1",
"webpack": "^5.21.2",
"webpack-chain": "^6.5.1",
|