Skip to content

Commit 0dfd3c7

Browse files
committed
chore: stop pinning the axios dep to a precise version
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 a1e9c93 commit 0dfd3c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"dotenv": "17.3.1",
123123
"eslint": "9.39.3",
124124
"eslint-config-prettier": "^10.0.0",
125-
"generate-package-json-webpack-plugin": "2.6.0",
125+
"generate-package-json-webpack-plugin": "2.7.0",
126126
"husky": "9.1.7",
127127
"jest": "30.2.0",
128128
"jest-environment-jsdom": "30.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6204,10 +6204,10 @@ function-timeout@^1.0.1:
62046204
resolved "https://registry.yarnpkg.com/function-timeout/-/function-timeout-1.0.2.tgz#e5a7b6ffa523756ff20e1231bbe37b5f373aadd5"
62056205
integrity sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==
62066206

6207-
generate-package-json-webpack-plugin@2.6.0:
6208-
version "2.6.0"
6209-
resolved "https://registry.yarnpkg.com/generate-package-json-webpack-plugin/-/generate-package-json-webpack-plugin-2.6.0.tgz#cb98336801aad3cdc21304c278e5856f057ae233"
6210-
integrity sha512-JJS6CTkCIJeiqJay/mqrO005vbyLeozcyQvJf5AbToN7zsBewlu1Zk4dLiTV1+S/jJUUFjjn/ng9rjdbsJYyXw==
6207+
generate-package-json-webpack-plugin@2.7.0:
6208+
version "2.7.0"
6209+
resolved "https://registry.yarnpkg.com/generate-package-json-webpack-plugin/-/generate-package-json-webpack-plugin-2.7.0.tgz#ca27d893ad9f55be0918879b9d468f1f292a7760"
6210+
integrity sha512-8GvEmAYLJa3PpfCwGlmBp2SM6EuEkSlfkoRQT/gbcPU3UF7Wl7s5m5ovsh6xF1Lmup6OPQZL5iODfom/IBPq9w==
62116211

62126212
gensync@^1.0.0-beta.2:
62136213
version "1.0.0-beta.2"

0 commit comments

Comments
 (0)