Skip to content

Commit

Permalink
Update nrwl monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2022
1 parent 427a5ad commit 8552cfa
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/actions/get-project-changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: 'composite'
steps:
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@v3
- name: Get affected apps
id: affected-apps
run: |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@nrwl/tao": "14.8.3",
"@nrwl/workspace": "14.8.3",
"@nrwl/tao": "15.0.2",
"@nrwl/workspace": "15.0.2",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
Expand All @@ -57,7 +57,7 @@
"lerna": "5.6.2",
"lint-staged": "13.0.3",
"lodash": "4.17.21",
"nx": "14.8.3",
"nx": "15.0.2",
"prettier": "2.7.1",
"syncpack": "8.2.4",
"typescript": "4.8.4"
Expand Down
Loading

0 comments on commit 8552cfa

Please sign in to comment.