From 62d5b15a2492cc3d0c02652d7ba3732dfc02de34 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 21 Feb 2021 15:13:41 +0100 Subject: [PATCH] Allow minor and patch versions for the `webpack-stream` dependency again Fixes #11996. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b945ed236..3b1965433 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "vinyl-fs": "^3.0.3", "web-streams-polyfill": "^3.0.2", "webpack": "^5.23.0", - "webpack-stream": "~6.1.2", + "webpack-stream": "^6.1.2", "wintersmith": "^2.5.0", "yargs": "^11.1.1" },