diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-06 05:09:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 05:09:27 +0000 |
commit | f5b37c8657bcfcc8e94178ce11e120696b728dfb (patch) | |
tree | df227a2fc87f058d7267075cb3028cee3f6643bf | |
parent | 55516042aab1a7ee650ea4dc642bccca21e9b4d7 (diff) | |
download | timeline-f5b37c8657bcfcc8e94178ce11e120696b728dfb.tar.gz timeline-f5b37c8657bcfcc8e94178ce11e120696b728dfb.tar.bz2 timeline-f5b37c8657bcfcc8e94178ce11e120696b728dfb.zip |
build(deps-dev): Bump vite-plugin-pwa in /FrontEnd
Bumps [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) from 0.11.3 to 0.11.10.
- [Release notes](https://github.com/antfu/vite-plugin-pwa/releases)
- [Commits](https://github.com/antfu/vite-plugin-pwa/compare/v0.11.3...v0.11.10)
---
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>
-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 7fd69971..0e515302 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -70,6 +70,6 @@ "prettier": "^2.4.1",
"typescript": "^4.4.4",
"vite": "^2.6.14",
- "vite-plugin-pwa": "^0.11.3"
+ "vite-plugin-pwa": "^0.11.10"
}
}
|