diff options
author | crupest <crupest@outlook.com> | 2022-06-06 16:54:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 16:54:32 +0800 |
commit | 47bd5f92e762b93a143ec8f1b9b80def3c9e6d9b (patch) | |
tree | 3bf759990ba35bec867badeb8f24750bcac035d4 | |
parent | 767cf7f8ca762382fa5b7861492ad44415968d1a (diff) | |
parent | 7c9a87a44bbfaa17cafa4f8f47fdaac041dab973 (diff) | |
download | timeline-47bd5f92e762b93a143ec8f1b9b80def3c9e6d9b.tar.gz timeline-47bd5f92e762b93a143ec8f1b9b80def3c9e6d9b.tar.bz2 timeline-47bd5f92e762b93a143ec8f1b9b80def3c9e6d9b.zip |
Merge pull request #1239 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.7.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 4ae67091..19172802 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
- "typescript": "^4.7.2",
+ "typescript": "^4.7.3",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0"
}
|