Skip to content

Commit 988e841

Browse files
chore: bump lerna to 7.1.3 (#2017)
* chore: bump `lerna` to `7.1.3` * fix: remove deprecated options
1 parent 48d4c29 commit 988e841

File tree

3 files changed

+1582
-1803
lines changed

3 files changed

+1582
-1803
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "12.0.0-alpha.7",
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
5-
"exact": true
4+
"exact": true,
5+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"jest": "^26.6.2",
5050
"jest-circus": "^26.6.2",
5151
"jest-snapshot-serializer-raw": "^1.1.0",
52-
"lerna": "^4.0.0",
52+
"lerna": "^7.1.3",
5353
"lint-staged": "^13.1.0",
5454
"metro-memory-fs": "0.78.0",
5555
"micromatch": "^4.0.4",

0 commit comments

Comments
 (0)