From 2acdd4af0a8aac8a7b0e4aed998b444f2618a314 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Tue, 8 May 2018 21:24:00 +0200 Subject: [PATCH] chore(deps): update axios (#113) --- template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/package.json b/template/package.json index a52b1659..af8bcf93 100644 --- a/template/package.json +++ b/template/package.json @@ -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"