diff options
author | crupest <crupest@outlook.com> | 2021-12-15 23:52:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 23:52:35 +0800 |
commit | 1152712ad88043385d0554a3c2d3e7c9b1db32ab (patch) | |
tree | b6246bd91a637c92ae142094a226065b2c1bbd83 | |
parent | 8db32d4366b2df7a4875088785ebe5069bfac6d1 (diff) | |
parent | 466b0c90a67c5d519f31d124d8aa7326e9579212 (diff) | |
download | timeline-1152712ad88043385d0554a3c2d3e7c9b1db32ab.tar.gz timeline-1152712ad88043385d0554a3c2d3e7c9b1db32ab.tar.bz2 timeline-1152712ad88043385d0554a3c2d3e7c9b1db32ab.zip |
Merge pull request #987 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.5.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 fe3c77ac..17d2d112 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.3",
+ "typescript": "^4.5.4",
"vite": "^2.7.1",
"vite-plugin-pwa": "^0.11.11"
}
|