diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-09 05:12:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 05:12:14 +0000 |
commit | dc7b0da9bd3cd7fa8884ea1f8085f6d4a0432dc4 (patch) | |
tree | bb65ee473a44a26d5a3f5d92f3e6967c469d2572 /FrontEnd | |
parent | f71febf781bec3ac8b798a988709d0e1de13dbe5 (diff) | |
download | timeline-dc7b0da9bd3cd7fa8884ea1f8085f6d4a0432dc4.tar.gz timeline-dc7b0da9bd3cd7fa8884ea1f8085f6d4a0432dc4.tar.bz2 timeline-dc7b0da9bd3cd7fa8884ea1f8085f6d4a0432dc4.zip |
build(deps-dev): Bump vite-plugin-pwa from 0.9.3 to 0.10.0 in /FrontEnd
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.9.3...v0.10.0)
---
updated-dependencies:
- dependency-name: vite-plugin-pwa
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 55f38a14..6d764615 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,6 +70,6 @@ "prettier": "^2.3.2",
"typescript": "^4.3.5",
"vite": "^2.4.4",
- "vite-plugin-pwa": "^0.9.3"
+ "vite-plugin-pwa": "^0.10.0"
}
}
|