Skip to content

Commit 447e4eb

Browse files
committed
bump lerna
1 parent a2b669e commit 447e4eb

File tree

4 files changed

+1919
-2689
lines changed

4 files changed

+1919
-2689
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
**/node_modules
33
**/dist
44
**/tmp
5+
6+
/.nx/workspace-data

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: 2 additions & 1 deletion
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": "8.2.2"
4949
},
5050
"devDependencies": {
5151
"auto": "^11.1.6",
@@ -107,6 +107,7 @@
107107
"react-dom": "16.13.1",
108108
"react-helmet": "6.1.0",
109109
"react-test-renderer": "18.2.0",
110+
"semver": "7.7.1",
110111
"turbo": "^1.1.2",
111112
"typescript": "4.4.2"
112113
},

0 commit comments

Comments
 (0)