diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:06:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:06:43 +0800 |
commit | f096648e4127710f386e8b3bf69c9bb437634f4d (patch) | |
tree | 8f0cdd6e25bde1cd6c0e04d72b1702f38a6c01fa | |
parent | 330771555033780bfd7f13093b8d94ce3c66a7a8 (diff) | |
parent | 4b7bb75e4d18d04c42c362a17b9cb0d331aa185f (diff) | |
download | timeline-f096648e4127710f386e8b3bf69c9bb437634f4d.tar.gz timeline-f096648e4127710f386e8b3bf69c9bb437634f4d.tar.bz2 timeline-f096648e4127710f386e8b3bf69c9bb437634f4d.zip |
Merge pull request #885 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.4.4
build(deps-dev): Bump typescript from 4.4.3 to 4.4.4 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 659eccca..faa6da46 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.3",
+ "typescript": "^4.4.4",
"vite": "^2.6.2",
"vite-plugin-pwa": "^0.11.3"
}
|