fix: roll back some of the lerna versions change and fixing changeste
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
'@backstage/create-app': minor
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Upgrading to lerna@4.0.0. This changes the interface for importing, and because we can't run multiple versions of lerna, this is a breaking change.
|
||||
|
||||
You'll need to update your root `package.json` like the following:
|
||||
|
||||
```diff
|
||||
- "lerna": "^3.20.2",
|
||||
+ "lerna": "^4.0.0",
|
||||
```
|
||||
Upgrading to lerna@4.0.0 in CLI
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@
|
||||
"concurrently": "^5.2.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"husky": "^4.2.3",
|
||||
"lerna": "^4.0.0",
|
||||
"lerna": "^3.20.2",
|
||||
"lint-staged": "^10.1.0",
|
||||
"prettier": "^2.0.5",
|
||||
"recursive-readdir": "^2.2.2",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^{{version '@backstage/cli'}}",
|
||||
"@spotify/prettier-config": "^7.0.0",
|
||||
"lerna": "^4.0.0",
|
||||
"lerna": "^3.20.2",
|
||||
"prettier": "^1.19.1"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
|
||||
Reference in New Issue
Block a user