From fe376685ebeeba8a9b3bddf424fffc876a5e7bba Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Fri, 30 Aug 2024 09:26:26 +0200 Subject: [PATCH] chore(create-plugin): make sure updates bump webpack to >5.94.0 --- packages/create-plugin/templates/common/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index 61ed89d6b..4db8c6309 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -54,7 +54,7 @@ "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "5.5.4", - "webpack": "^5.86.0", + "webpack": "^5.94.0", "webpack-cli": "^5.1.4", "webpack-livereload-plugin": "^3.0.2", "webpack-virtual-modules": "^0.6.2"