Skip to content

Commit bcd55ac

Browse files
committed
chore: upgrade lerna
1 parent 0837692 commit bcd55ac

File tree

4 files changed

+2712
-3558
lines changed

4 files changed

+2712
-3558
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
22

lerna.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"packages": ["packages/*"],
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"version": "independent",
44
"npmClient": "yarn",
5-
"useWorkspaces": true,
6-
"private": true,
75
"command": {
86
"publish": {
97
"allowBranch": ["master"],

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"private": true,
88
"license": "MIT",
99
"scripts": {
10-
"postinstall": "lerna bootstrap",
1110
"clean": "rimraf coverage && lerna run clean",
1211
"lint": "lerna run lint",
1312
"lint:fix": "lerna run lint -- --fix",
@@ -69,7 +68,7 @@
6968
"husky": "^7.0.2",
7069
"jest": "^29.1.2",
7170
"jest-watch-typeahead": "^2.2.0",
72-
"lerna": "^3.16.4",
71+
"lerna": "^9.0.0",
7372
"lint-staged": "^12.0.2",
7473
"prettier": "^2.4.1",
7574
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)