From e38c28c97249cacef90281f88d36bd516471ccaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:33:57 +0200 Subject: [PATCH] chore(deps): update dependency ngx-deploy-npm to v8 (#804) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- packages/beeq-angular/project.json | 3 ++- packages/beeq-react/project.json | 3 ++- packages/beeq-tailwindcss/project.json | 2 +- packages/beeq-vue/project.json | 3 ++- packages/beeq/project.json | 4 ++-- 7 files changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 288379497..6192cffb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "lit-html": "3.1.1", "nanospinner": "1.1.0", "ng-packagr": "17.1.2", - "ngx-deploy-npm": "7.1.0", + "ngx-deploy-npm": "8.0.1", "npm-run-all": "4.1.5", "nx": "17.3.1", "nx-stylelint": "17.1.1", @@ -28607,9 +28607,9 @@ } }, "node_modules/ngx-deploy-npm": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ngx-deploy-npm/-/ngx-deploy-npm-7.1.0.tgz", - "integrity": "sha512-zUv/C9giRVrhmOu3dIG3tjjN+1/bOV5xQzPGgXBZL74M5dgZo+/Dui1JxrVCZH9m8QogR4Zg+0Xq6FeXo2xKrg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ngx-deploy-npm/-/ngx-deploy-npm-8.0.1.tgz", + "integrity": "sha512-JVgC7OYaa7oqvuVFkm7W+LJ+8+ihmr09NdmIVBcuUAKMzG2rvsnFGc7ymHQJ4RBK2iRVV4oOHtsaruqCBIHprA==", "dev": true, "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index d0e40b7b5..2cef41df6 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "lit-html": "3.1.1", "nanospinner": "1.1.0", "ng-packagr": "17.1.2", - "ngx-deploy-npm": "7.1.0", + "ngx-deploy-npm": "8.0.1", "npm-run-all": "4.1.5", "nx": "17.3.1", "nx-stylelint": "17.1.1", diff --git a/packages/beeq-angular/project.json b/packages/beeq-angular/project.json index 6b1d2a3db..4c0149246 100644 --- a/packages/beeq-angular/project.json +++ b/packages/beeq-angular/project.json @@ -33,7 +33,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", - "noBuild": true, + "distFolderPath": "dist/beeq-angular", "tag": "latest" } }, @@ -41,6 +41,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", + "distFolderPath": "dist/beeq-angular", "tag": "beta" } } diff --git a/packages/beeq-react/project.json b/packages/beeq-react/project.json index bee884124..9ad7e9833 100644 --- a/packages/beeq-react/project.json +++ b/packages/beeq-react/project.json @@ -27,7 +27,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", - "noBuild": true, + "distFolderPath": "dist/beeq-react", "tag": "latest" } }, @@ -35,6 +35,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", + "distFolderPath": "dist/beeq-react", "tag": "beta" } } diff --git a/packages/beeq-tailwindcss/project.json b/packages/beeq-tailwindcss/project.json index 2d759f970..de514d35d 100644 --- a/packages/beeq-tailwindcss/project.json +++ b/packages/beeq-tailwindcss/project.json @@ -36,7 +36,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", - "noBuild": true, + "distFolderPath": "dist/beeq-tailwindcss", "tag": "latest" } } diff --git a/packages/beeq-vue/project.json b/packages/beeq-vue/project.json index 62ba07924..9751b1ff2 100644 --- a/packages/beeq-vue/project.json +++ b/packages/beeq-vue/project.json @@ -27,7 +27,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", - "noBuild": true, + "distFolderPath": "dist/beeq-vue", "tag": "latest" } }, @@ -35,6 +35,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", + "distFolderPath": "dist/beeq-vue", "tag": "beta" } } diff --git a/packages/beeq/project.json b/packages/beeq/project.json index ddfc8eab1..8fef01a21 100644 --- a/packages/beeq/project.json +++ b/packages/beeq/project.json @@ -189,7 +189,7 @@ "dependsOn": ["prepublish"], "options": { "access": "public", - "noBuild": true, + "distFolderPath": "dist/beeq", "tag": "latest" } }, @@ -197,7 +197,7 @@ "executor": "ngx-deploy-npm:deploy", "options": { "access": "public", - "buildTarget": "production", + "distFolderPath": "dist/beeq", "tag": "beta" } }