diff options
author | crupest <crupest@outlook.com> | 2022-04-29 13:14:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 13:14:23 +0800 |
commit | ac3a8610d7188fa0b42f7adcb1c7ff9a6de59aa2 (patch) | |
tree | 68ae1884a7b9465acd4d18fab9eee4a259314c82 | |
parent | 1244bed985c00f1ecb08e9077b235ec97dfbdb9e (diff) | |
parent | 6d0ca25f46d4f72c40ab6156ba1b5082acc4bcbd (diff) | |
download | timeline-ac3a8610d7188fa0b42f7adcb1c7ff9a6de59aa2.tar.gz timeline-ac3a8610d7188fa0b42f7adcb1c7ff9a6de59aa2.tar.bz2 timeline-ac3a8610d7188fa0b42f7adcb1c7ff9a6de59aa2.zip |
Merge pull request #1184 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.6.4
-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 708aee8c..c27aa626 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
- "typescript": "^4.6.3",
+ "typescript": "^4.6.4",
"vite": "^2.9.6",
"vite-plugin-pwa": "^0.12.0"
}
|