Skip to content

Commit

Permalink
chore: upgrade lerna to 7.0.x and migrate config (#4148)
Browse files Browse the repository at this point in the history
---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
RomainMuller committed Jun 14, 2023
1 parent 9d09144 commit 9ee0321
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 779 deletions.
11 changes: 7 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"lerna": "3.13.1",
"npmClient": "yarn",
"useWorkspaces": true,
"rejectCycles": true,
"packages": [
"packages/*"
"packages/*",
"packages/@jsii/*",
"packages/@scope/*",
"tools/*"
],
"command": {
"bootstrap": {
"rejectCycles": true
}
},
"version": "1.84.0"
"version": "1.84.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.1.3",
"lerna": "^6.6.2",
"lerna": "^7.0.1",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
Expand Down
1 change: 0 additions & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@types/workerpool": "^6.4.0",
"@types/semver": "^7.5.0",
"jsii-build-tools": "0.0.0",
"jsii-calc": "3.20.120",
"memory-streams": "^0.1.3",
"mock-fs": "^5.2.0"
},
Expand Down
Loading

0 comments on commit 9ee0321

Please sign in to comment.