Skip to content

Commit

Permalink
Update nrwl monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 4e36a78 commit 0da022c
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 750 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: 'next'
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Prepare repository
run: git fetch --unshallow --tags
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: 'next'
- uses: actions/setup-node@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@auto-it/slack": "11.0.4",
"@changesets/cli": "2.26.2",
"@nrwl/cli": "15.9.3",
"@nrwl/jest": "16.10.0",
"@nrwl/js": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/node": "16.10.0",
"@nrwl/jest": "19.4.2",
"@nrwl/js": "19.4.2",
"@nrwl/linter": "19.4.2",
"@nrwl/node": "19.4.2",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/workspace": "16.10.0",
"@nrwl/workspace": "19.4.2",
"@types/jest": "29.5.5",
"@types/node": "18.18.5",
"@types/node-fetch": "2.6.6",
Expand All @@ -45,7 +45,7 @@
"jest-package-audit": "5.0.3",
"lerna": "7.3.1",
"mockdate": "3.0.5",
"nx": "16.10.0",
"nx": "19.4.2",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 0da022c

Please sign in to comment.