Skip to content

Commit

Permalink
fix: update nrwl monorepo to v16.2.2 (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2023
1 parent 69f4411 commit 9f140e6
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 152 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -55,12 +55,12 @@
"@angular/compiler": "16.0.3",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@nx/devkit": "16.2.1",
"@nx/eslint-plugin": "16.2.1",
"@nx/jest": "16.2.1",
"@nx/js": "16.2.1",
"@nx/plugin": "16.2.1",
"@nx/workspace": "16.2.1",
"@nx/devkit": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/js": "16.2.2",
"@nx/plugin": "16.2.2",
"@nx/workspace": "16.2.2",
"@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.0.0-alpha.0",
"lint-staged": "13.2.2",
"ncp": "2.0.0",
"nx": "16.2.1",
"nx": "16.2.2",
"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
Expand Up @@ -18,8 +18,8 @@
"builders.json"
],
"dependencies": {
"@nx/devkit": "16.2.1",
"nx": "16.2.1"
"@nx/devkit": "16.2.2",
"nx": "16.2.2"
},
"builders": "./builders.json",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schematics/package.json
Expand Up @@ -35,9 +35,9 @@
"dependencies": {
"@angular-eslint/eslint-plugin": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@nx/devkit": "16.2.1",
"@nx/devkit": "16.2.2",
"ignore": "5.2.4",
"nx": "16.2.1",
"nx": "16.2.2",
"strip-json-comments": "3.1.1",
"tmp": "0.2.1"
},
Expand Down

0 comments on commit 9f140e6

Please sign in to comment.