Skip to content

Commit de78d00

Browse files
committed
update lerna
1 parent bb09dda commit de78d00

File tree

3 files changed

+2168
-2583
lines changed

3 files changed

+2168
-2583
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"version": "independent",
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
54
"packages": ["packages/*"],
65
"command": {
76
"publish": {
@@ -11,5 +10,6 @@
1110
"version": {
1211
"changelogPreset": "conventionalcommits"
1312
}
14-
}
13+
},
14+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1515
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"conventional-changelog-cli": "^2.0.34",
4646
"conventional-changelog-conventionalcommits": "^4.3.0",
4747
"gh-pages": "^5.0.0",
48-
"lerna": "3.22.1"
48+
"lerna": "7.4.2"
4949
},
5050
"devDependencies": {
5151
"auto": "^11.3.0",
@@ -108,7 +108,8 @@
108108
"react-helmet": "6.1.0",
109109
"react-test-renderer": "18.2.0",
110110
"turbo": "^1.1.2",
111-
"typescript": "4.4.2"
111+
"typescript": "4.4.2",
112+
"semver": "7.7.1"
112113
},
113114
"packageManager": "[email protected]"
114115
}

0 commit comments

Comments
 (0)