Skip to content

Commit abdfdb2

Browse files
authored
chore(deps): upgrade Lerna-Lite to v4.0 (#1333)
1 parent c4f1dd8 commit abdfdb2

File tree

3 files changed

+712
-724
lines changed

3 files changed

+712
-724
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"syncWorkspaceLock": true
2020
}
2121
},
22-
"changelogPreset": "conventional-changelog-conventionalcommits",
22+
"changelogPreset": "conventionalcommits",
2323
"packages": [
2424
"packages/aurelia-slickgrid"
2525
]

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@aurelia/platform-browser": "^2.0.0-beta.23",
4848
"@formkit/tempo": "^0.1.2",
4949
"@jest/types": "^29.6.3",
50-
"@lerna-lite/cli": "^3.12.3",
51-
"@lerna-lite/publish": "^3.12.3",
50+
"@lerna-lite/cli": "^4.0.0",
51+
"@lerna-lite/publish": "^4.0.0",
5252
"@slickgrid-universal/common": "^5.13.1",
5353
"@types/jest": "^29.5.14",
5454
"@types/node": "^22.13.10",
55-
"conventional-changelog-conventionalcommits": "^7.0.2",
55+
"conventional-changelog-conventionalcommits": "^8.0.0",
5656
"cross-env": "^7.0.3",
5757
"cypress": "^14.2.0",
5858
"cypress-real-events": "^1.14.0",
@@ -74,6 +74,9 @@
7474
"typescript": "^5.8.2",
7575
"typescript-eslint": "^8.26.1"
7676
},
77+
"engines": {
78+
"node": "^20.17.0 || >=22.9.0"
79+
},
7780
"pnpm": {
7881
"overrides": {
7982
"express": "^4.21.2",

0 commit comments

Comments
 (0)