Skip to content

Commit a988612

Browse files
authored
chore(package-dev): Update lerna to latest (#9107)
1 parent f121e4d commit a988612

File tree

4 files changed

+1542
-1482
lines changed

4 files changed

+1542
-1482
lines changed

lerna.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
22
"version": "1.1.16",
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
5-
"packages": [
6-
"docs",
7-
"packages/*",
8-
"rust/*"
9-
],
104
"command": {
115
"bootstrap": {
126
"npmClient": "yarn",
13-
"npmClientArgs": [
14-
"--frozen-lockfile"
15-
]
7+
"npmClientArgs": ["--frozen-lockfile"]
168
}
17-
}
9+
},
10+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1811
}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
"lint:fix": "lerna run lint:fix",
2323
"tsc": "tsc --build",
2424
"tsc:watch": "tsc --build --watch",
25-
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,lib,dist}",
26-
"postinstall": "lerna link"
25+
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,lib,dist}"
2726
},
2827
"author": "Cube Dev, Inc.",
2928
"dependencies": {
3029
"@typescript-eslint/eslint-plugin": "^4.17.0",
3130
"core-js": "^3.34.0",
32-
"lerna": "^4.0.0"
31+
"lerna": "^8.1.9"
3332
},
3433
"files": [
3534
"src",

tsconfig.base.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"declaration": true,
2828
"declarationMap": true,
2929
"sourceMap": true,
30-
//
3130
"strict": true,
3231
"noImplicitAny": true,
3332
"strictNullChecks": true,

0 commit comments

Comments
 (0)