Skip to content

Commit

Permalink
bump lerna to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 25, 2023
1 parent c9e6b8f commit 3577829
Show file tree
Hide file tree
Showing 4 changed files with 3,340 additions and 9,535 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
}
},
"npmClient": "pnpm",
"useWorkspaces": true
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 6 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
"test": {
"outputs": ["{projectRoot}/coverage"]
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cross-env": "~7.0.3",
"eslint": "~8.33.0",
"husky": "~8.0.3",
"lerna": "~6.6.0",
"lerna": "~7.3.0",
"lint-staged": "~13.2.0",
"prettier": "~3.0.3"
},
Expand Down
Loading

0 comments on commit 3577829

Please sign in to comment.