Skip to content

Commit 53fa12d

Browse files
authored
chore: stop pinning the concurrently dep to a precise version (#1262)
Use the recent improvement of lostpebble/generate-package-json-webpack-plugin#49 to propagate a caret version of the concurrently dep in the released package. Fixes #1248
1 parent aeb1bbc commit 53fa12d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/generator-cli/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = composePlugins(
3333
'reflect-metadata': '',
3434
'@nuxtjs/opencollective': '',
3535
axios: '^',
36+
concurrently: '^',
3637
},
3738
};
3839

0 commit comments

Comments
 (0)