Skip to content

Commit fd1e3d0

Browse files
authored
build(deps): lerna@7 (#3706)
1 parent 2c081ea commit fd1e3d0

File tree

4 files changed

+490
-992
lines changed

4 files changed

+490
-992
lines changed

lerna.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"useWorkspaces": true,
43
"version": "7.4.0",
54
"npmClient": "yarn"
65
}

nx.json

+6
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@
2323
"test:slow": {
2424
"dependsOn": ["^test:slow"]
2525
}
26+
},
27+
"$schema": "./node_modules/nx/schemas/nx-schema.json",
28+
"namedInputs": {
29+
"default": ["{projectRoot}/**/*", "sharedGlobals"],
30+
"sharedGlobals": [],
31+
"production": ["default"]
2632
}
2733
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"generate-changelog": "^1.8.0",
131131
"husky": "^7.0.1",
132132
"inquirer": "^8.0.0",
133-
"lerna": "^6.6.2",
133+
"lerna": "^7.4.2",
134134
"lint-staged": "^12.1.7",
135135
"minimist": "^1.2.6",
136136
"mocha": "^9.0.1",

0 commit comments

Comments
 (0)