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
The following commit(s) were added to refs/heads/master by this push:
new 3f1b34e Update bootstrap-vue to latest
3f1b34e is described below
commit 3f1b34e3b778d6f670a70f29fb5e8a69e5a0362c
Author: Marcus Christie <machrist@iu.edu>
AuthorDate: Tue Jan 22 15:59:08 2019 -0500
Update bootstrap-vue to latest
---
django_airavata/apps/workspace/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/django_airavata/apps/workspace/package.json b/django_airavata/apps/workspace/package.json
index be0c209..8357665 100644
--- a/django_airavata/apps/workspace/package.json
+++ b/django_airavata/apps/workspace/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
- "bootstrap-vue": "^1.4.1",
+ "bootstrap-vue": "^2.0.0-rc.11",
"django-airavata-api": "file:../api",
"django-airavata-common-ui": "file:../../static/common",
"django-airavata-workspace-plugin-api": "file:django-airavata-workspace-plugin-api",
|