mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +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/**/.npmignore
|
||||||
/packages/**/LICENSE
|
/packages/**/LICENSE
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
/.nx/workspace-data
|
||||||
|
|
||||||
# example
|
# example
|
||||||
/quick-start
|
/quick-start
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
packages/**/*.d.ts
|
packages/**/*.d.ts
|
||||||
packages/**/*.js
|
packages/**/*.js
|
||||||
.nyc_output
|
.nyc_output
|
||||||
|
|
||||||
|
/.nx/workspace-data
|
||||||
@@ -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
10087
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user