Skip to content

Commit c1550ab

Browse files
authored
chore(deps): upgrade Lerna-Lite to v4.0 (#343)
1 parent fc9f88e commit c1550ab

File tree

3 files changed

+101
-114
lines changed

3 files changed

+101
-114
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"syncWorkspaceLock": true
2121
}
2222
},
23-
"changelogPreset": "conventional-changelog-conventionalcommits",
23+
"changelogPreset": "conventionalcommits",
2424
"packages": [
2525
"packages/multiple-select-vanilla"
2626
]
27-
}
27+
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,18 @@
5757
"test:report": "playwright show-report",
5858
"playwright:install": "pnpm exec playwright install"
5959
},
60+
"engines": {
61+
"node": "^20.17.0 || >=22.9.0",
62+
"pnpm": "9.x"
63+
},
6064
"devDependencies": {
6165
"@biomejs/biome": "^2.0.0-beta.1",
6266
"@lerna-lite/cli": "^4.0.0",
6367
"@lerna-lite/publish": "^4.0.0",
6468
"@lerna-lite/watch": "^4.0.0",
6569
"@playwright/test": "^1.51.0",
6670
"@types/node": "^22.13.10",
67-
"conventional-changelog-conventionalcommits": "^7.0.2",
71+
"conventional-changelog-conventionalcommits": "^8.0.0",
6872
"cross-env": "^7.0.3",
6973
"npm-run-all2": "^7.0.2",
7074
"pnpm": "^9.10.0",

0 commit comments

Comments
 (0)