From 1b219135a84721b280292ba751476425d22b9884 Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Wed, 19 Jan 2022 17:48:45 +0100 Subject: [PATCH] TASK: Move concurrently dependency back into the consuming packages --- DistributionPackages/Vendor.Site/package.json | 1 + DistributionPackages/Vendor.WheelInventor/package.json | 1 + package.json | 3 +-- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DistributionPackages/Vendor.Site/package.json b/DistributionPackages/Vendor.Site/package.json index 91fe2d9..24032d0 100644 --- a/DistributionPackages/Vendor.Site/package.json +++ b/DistributionPackages/Vendor.Site/package.json @@ -17,6 +17,7 @@ "@types/node": "^14.14.36", "@types/terser-webpack-plugin": "^5.0.3", "autoprefixer": "^10.2.5", + "concurrently": "^6.2.1", "css-loader": "^5.2.0", "css-minimizer-webpack-plugin": "^1.3.0", "eslint": "^7.22.0", diff --git a/DistributionPackages/Vendor.WheelInventor/package.json b/DistributionPackages/Vendor.WheelInventor/package.json index 696d31e..e9278cf 100644 --- a/DistributionPackages/Vendor.WheelInventor/package.json +++ b/DistributionPackages/Vendor.WheelInventor/package.json @@ -33,6 +33,7 @@ "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "autoprefixer": "^10.3.4", + "concurrently": "^6.2.1", "cssnano": "^5.0.8", "eslint": "^7.32.0", "eslint-plugin-react": "^7.25.1", diff --git a/package.json b/package.json index 0a10e6d..0391a22 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "DistributionPackages/*" ], "devDependencies": { - "lerna": "^4.0.0", - "concurrently": "^6.2.1" + "lerna": "^4.0.0" }, "scripts": { "cleanup:node": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \\;",