Skip to content

Commit b1ddf8d

Browse files
committed
build(lerna): upgrade Lerna
1 parent ccb42de commit b1ddf8d

File tree

3 files changed

+3009
-3084
lines changed

3 files changed

+3009
-3084
lines changed

lerna.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
23
"version": "independent",
3-
"packages": ["packages/*", "examples/*", "modules/*"],
44
"npmClient": "yarn",
5-
"useWorkspaces": true,
6-
"loglevel": "success",
7-
"registry": "https://registry.npmjs.org/",
8-
"ignoreChanges": [
9-
"CHANGELOG.md",
10-
"**/__tests__/**",
11-
"**/__mocks__/**",
12-
"drupal/**"
13-
],
5+
"packages": ["packages/*"],
6+
"ignoreChanges": ["CHANGELOG.md", "**/__tests__/**", "**/__mocks__/**"],
147
"command": {
158
"create": {
169
"license": "MIT"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"husky": "^8.0.3",
6262
"isomorphic-fetch": "^3.0.0",
6363
"jest": "^27.5.1",
64-
"lerna": "^4.0.0",
64+
"lerna": "^8.0.1",
6565
"lint-staged": "^15.0.2",
6666
"prettier": "^3.0.3",
6767
"start-server-and-test": "^1.15.5",

0 commit comments

Comments
 (0)