Skip to content

Commit c08d9ba

Browse files
committed
revert: "build: bump lerna to 8.1.9"
This reverts commit 5d0b3b9. Signed-off-by: Anoop N <[email protected]>
1 parent 391eaaa commit c08d9ba

File tree

4 files changed

+1613
-1219
lines changed

4 files changed

+1613
-1219
lines changed

.prettierignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ loader
66
react
77
vue
88
packages/manager/apps/pci-databases-analytics/src/components/ui
9-
packages/manager/apps/pci-databases-analytics/src/lib/utils.ts
10-
/.nx/workspace-data
9+
packages/manager/apps/pci-databases-analytics/src/lib/utils.ts

lerna.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"lerna": "3.15.0",
23
"packages": [
34
"docs",
45
"packages/components/*",
@@ -9,6 +10,7 @@
910
"packages/manager-react-components"
1011
],
1112
"npmClient": "yarn",
13+
"useWorkspaces": true,
1214
"version": "independent",
1315
"command": {
1416
"bootstrap": {
@@ -20,6 +22,5 @@
2022
"version": {
2123
"allowBranch": "master"
2224
}
23-
},
24-
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
25+
}
2526
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"jest": "29.7.0",
109109
"jest-cucumber": "^3.0.1",
110110
"jest-environment-jsdom": "^29.7.0",
111-
"lerna": "^8.1.9",
111+
"lerna": "^5.5.0",
112112
"lint-staged": "^13.0.3",
113113
"lodash": "^4.17.11",
114114
"msw": "2.1.7",

0 commit comments

Comments
 (0)