diff options
author | crupest <crupest@outlook.com> | 2022-03-07 21:51:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 21:51:25 +0800 |
commit | 4338249094b7183f151c329a6880bc666f97c56c (patch) | |
tree | b6bdd8765b6b6b57eb86fc53dfe0e56ef4c398ea | |
parent | 69ccf634fd86625da7404bbfb089fc609511e4fc (diff) | |
parent | bff107fba6cb2dce0e076e5999f63dccea3618ba (diff) | |
download | timeline-4338249094b7183f151c329a6880bc666f97c56c.tar.gz timeline-4338249094b7183f151c329a6880bc666f97c56c.tar.bz2 timeline-4338249094b7183f151c329a6880bc666f97c56c.zip |
Merge pull request #1095 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.6.2
build(deps-dev): Bump typescript from 4.5.5 to 4.6.2 in /FrontEnd
-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 e0a10958..e9e5fa3d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.5",
+ "typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}
|