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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2b5ba36b AIRAVATA-3693 add npm-run-all to package.json
2b5ba36b is described below

commit 2b5ba36b3cfc61fc1aa2130785c4e77a51bf11cf
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Apr 11 11:14:00 2023 -0400

    AIRAVATA-3693 add npm-run-all to package.json
---
 django_airavata/static/common/package.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/django_airavata/static/common/package.json 
b/django_airavata/static/common/package.json
index 26e8e59c..f6a8925d 100644
--- a/django_airavata/static/common/package.json
+++ b/django_airavata/static/common/package.json
@@ -37,6 +37,8 @@
     "vue-async-computed": "^3.9.0"
   },
   "devDependencies": {
+    "@babel/core": "^7.12.16",
+    "@babel/eslint-parser": "^7.12.16",
     "@vue/cli-plugin-babel": "~5.0.8",
     "@vue/cli-plugin-eslint": "~5.0.8",
     "@vue/cli-service": "~5.0.8",
@@ -44,6 +46,7 @@
     "eslint": "^7.32.0",
     "eslint-plugin-vue": "^8.0.3",
     "file-loader": "^3.0.1",
+    "npm-run-all": "^4.1.5",
     "prettier": "^2.0.5",
     "sass": "^1.54.5",
     "sass-loader": "^10",
@@ -52,9 +55,7 @@
     "webpack": "^5",
     "webpack-bundle-tracker": "^0.4.2-beta",
     "webpack-dev-middleware": "^3.5.1",
-    "webpack-dev-server": "^3.1.14",
-    "@babel/eslint-parser": "^7.12.16",
-    "@babel/core": "^7.12.16"
+    "webpack-dev-server": "^3.1.14"
   },
   "eslintConfig": {
     "root": true,

Reply via email to