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/**/.npmignore
/packages/**/LICENSE /packages/**/LICENSE
*.tsbuildinfo *.tsbuildinfo
/.nx/workspace-data
# example # example
/quick-start /quick-start

View File

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

View File

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

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", "ioredis": "5.8.2",
"json-loader": "0.5.7", "json-loader": "0.5.7",
"kafkajs": "2.2.4", "kafkajs": "2.2.4",
"lerna": "2.11.0", "lerna": "9.0.3",
"lerna-changelog": "2.2.0", "lerna-changelog": "2.2.0",
"light-my-request": "6.6.0", "light-my-request": "6.6.0",
"lint-staged": "16.2.7", "lint-staged": "16.2.7",