Skip to content

Commit 66cab4a

Browse files
committed
feat(infra): upgrade lerna
1 parent 370ece9 commit 66cab4a

File tree

3 files changed

+806
-1344
lines changed

3 files changed

+806
-1344
lines changed

lerna.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"packages": ["packages/*", "api"],
3-
"version": "0.92.2",
4-
"npmClient": "pnpm",
5-
"useWorkspaces": true
6-
}
2+
"packages": [
3+
"packages/*",
4+
"api"
5+
],
6+
"version": "0.92.2",
7+
"npmClient": "pnpm"
8+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"jest": "^29.5.0",
5555
"jest-environment-jsdom": "^29.5.0",
5656
"jsdom": "^22.0.0",
57-
"lerna": "^6.6.1",
57+
"lerna": "^8.2.2",
5858
"lodash": "^4.17.21",
5959
"playwright": "^1.52.0",
6060
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)