diff --git a/client/package.json b/client/package.json index 383ef44..8110afa 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "redux-thunk": "^2.3.0", "styled-components": "^5.1.1", "validator": "^13.6.0", - "workbox-build": "^5.1.3" + "workbox-build": "^7.4.0" }, "scripts": { "start": "react-scripts start", @@ -58,6 +58,6 @@ "not op_mini all" ], "devDependencies": { - "workbox-build": "^5.1.3" + "workbox-build": "^7.4.0" } }