Skip to content

Commit

Permalink
revert: "build: bump lerna to 8.1.9"
Browse files Browse the repository at this point in the history
This reverts commit 5d0b3b9.

Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Nov 13, 2024
1 parent 391eaaa commit c08d9ba
Show file tree
Hide file tree
Showing 4 changed files with 1,613 additions and 1,219 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ loader
react
vue
packages/manager/apps/pci-databases-analytics/src/components/ui
packages/manager/apps/pci-databases-analytics/src/lib/utils.ts
/.nx/workspace-data
packages/manager/apps/pci-databases-analytics/src/lib/utils.ts
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"lerna": "3.15.0",
"packages": [
"docs",
"packages/components/*",
Expand All @@ -9,6 +10,7 @@
"packages/manager-react-components"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"bootstrap": {
Expand All @@ -20,6 +22,5 @@
"version": {
"allowBranch": "master"
}
},
"$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 @@ -108,7 +108,7 @@
"jest": "29.7.0",
"jest-cucumber": "^3.0.1",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.9",
"lerna": "^5.5.0",
"lint-staged": "^13.0.3",
"lodash": "^4.17.11",
"msw": "2.1.7",
Expand Down
Loading

0 comments on commit c08d9ba

Please sign in to comment.