From 88d17eff5157a4dcd5de787aad87476151e52ded Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Wed, 22 Jul 2026 08:47:17 +0200 Subject: [PATCH] chore: stop pinning the concurrently dep to a precise version Use the recent improvement of https://github.com/lostpebble/generate-package-json-webpack-plugin/pull/49 to propagate a caret version of the concurrently dep in the released package. Fixes #1248 --- apps/generator-cli/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/generator-cli/webpack.config.js b/apps/generator-cli/webpack.config.js index 248794f492a..bfee53f1c64 100644 --- a/apps/generator-cli/webpack.config.js +++ b/apps/generator-cli/webpack.config.js @@ -33,6 +33,7 @@ module.exports = composePlugins( 'reflect-metadata': '', '@nuxtjs/opencollective': '', axios: '^', + concurrently: '^', }, };