You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/12/12 14:50:34 UTC

[airavata-django-portal] 01/02: AIRAVATA-2616 Fix Vue.js regression by upgrading to 2.5.21

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 8a7dd836de8d693a8a9214aeb8457b5bfb865d51
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Dec 12 09:47:50 2018 -0500

    AIRAVATA-2616 Fix Vue.js regression by upgrading to 2.5.21
---
 django_airavata/apps/workspace/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/django_airavata/apps/workspace/package.json b/django_airavata/apps/workspace/package.json
index 1a51e7f..2b1aaa5 100644
--- a/django_airavata/apps/workspace/package.json
+++ b/django_airavata/apps/workspace/package.json
@@ -16,7 +16,7 @@
     "django-airavata-common-ui": "file:../../static/common",
     "django-airavata-workspace-plugin-api": "file:django-airavata-workspace-plugin-api",
     "moment": "^2.21.0",
-    "vue": "^2.3.3"
+    "vue": "^2.5.21"
   },
   "devDependencies": {
     "babel-core": "^6.0.0",
@@ -29,7 +29,7 @@
     "file-loader": "^0.9.0",
     "style-loader": "^0.19.0",
     "vue-loader": "^12.1.0",
-    "vue-template-compiler": "^2.3.3",
+    "vue-template-compiler": "^2.5.21",
     "webpack": "^3.1.0",
     "webpack-dev-server": "^2.4.5"
   }