diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 05:57:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 05:57:34 +0000 |
commit | 9c169ff9c58b875a1f50c4659a8418ce9fb829d2 (patch) | |
tree | 77165ea16834072b97f0213549d4150ffede4797 /FrontEnd | |
parent | 819a257b645f14035d00b47f43d44c2bd3d381bd (diff) | |
parent | a128d2bd00698e08ed1274fe0486e01503f3fe56 (diff) | |
download | timeline-9c169ff9c58b875a1f50c4659a8418ce9fb829d2.tar.gz timeline-9c169ff9c58b875a1f50c4659a8418ce9fb829d2.tar.bz2 timeline-9c169ff9c58b875a1f50c4659a8418ce9fb829d2.zip |
Merge pull request #634 from crupest/dependabot/npm_and_yarn/FrontEnd/vite-2.3.8
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 1c84cde9..54149d9e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -66,7 +66,7 @@ "eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"typescript": "^4.3.4",
- "vite": "^2.3.7",
+ "vite": "^2.3.8",
"vite-plugin-pwa": "^0.8.1"
}
}
|