diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-20 10:41:51 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-20 10:41:51 -0600 |
commit | f1cec0dfc0d0137a40226fada53add89ba641631 (patch) | |
tree | 3ce0cd976e8f7e2a3fd114803443260100ecadf3 /package.json | |
parent | 7c57e0994cf90981c4c20cc0cde20cb49ec5d11d (diff) | |
download | gitlab-ce-f1cec0dfc0d0137a40226fada53add89ba641631.tar.gz |
upgrade Vue from v2.0.3 to v2.1.10
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ad0aaef1897..3a88d8c3e1f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "stats-webpack-plugin": "^0.4.3", "timeago.js": "^2.0.5", "underscore": "^1.8.3", - "vue": "^2.0.3", + "vue": "^2.1.10", "vue-resource": "^0.9.3", "webpack": "^2.2.1" }, |