diff options
author | crupest <crupest@outlook.com> | 2021-08-03 16:26:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 16:26:59 +0800 |
commit | 2de1518671777795a23b231edbe3f68dc5bcca4e (patch) | |
tree | d831166c1ce9864c96567dd75dfe6dae7a99342d | |
parent | 9a93b245137e2994c5dcdfe171b75fc1fa867635 (diff) | |
parent | 6efd69f4718799c464222ee6ddd21e055fc4b42b (diff) | |
download | timeline-2de1518671777795a23b231edbe3f68dc5bcca4e.tar.gz timeline-2de1518671777795a23b231edbe3f68dc5bcca4e.tar.bz2 timeline-2de1518671777795a23b231edbe3f68dc5bcca4e.zip |
Merge pull request #702 from crupest/dependabot/npm_and_yarn/FrontEnd/vite-2.4.4
build(deps-dev): Bump vite from 2.4.3 to 2.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 3e201b7f..d045d6df 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.3",
+ "vite": "^2.4.4",
"vite-plugin-pwa": "^0.9.3"
}
}
|