diff options
author | crupest <crupest@outlook.com> | 2021-07-26 19:11:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 19:11:44 +0800 |
commit | 8643de5e63c3034748270ea0643737eef21e3691 (patch) | |
tree | 01b00396b4243899658added47c79ef61452eed2 /FrontEnd/package.json | |
parent | 09f8bfe09f4d2fa1728460adae54f6ba2e0eba2a (diff) | |
parent | 31c67a4ab5f763f007e5e6b8d9b215d67791c25b (diff) | |
download | timeline-8643de5e63c3034748270ea0643737eef21e3691.tar.gz timeline-8643de5e63c3034748270ea0643737eef21e3691.tar.bz2 timeline-8643de5e63c3034748270ea0643737eef21e3691.zip |
Merge pull request #696 from crupest/dependabot/npm_and_yarn/FrontEnd/vite-plugin-pwa-0.8.2
Diffstat (limited to 'FrontEnd/package.json')
-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"
}
}
|