mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
chore: update lerna to the latest version
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,6 +34,7 @@ yarn-error.log
|
||||
/packages/**/.npmignore
|
||||
/packages/**/LICENSE
|
||||
*.tsbuildinfo
|
||||
/.nx/workspace-data
|
||||
|
||||
# example
|
||||
/quick-start
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
packages/**/*.d.ts
|
||||
packages/**/*.js
|
||||
.nyc_output
|
||||
|
||||
/.nx/workspace-data
|
||||
@@ -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
10087
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user