chore: fix inflight deprecation warning by upgrading workbox-build

This commit is contained in:
2026-01-13 09:07:10 +01:00
parent 14430b275e
commit de7bc516ff
2 changed files with 539 additions and 247 deletions

View File

@@ -8,6 +8,9 @@
"start": "next start",
"lint": "eslint"
},
"overrides": {
"workbox-build": "7.4.0"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@hookform/resolvers": "^5.2.2",
@@ -47,4 +50,4 @@
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}