diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-01 05:55:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 05:55:48 +0000 |
commit | 825aac426d87180e62530321320fbb012efbd897 (patch) | |
tree | 8aa2f3fda31ee3d4dcf355b92a907185580b1572 /FrontEnd | |
parent | e4b8061c1352677d9a11c191737b70e83a6ab0b7 (diff) | |
parent | d6b39c881db634ddb035a2460a3a800fa1d8ee1e (diff) | |
download | timeline-825aac426d87180e62530321320fbb012efbd897.tar.gz timeline-825aac426d87180e62530321320fbb012efbd897.tar.bz2 timeline-825aac426d87180e62530321320fbb012efbd897.zip |
Merge pull request #648 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-4.3.5
Diffstat (limited to '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 05f273ac..290c34bd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
- "typescript": "^4.3.4",
+ "typescript": "^4.3.5",
"vite": "^2.3.8",
"vite-plugin-pwa": "^0.8.1"
}
|