Skip to content

Commit be8d9a2

Browse files
build(deps-dev): bump lerna from 8.2.4 to 9.0.3 (#3175)
* build(deps-dev): bump lerna from 8.2.4 to 9.0.3 Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.2.4 to 9.0.3. - [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/v9.0.3/packages/lerna) --- updated-dependencies: - dependency-name: lerna dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * run lerna repair --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phu Pham <ppham@ripple.com>
1 parent 318a970 commit be8d9a2

File tree

4 files changed

+2194
-1331
lines changed

4 files changed

+2194
-1331
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.md
2+
3+
/.nx/workspace-data

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"packages/isomorphic",
99
"packages/secret-numbers"
1010
],
11-
"npmClient": "npm"
11+
"npmClient": "npm",
12+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1213
}

0 commit comments

Comments
 (0)