Skip to content

Commit b028671

Browse files
authored
Upgrade Lerna to v9 (#1970)
1 parent 33f8eaf commit b028671

File tree

5 files changed

+1676
-1438
lines changed

5 files changed

+1676
-1438
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ logs/
1111
.idea/
1212
.next/
1313
.npm/
14+
.nx/
1415
.vscode/
1516

1617
# Directories

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ package-lock.json
1515
tsconfig.json
1616
tsconfig.eslint.json
1717
tsconfig.options.json
18-
CHANGELOG.md
18+
CHANGELOG.md
19+
/.nx/workspace-data

lerna.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"version": "4.0.0-alpha.0",
64
"command": {
75
"publish": {
86
"allowBranch": "master"
97
}
10-
}
8+
},
9+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1110
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"fast-glob": "3.2.5",
9999
"filesize": "6.1.0",
100100
"jsdom": "27.0.0",
101-
"lerna": "^7.0.2",
101+
"lerna": "^9.0.0",
102102
"prettier": "^2.8.1",
103103
"react": "^16.14.0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0",
104104
"react-dom": "^16.14.0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0",

0 commit comments

Comments
 (0)