diff options
author | crupest <crupest@outlook.com> | 2021-05-30 16:58:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 16:58:39 +0800 |
commit | df75722b3d08e1d23532c27c197ae9f97f81bd51 (patch) | |
tree | d09ea912f3615ddeddad84f40a78381884422f40 /FrontEnd/package.json | |
parent | f30213cc3ed5d5cc7cf00145580f2e00d221b165 (diff) | |
parent | ff5b4fc04bdebc110f51e27d3388c131eee85bec (diff) | |
download | timeline-df75722b3d08e1d23532c27c197ae9f97f81bd51.tar.gz timeline-df75722b3d08e1d23532c27c197ae9f97f81bd51.tar.bz2 timeline-df75722b3d08e1d23532c27c197ae9f97f81bd51.zip |
Merge pull request #574 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.3.2
build(deps-dev): Bump typescript from 4.2.4 to 4.3.2 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 0a873994..7608c51b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -105,7 +105,7 @@ "sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
- "typescript": "^4.2.4",
+ "typescript": "^4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-chain": "^6.5.1",
|