Skip to content

Commit

Permalink
fix: update nrwl monorepo to v16.5.1 (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2023
1 parent 3bc629c commit 15bff48
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 139 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"default",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s"
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/src/test-setup.[jt]s"
],
"projectSpecificFiles": []
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@angular/compiler": "16.1.2",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@nx/devkit": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/js": "16.3.2",
"@nx/plugin": "16.3.2",
"@nx/workspace": "16.3.2",
"@nx/devkit": "16.5.1",
"@nx/eslint-plugin": "16.5.1",
"@nx/jest": "16.5.1",
"@nx/js": "16.5.1",
"@nx/plugin": "16.5.1",
"@nx/workspace": "16.5.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"lerna": "7.1.1",
"lint-staged": "13.2.3",
"ncp": "2.0.0",
"nx": "16.3.2",
"nx": "16.5.1",
"nx-cloud": "16.0.5",
"prettier": "2.8.8",
"rimraf": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"builders.json"
],
"dependencies": {
"@nx/devkit": "16.3.2",
"nx": "16.3.2"
"@nx/devkit": "16.5.1",
"nx": "16.5.1"
},
"builders": "./builders.json",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"dependencies": {
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@nx/devkit": "16.3.2",
"@nx/devkit": "16.5.1",
"ignore": "5.2.4",
"nx": "16.3.2",
"nx": "16.5.1",
"strip-json-comments": "3.1.1",
"tmp": "0.2.1"
},
Expand Down
Loading

0 comments on commit 15bff48

Please sign in to comment.