diff options
author | crupest <crupest@outlook.com> | 2022-04-20 22:10:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-20 22:10:56 +0800 |
commit | 4ea9fb554ec97248805ddf85489a9800f1f4b002 (patch) | |
tree | 23ec940b0876d5a3981a31df7a2e7bf4eb3c1f03 | |
parent | de2dc69400efb217513700b587d1571d31e53c7b (diff) | |
parent | 9cb48e49c57539c84e6e67e8315eef8335669e02 (diff) | |
download | timeline-4ea9fb554ec97248805ddf85489a9800f1f4b002.tar.gz timeline-4ea9fb554ec97248805ddf85489a9800f1f4b002.tar.bz2 timeline-4ea9fb554ec97248805ddf85489a9800f1f4b002.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 930eaa63..0ea9bc90 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.21.1",
+ "core-js": "^3.22.1",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
@@ -68,6 +68,6 @@ "prettier": "^2.6.2",
"typescript": "^4.6.3",
"vite": "^2.9.1",
- "vite-plugin-pwa": "^0.11.3"
+ "vite-plugin-pwa": "^0.12.0"
}
}
|