diff options
author | crupest <crupest@outlook.com> | 2021-09-19 00:03:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 00:03:30 +0800 |
commit | 4a611ce688f063f8117081e995265e111cf1f57e (patch) | |
tree | b934f70f3096a37b1a1cc030ebec16fc2fbf4075 | |
parent | 69b9b9a9c6befb2969556abb60ab4090bb7b1313 (diff) | |
parent | 367f975130f2ad90521bd99cbbfb9de2ef462664 (diff) | |
download | timeline-4a611ce688f063f8117081e995265e111cf1f57e.tar.gz timeline-4a611ce688f063f8117081e995265e111cf1f57e.tar.bz2 timeline-4a611ce688f063f8117081e995265e111cf1f57e.zip |
Merge pull request #813 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.4.3
-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 527b10b8..ebe4cafb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.2",
+ "typescript": "^4.4.3",
"vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
}
|