Skip to content

Commit

Permalink
chore: remove deprecated use workspaces option
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 6, 2024
1 parent edcb206 commit 674fb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"version": {
"message": "chore(release): publish new releases"
}
},
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
"labels": {
"feature": "Features",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6261,7 +6261,7 @@ msgpackr-extract@^3.0.2:
"@msgpackr-extract/msgpackr-extract-linux-x64" "3.0.2"
"@msgpackr-extract/msgpackr-extract-win32-x64" "3.0.2"

msgpackr@^1.10.1, msgpackr@^1.6.2:
msgpackr@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.10.1.tgz#51953bb4ce4f3494f0c4af3f484f01cfbb306555"
integrity sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==
Expand Down

0 comments on commit 674fb5f

Please sign in to comment.