mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Updated Lerna to v7
refs https://github.com/TryGhost/Ghost/pull/16973 - updates Lerna to v7 and removes `useWorkspaces` as Lerna now detects this automatically
This commit is contained in:
parent
eee5eed6e2
commit
d007ff86ac
@ -120,14 +120,13 @@
|
||||
},
|
||||
"lerna": {
|
||||
"version": "0.0.0",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
"npmClient": "yarn"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "8.2.0",
|
||||
"eslint-plugin-ghost": "3.1.0",
|
||||
"husky": "8.0.3",
|
||||
"lerna": "6.6.2",
|
||||
"lerna": "7.0.2",
|
||||
"lint-staged": "13.1.2",
|
||||
"ts-node": "10.9.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user