Skip to content

Commit

Permalink
chore(deps): update axios (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 8, 2018
1 parent bef1742 commit 2acdd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch"
},
"dependencies": {
{{#axios}}"axios": "^0.16.2",{{/axios}}
{{#axios}}"axios": "^0.18.0",{{/axios}}
{{#router}}"vue-router": "^3.0.1",{{/router}}
{{#store}}"vuex": "^3.0.1",{{/store}}
"vue": "^2.5.13"
Expand Down

0 comments on commit 2acdd4a

Please sign in to comment.