diff options
author | crupest <crupest@outlook.com> | 2022-01-29 23:32:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:32:40 +0800 |
commit | 9e820350492871165eac15140c59db6496cb9a5f (patch) | |
tree | 0526696574910aea1bf142426a63c5390d54f9db /FrontEnd/package.json | |
parent | d75f7442ff6c2f92e1a9a0b8c5787246ac12d8eb (diff) | |
parent | 1bf840258bc30e6d61b63db87ed2692dd5bb3337 (diff) | |
download | timeline-9e820350492871165eac15140c59db6496cb9a5f.tar.gz timeline-9e820350492871165eac15140c59db6496cb9a5f.tar.bz2 timeline-9e820350492871165eac15140c59db6496cb9a5f.zip |
Merge pull request #1029 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.5.5
build(deps-dev): Bump typescript from 4.5.4 to 4.5.5 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 36a0fe3b..f850b8ba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.4",
+ "typescript": "^4.5.5",
"vite": "^2.7.10",
"vite-plugin-pwa": "^0.11.13"
}
|