Skip to content

Commit

Permalink
chore(ci): Update lerna to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 16, 2025
1 parent 4cef4f0 commit 4d46ae3
Show file tree
Hide file tree
Showing 4 changed files with 1,542 additions and 1,482 deletions.
13 changes: 3 additions & 10 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"version": "1.1.15",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
"docs",
"packages/*",
"rust/*"
],
"command": {
"bootstrap": {
"npmClient": "yarn",
"npmClientArgs": [
"--frozen-lockfile"
]
"npmClientArgs": ["--frozen-lockfile"]
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@
"lint:fix": "lerna run lint:fix",
"tsc": "tsc --build",
"tsc:watch": "tsc --build --watch",
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,lib,dist}",
"postinstall": "lerna link"
"clean": "rimraf packages/*/{tsconfig.tsbuildinfo,lib,dist}"
},
"author": "Cube Dev, Inc.",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.17.0",
"core-js": "^3.34.0",
"lerna": "^4.0.0"
"lerna": "^8.1.9"
},
"files": [
"src",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
//
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
Expand Down
Loading

0 comments on commit 4d46ae3

Please sign in to comment.