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 518c517 Updating dependencies
518c517 is described below
commit 518c51780357fe5fbb7e13700317b7343959cd97
Author: Marcus Christie <machrist@iu.edu>
AuthorDate: Fri Jan 18 10:54:21 2019 -0500
Updating dependencies
---
django_airavata/static/common/package.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/django_airavata/static/common/package.json b/django_airavata/static/common/package.json
index a3b3c28..f01db39 100644
--- a/django_airavata/static/common/package.json
+++ b/django_airavata/static/common/package.json
@@ -27,13 +27,15 @@
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
+ "file-loader": "^3.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.28.4",
"webpack-bundle-tracker": "^0.4.2-beta",
- "webpack-dev-middleware": "^3.5.1"
+ "webpack-dev-middleware": "^3.5.1",
+ "webpack-dev-server": "^3.1.14"
},
"eslintConfig": {
"root": true,
|