Skip to content

Commit 911e948

Browse files
Bump lerna from 7.4.2 to 8.0.2 (#240)
* Bump lerna from 7.4.2 to 8.0.2 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 7.4.2 to 8.0.2. - [Release notes](https://github.com/lerna/lerna/releases) - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md) - [Commits](https://github.com/lerna/lerna/commits/v8.0.2/packages/lerna) --- updated-dependencies: - dependency-name: lerna dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add `$schema` config to lerna.json * Update Node version to 20 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Schilling <[email protected]>
1 parent cb7cdd7 commit 911e948

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

lerna.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
23
"packages": ["packages/*"],
34
"version": "5.0.0",
45
"command": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"private": true,
2323
"devDependencies": {
2424
"@wearerequired/eslint-config": "file:packages/eslint-config",
25-
"lerna": "^7.4.2",
25+
"lerna": "^8.0.2",
2626
"prettier": "npm:[email protected]"
2727
},
2828
"scripts": {

0 commit comments

Comments
 (0)