chore: update lerna to the latest version

This commit is contained in:
Kamil Myśliwiec
2025-12-22 09:47:43 +01:00
parent 0a79b7249f
commit 5186601cd8
5 changed files with 6264 additions and 3836 deletions

1
.gitignore vendored
View File

@@ -34,6 +34,7 @@ yarn-error.log
/packages/**/.npmignore
/packages/**/LICENSE
*.tsbuildinfo
/.nx/workspace-data
# example
/quick-start

View File

@@ -1,3 +1,5 @@
packages/**/*.d.ts
packages/**/*.js
.nyc_output
/.nx/workspace-data

View File

@@ -1,7 +1,5 @@
{
"lerna": "2.4.0",
"packages": [
"packages/*"
],
"version": "11.1.10"
"packages": ["packages/*"],
"version": "11.1.9",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

10087
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -154,7 +154,7 @@
"ioredis": "5.8.2",
"json-loader": "0.5.7",
"kafkajs": "2.2.4",
"lerna": "2.11.0",
"lerna": "9.0.3",
"lerna-changelog": "2.2.0",
"light-my-request": "6.6.0",
"lint-staged": "16.2.7",