switched next-pwa package

nextui
Guus van Meerveld 2 months ago
parent 7447eb3fbf
commit 7c92546ba8

@ -1,6 +1,6 @@
import createPWA from "next-pwa";
import withPWAInit from "@ducanh2912/next-pwa";
const withPWA = createPWA({
const withPWA = withPWAInit({
dest: "public"
});

@ -11,6 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@nextui-org/react": "^2.2.10",
"@tanstack/react-query": "^5.27.5",
"country-region-data": "^3.0.0",
@ -18,7 +19,6 @@
"ky": "^1.2.2",
"luxon": "^3.4.4",
"next": "14.1.3",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-hotkeys-hook": "^4.5.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save