Skip to content

Commit

Permalink
chore(npm): add lerna as peer dependency to the packages that use it
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Feb 29, 2024
1 parent f124234 commit 7f3c773
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"url-join": "^4.0.0"
},
"peerDependencies": {
"typescript": ">=2.7"
"typescript": ">=2.7",
"lerna": "^7.1.4"
},
"peerDependenciesMeta": {
"@types/node": {
Expand All @@ -98,6 +99,7 @@
"@types/signale": "^1.2.1",
"@types/tinycolor2": "^1.4.1",
"@types/url-join": "^4.0.0",
"graphql": "^15.0.0"
"graphql": "^15.0.0",
"lerna": "^7.1.4"
}
}
6 changes: 5 additions & 1 deletion plugins/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"@types/env-ci": "^3.1.0",
"@types/semver": "^7.1.0",
"@types/url-join": "^4.0.0",
"@types/user-home": "^2.0.0"
"@types/user-home": "^2.0.0",
"lerna": "^7.1.4"
},
"peerDependencies": {
"lerna": "^7.1.4"
}
}

0 comments on commit 7f3c773

Please sign in to comment.