Skip to content

Commit

Permalink
feat(nx): upgrade nx@20
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Nov 29, 2024
1 parent 0d1b705 commit 230696a
Show file tree
Hide file tree
Showing 4 changed files with 5,105 additions and 3,420 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

vite.config.*.timestamp*
26 changes: 12 additions & 14 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,20 @@
"workspaceLayout": {
"libsDir": "packages"
},
"extends": "@nrwl/workspace/presets/core.json",
"extends": "nx/presets/core.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "@juntossomosmais",
"affected": {
"defaultBase": "main"
},
"defaultBase": "main",
"cli": {
"defaultCollection": "@nrwl/workspace"
"defaultCollection": "nx"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.js": "*",
"tsconfig.base.json": "*",
"nx.json": "*"
"namedInputs": {
"sharedGlobals": [
"{workspaceRoot}/.eslintrc.js",
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/nx.json"
],
"default": ["sharedGlobals"]
},
"tasksRunnerOptions": {
"default": {
Expand Down Expand Up @@ -63,5 +60,6 @@
"targetName": "jest:test"
}
}
]
],
"useLegacyCache": true
}
Loading

0 comments on commit 230696a

Please sign in to comment.