diff options
author | crupest <crupest@outlook.com> | 2021-12-06 17:10:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 17:10:36 +0800 |
commit | 4aa82fbbb310269981706aea68638502a3149bbc (patch) | |
tree | df227a2fc87f058d7267075cb3028cee3f6643bf /FrontEnd | |
parent | 55516042aab1a7ee650ea4dc642bccca21e9b4d7 (diff) | |
parent | f5b37c8657bcfcc8e94178ce11e120696b728dfb (diff) | |
download | timeline-4aa82fbbb310269981706aea68638502a3149bbc.tar.gz timeline-4aa82fbbb310269981706aea68638502a3149bbc.tar.bz2 timeline-4aa82fbbb310269981706aea68638502a3149bbc.zip |
Merge pull request #957 from crupest/dependabot/npm_and_yarn/FrontEnd/vite-plugin-pwa-0.11.10
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 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"
}
}
|