Skip to content

Commit

Permalink
fix(deps): update nrwl monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent 2b04dbe commit 12e8166
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('package-lock.json') }}
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand All @@ -49,7 +49,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('package-lock.json') }}
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nestjs/platform-fastify": "8.4.2",
"@nestjs/swagger": "5.2.0",
"@nestjs/typeorm": "8.0.3",
"@nrwl/angular": "13.9.4",
"@nrwl/angular": "15.8.7",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"fastify-swagger": "5.0.0",
Expand All @@ -64,14 +64,14 @@
"@angular/language-service": "13.3.0",
"@nestjs/schematics": "8.0.8",
"@nestjs/testing": "8.4.2",
"@nrwl/cli": "11.6.1",
"@nrwl/cypress": "13.9.4",
"@nrwl/eslint-plugin-nx": "13.9.4",
"@nrwl/jest": "13.9.4",
"@nrwl/linter": "13.9.4",
"@nrwl/nest": "13.9.4",
"@nrwl/node": "13.9.4",
"@nrwl/workspace": "13.9.4",
"@nrwl/cli": "15.8.7",
"@nrwl/cypress": "15.8.7",
"@nrwl/eslint-plugin-nx": "15.8.7",
"@nrwl/jest": "15.8.7",
"@nrwl/linter": "15.8.7",
"@nrwl/nest": "15.8.7",
"@nrwl/node": "15.8.7",
"@nrwl/workspace": "15.8.7",
"@types/jest": "27.0.2",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "5.10.2",
Expand All @@ -83,7 +83,7 @@
"eslint-plugin-cypress": "2.12.1",
"jest": "27.2.3",
"jest-preset-angular": "9.0.3",
"nx": "13.9.4",
"nx": "15.8.7",
"prettier": "2.6.0",
"ts-jest": "27.0.5",
"ts-node": "10.7.0",
Expand Down

0 comments on commit 12e8166

Please sign in to comment.