diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-26 05:07:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 05:07:19 +0000 |
commit | 31c67a4ab5f763f007e5e6b8d9b215d67791c25b (patch) | |
tree | 01b00396b4243899658added47c79ef61452eed2 /FrontEnd | |
parent | 09f8bfe09f4d2fa1728460adae54f6ba2e0eba2a (diff) | |
download | timeline-31c67a4ab5f763f007e5e6b8d9b215d67791c25b.tar.gz timeline-31c67a4ab5f763f007e5e6b8d9b215d67791c25b.tar.bz2 timeline-31c67a4ab5f763f007e5e6b8d9b215d67791c25b.zip |
build(deps-dev): Bump vite-plugin-pwa from 0.8.1 to 0.8.2 in /FrontEnd
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.8.1...v0.8.2)
---
updated-dependencies:
- dependency-name: vite-plugin-pwa
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 8449e0a0..6f4c866d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,6 +70,6 @@ "prettier": "^2.3.2",
"typescript": "^4.3.5",
"vite": "^2.4.3",
- "vite-plugin-pwa": "^0.8.1"
+ "vite-plugin-pwa": "^0.8.2"
}
}
|