diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-17 07:14:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 07:14:34 +0000 |
commit | 9b9843770e5a348fea39b793103b04e2a62e8f51 (patch) | |
tree | d693c925a3c493e0aa448efc8209e64dc1097e9b | |
parent | 06853c44a3625da45f729456f1c2178418c32074 (diff) | |
parent | 422ae700c479d6a76f25b7ce42e1e88cc6b2ca83 (diff) | |
download | timeline-9b9843770e5a348fea39b793103b04e2a62e8f51.tar.gz timeline-9b9843770e5a348fea39b793103b04e2a62e8f51.tar.bz2 timeline-9b9843770e5a348fea39b793103b04e2a62e8f51.zip |
Merge pull request #756 from crupest/dependabot/npm_and_yarn/FrontEnd/vite-2.5.0
-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 a0711e3f..755889a3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5",
- "vite": "^2.4.4",
+ "vite": "^2.5.0",
"vite-plugin-pwa": "^0.10.0"
}
}
|