From 022db0877fcdaba9bb11cd4eb0b7d487522c4ce8 Mon Sep 17 00:00:00 2001 From: Kristian Whittick Date: Sat, 17 Jan 2026 09:55:32 +0000 Subject: [PATCH] fix: upgrade workbox-webpack-plugin from v6 to v7 - Resolves deprecation warning for rollup-plugin-terser (no longer used in v7) - Resolves deprecation warnings for workbox-cacheable-response and workbox-background-sync - workbox-google-analytics still present but updated to v7 - Build tested successfully --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 37d435b5051..eaf4a290d8e 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -74,7 +74,7 @@ "webpack": "^5.64.4", "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", - "workbox-webpack-plugin": "^6.4.1" + "workbox-webpack-plugin": "^7.4.0" }, "devDependencies": { "react": "^19.0.0",