Skip to content

Commit 82c7205

Browse files
authored
chore: stop pinning the axios dep to a precise version (#1150)
Use the recent improvement of lostpebble/generate-package-json-webpack-plugin#49 to propagate a caret version of the axios dep in the released package. Fixes #796
1 parent 3446277 commit 82c7205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/generator-cli/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = composePlugins(
3232
dependencies: {
3333
'reflect-metadata': '',
3434
'@nuxtjs/opencollective': '',
35-
axios: '',
35+
axios: '^',
3636
},
3737
};
3838

0 commit comments

Comments
 (0)