Skip to content

Commit

Permalink
build: update lerna to latest and add schema
Browse files Browse the repository at this point in the history
Lerna schema was introduced post 5.2: https://github.com/lerna/lerna/releases/tag/v5.2.0,
and some refactor work was being done on `git` commands.

Ticket: BG-56327
  • Loading branch information
byhow committed Sep 8, 2022
1 parent a1cf929 commit 22d0029
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 456 deletions.
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"version": {
"message": "chore(release): publish modules"
}
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"https-browserify": "^1.0.0",
"husky": "^8.0.1",
"improved-yarn-audit": "^3.0.0",
"lerna": "^5.1.7",
"lerna": "^5.5.0",
"lint-staged": "^12.4.1",
"make-dir": "^3.1.0",
"mocha": "^9.2.0",
Expand Down
Loading

0 comments on commit 22d0029

Please sign in to comment.