Skip to content

Commit 23f58b8

Browse files
committed
build: update lerna to v7.1.0
1 parent 938de2c commit 23f58b8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

lerna.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"npmClient": "yarn",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"useWorkspaces": true,
7-
"version": "4.9.0-beta.1"
3+
"packages": ["packages/*"],
4+
"version": "4.9.0-beta.1",
5+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
86
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"eslint-plugin-react": "^7.32.2",
3131
"eslint-plugin-react-hooks": "^4.6.0",
3232
"eslint-plugin-unicorn": "^47.0.0",
33-
"lerna": "^6.5.1",
33+
"lerna": "^7.1.0",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^2.8.8"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)