Skip to content

Commit

Permalink
chore: update nx to version 16.3.2 (ngworker#158)
Browse files Browse the repository at this point in the history
## PR Checklist

Please check if your PR fulfills the following requirements:

- [x] The commit message follows our guidelines: CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

## PR Type

What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->

```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
```

## What is the current behavior?

The workspace uses Nx version 16.1

## What is the new behavior?

The workspace uses Nx version 16.3

## Does this PR introduce a breaking change?

```
[ ] Yes
[x] No
```
  • Loading branch information
NachoVazquez committed Jun 12, 2023
1 parent 9526cab commit 7720da7
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 192 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rxjs": "7.8.1",
"tslib": "2.4.1",
"zone.js": "0.12.0",
"@nx/angular": "16.1.0"
"@nx/angular": "16.3.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.3",
Expand All @@ -53,12 +53,12 @@
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@jscutlery/semver": "2.29.2",
"@nx/cypress": "16.1.0",
"@nx/devkit": "16.1.0",
"@nx/eslint-plugin": "16.1.0",
"@nx/jest": "16.1.0",
"@nx/linter": "16.1.0",
"@nx/workspace": "16.1.0",
"@nx/cypress": "16.3.2",
"@nx/devkit": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@schematics/angular": "15.0.3",
"@types/copy": "0.3.2",
"@types/jest": "29.4.4",
Expand All @@ -78,10 +78,10 @@
"husky": "8.0.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.0",
"jest-preset-angular": "13.1.1",
"ng-packagr": "15.0.3",
"ngx-deploy-npm": "4.3.10",
"nx": "16.1.0",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngworker/lumberjack/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}
],
"options": {
"outputPath": ["dist/packages/ngworker/lumberjack"],
"parallel": false
},
"configurations": {
Expand All @@ -30,7 +29,8 @@
]
}
},
"defaultConfiguration": "production"
"defaultConfiguration": "production",
"outputs": ["{workspaceRoot}/dist/packages/ngworker/lumberjack"]
},
"build-package": {
"executor": "@nx/angular:package",
Expand Down
Loading

0 comments on commit 7720da7

Please sign in to comment.