Skip to content

Commit f66bf88

Browse files
Merge pull request #1467 from ASU/update-lerna-packages
build: update packages to fix peer deps issue
2 parents 9993122 + 3c06bbc commit f66bf88

File tree

2 files changed

+288
-215
lines changed

2 files changed

+288
-215
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"url": "https://github.com/ASU/asu-unity-stack.git"
4646
},
4747
"devDependencies": {
48-
"@commitlint/cli": "^12.0.1",
49-
"@commitlint/config-conventional": "^12.0.1",
50-
"@commitlint/config-lerna-scopes": "^12.0.1",
48+
"@commitlint/cli": "^19.7.1",
49+
"@commitlint/config-conventional": "^19.7.1",
50+
"@commitlint/config-lerna-scopes": "^19.7.0",
5151
"@semantic-release/changelog": "^6.0.3",
5252
"@semantic-release/git": "^10.0.1",
5353
"@storybook/addons": "^7.6.14",
@@ -65,7 +65,7 @@
6565
"commitizen": "^4.2.3",
6666
"copy-webpack-plugin": "^8.1.1",
6767
"css-minimizer-webpack-plugin": "^2.0.0",
68-
"cz-conventional-changelog": "3.3.0",
68+
"cz-conventional-changelog": "^3.3.0",
6969
"dompurify": "^2.2.7",
7070
"eslint": "^8",
7171
"eslint-config-airbnb": "^18.2.1",
@@ -102,7 +102,8 @@
102102
"webpack-node-externals": "^2.5.0"
103103
},
104104
"resolutions": {
105-
"cosmiconfig": "<9"
105+
"cosmiconfig": "<9",
106+
"lerna": "^6.6.2"
106107
},
107108
"config": {
108109
"commitizen": {

0 commit comments

Comments
 (0)