Skip to content

Commit eba12e7

Browse files
chore(deps): update nrwl monorepo (major) (#1511)
* chore(deps): update nrwl monorepo * Add .nx/cache to gitignore --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 8257f61 commit eba12e7

File tree

4 files changed

+43
-65
lines changed

4 files changed

+43
-65
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: nrwl/nx-set-shas@v3
17+
- uses: nrwl/nx-set-shas@v4
1818
- uses: pnpm/action-setup@v2
1919
- uses: actions/setup-node@v4
2020
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ coverage
99
.idea
1010
.eslintcache
1111
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
12+
.nx/cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint-plugin-react": "^7.33.2",
1414
"eslint-plugin-react-hooks": "^4.6.0",
1515
"jest": "^29.7.0",
16-
"nx": "^16.10.0",
16+
"nx": "^17.2.8",
1717
"prettier": "3.1.1",
1818
"typescript": "~5.3.3"
1919
},

pnpm-lock.yaml

Lines changed: 40 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)