We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee9ae1 commit b1123b2Copy full SHA for b1123b2
lerna.json
@@ -1,18 +1,12 @@
1
{
2
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
"version": "independent",
4
"npmClient": "yarn",
- "useWorkspaces": true,
5
"conventionalCommits": true,
6
"exact": true,
7
- "packages": [
8
- "packages/*"
9
- ],
10
"command": {
11
"publish": {
12
"npmClient": "npm"
13
- },
14
- "init": {
15
- "exact": true
16
}
17
18
package.json
@@ -17,7 +17,7 @@
"codecov": "3.8.3",
"eslint": "8.53.0",
19
"jest": "29.7.0",
20
- "lerna": "6.6.2",
+ "lerna": "7.4.2",
21
"nuxt": "2.x",
22
"sass": "1.69.5",
23
"ts-jest": "29.1.1",
0 commit comments