Skip to content

Commit

Permalink
chore: update nx to version 16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jun 1, 2023
1 parent 0f87630 commit 6a589d4
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 192 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rxjs": "7.8.1",
"tslib": "2.4.1",
"zone.js": "0.12.0",
"@nx/angular": "16.1.0"
"@nx/angular": "16.3.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.3",
Expand All @@ -54,12 +54,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.1",
"@nx/devkit": "16.3.1",
"@nx/eslint-plugin": "16.3.1",
"@nx/jest": "16.3.1",
"@nx/linter": "16.3.1",
"@nx/workspace": "16.3.1",
"@schematics/angular": "15.0.3",
"@types/copy": "0.3.2",
"@types/jest": "29.4.4",
Expand All @@ -80,10 +80,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.1",
"nx-cloud": "16.0.5",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
Expand All @@ -97,3 +97,4 @@
"typescript": "4.8.4"
}
}

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 6a589d4

Please sign in to comment.