Skip to content

Commit

Permalink
chore: bump lerna to 7.1.3 (#2017)
Browse files Browse the repository at this point in the history
* chore: bump `lerna` to `7.1.3`

* fix: remove deprecated options
  • Loading branch information
szymonrybczak authored Aug 9, 2023
1 parent 48d4c29 commit 988e841
Show file tree
Hide file tree
Showing 3 changed files with 1,582 additions and 1,803 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "12.0.0-alpha.7",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true
"exact": true,
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jest": "^26.6.2",
"jest-circus": "^26.6.2",
"jest-snapshot-serializer-raw": "^1.1.0",
"lerna": "^4.0.0",
"lerna": "^7.1.3",
"lint-staged": "^13.1.0",
"metro-memory-fs": "0.78.0",
"micromatch": "^4.0.4",
Expand Down
Loading

0 comments on commit 988e841

Please sign in to comment.