From fe38ac2b0c1b7e0640bd3c502a66fbff4639993f Mon Sep 17 00:00:00 2001 From: Michael Mano Date: Tue, 23 Oct 2018 10:42:41 +1000 Subject: [PATCH] Update vue version to 2.5.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f92f9b..cb2f6888 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "laravel-mix": "^2.0", "lodash": "^4.17.5", "popper.js": "^1.12", - "vue": "^2.5.7" + "vue": "^2.5.17" } }