diff options
author | crupest <crupest@outlook.com> | 2021-02-10 17:08:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 17:08:38 +0800 |
commit | 2588467ddf456897af844c9151b22dbaed2903e3 (patch) | |
tree | c9d820bf7f913fd57dfb2b1dc3bc1eb104f45933 /FrontEnd/package.json | |
parent | 70fc6e894879d92c7ed999700842c2e3cfc5b74a (diff) | |
parent | 57e2279d83f8a90c4cc11db3779c5ac010d6fdb2 (diff) | |
download | timeline-2588467ddf456897af844c9151b22dbaed2903e3.tar.gz timeline-2588467ddf456897af844c9151b22dbaed2903e3.tar.bz2 timeline-2588467ddf456897af844c9151b22dbaed2903e3.zip |
Merge pull request #261 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.1.4
build(deps-dev): Bump typescript from 4.1.3 to 4.1.4 in /FrontEnd
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 2eff6e16..2054737c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -102,7 +102,7 @@ "style-loader": "^2.0.0",
"ts-loader": "^8.0.16",
"type-fest": "^0.20.2",
- "typescript": "^4.1.3",
+ "typescript": "^4.1.4",
"url-loader": "^4.1.1",
"webpack": "^5.21.2",
"webpack-chain": "^6.5.1",
|