fix: roll back some of the lerna versions change and fixing changeste

This commit is contained in:
blam
2021-02-16 11:17:45 +01:00
parent 896add263f
commit 6d861cf7c0
4 changed files with 1283 additions and 1077 deletions
+2 -10
View File
@@ -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
View File
@@ -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",
+1279 -1065
View File
File diff suppressed because it is too large Load Diff