Skip to content

Commit

Permalink
Merge pull request #20895 from qmonmert/axiosvue123
Browse files Browse the repository at this point in the history
[Vue] Bump axios from 0.27.2 to 1.2.3
  • Loading branch information
mshima committed Jan 23, 2023
2 parents d0fe22a + 6d7b658 commit b023eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/vue/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/vue-fontawesome": "2.0.9",
"axios": "0.27.2",
"axios": "1.2.3",
"bootstrap": "4.6.2",
"bootstrap-vue": "2.23.1",
"bootswatch": "5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion generators/vue/templates/webpack/webpack.common.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module.exports = async (env, options) => {
globOptions: { ignore: ['**/index.html'] },
},
{
from: require.resolve('axios/dist/axios.min.js'),
from: path.join(path.dirname(require.resolve('axios/package.json')), 'dist/axios.min.js'),
to: 'swagger-ui/',
},
{ from: './<%= clientSrcDir %>swagger-ui/', to: 'swagger-ui/' },
Expand Down

0 comments on commit b023eb6

Please sign in to comment.