Skip to content

Commit

Permalink
fix: update nrwl monorepo to v17.1.3 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2023
1 parent 9176cce commit 4a6bbe0
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 157 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"@angular/compiler": "17.0.2",
"@commitlint/cli": "18.4.1",
"@commitlint/config-conventional": "18.4.0",
"@nx/devkit": "17.1.2",
"@nx/eslint-plugin": "17.1.2",
"@nx/jest": "17.1.2",
"@nx/js": "17.1.2",
"@nx/plugin": "17.1.2",
"@nx/workspace": "17.1.2",
"@nx/devkit": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/workspace": "17.1.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"lerna": "7.4.2",
"lint-staged": "15.1.0",
"ncp": "2.0.0",
"nx": "17.1.2",
"nx": "17.1.3",
"prettier": "3.1.0",
"prettier-v2-for-jest-inline-snapshots": "npm:prettier@^2",
"rimraf": "5.0.5",
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": "17.1.2",
"nx": "17.1.2"
"@nx/devkit": "17.1.3",
"nx": "17.1.3"
},
"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": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@nx/devkit": "17.1.2",
"@nx/devkit": "17.1.3",
"ignore": "5.2.4",
"nx": "17.1.2",
"nx": "17.1.3",
"strip-json-comments": "3.1.1",
"tmp": "0.2.1"
},
Expand Down
Loading

0 comments on commit 4a6bbe0

Please sign in to comment.