Skip to content

Commit

Permalink
chore(deps): update dependency nx to v20 (#1436)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency nx to v20

* chore: update config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robb Niznik <[email protected]>
  • Loading branch information
renovate[bot] and Niznikr authored Oct 7, 2024
1 parent 7f797c9 commit 5be598d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 90 deletions.
15 changes: 3 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
"appsDir": "apps",
"libsDir": "packages"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"canTrackAnalytics": false,
"runtimeCacheInputs": ["node -v"],
"parallel": 10
}
}
},
"parallel": 10,
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": true
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"jsdom": "^25.0.0",
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.0",
"nx": "^19.8.0",
"nx": "^20.0.0",
"plop": "^4.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
123 changes: 46 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5be598d

Please sign in to comment.