Skip to content

Commit

Permalink
chore(deps): update dependency ngx-deploy-npm to v8 (#804)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 1415508 commit e38c28c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/beeq-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true,
"distFolderPath": "dist/beeq-angular",
"tag": "latest"
}
},
"publish-beta": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/beeq-angular",
"tag": "beta"
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/beeq-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true,
"distFolderPath": "dist/beeq-react",
"tag": "latest"
}
},
"publish-beta": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/beeq-react",
"tag": "beta"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/beeq-tailwindcss/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true,
"distFolderPath": "dist/beeq-tailwindcss",
"tag": "latest"
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/beeq-vue/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true,
"distFolderPath": "dist/beeq-vue",
"tag": "latest"
}
},
"publish-beta": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/beeq-vue",
"tag": "beta"
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/beeq/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,15 @@
"dependsOn": ["prepublish"],
"options": {
"access": "public",
"noBuild": true,
"distFolderPath": "dist/beeq",
"tag": "latest"
}
},
"publish-beta": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"buildTarget": "production",
"distFolderPath": "dist/beeq",
"tag": "beta"
}
}
Expand Down

0 comments on commit e38c28c

Please sign in to comment.