From 32ed077656a4ef5440121c89aef63a6b83220f8d Mon Sep 17 00:00:00 2001 From: Nicholas Law Date: Tue, 5 Jul 2016 06:02:57 +1000 Subject: [PATCH] vue dependency upates --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e267f59..a7e8087 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "webpack-hot-middleware": "^2.10.0" }, "dependencies": { - "vue": "^1.0.21", - "vuex": "^0.6.3" + "vue": "^1.0.26", + "vuex": "^1.0.0-rc" } }