Skip to content

Commit

Permalink
Merge pull request #1236 from xeroxinteractive/renovate/lerna-monorepo
Browse files Browse the repository at this point in the history
Update dependency lerna to v7.1.4
  • Loading branch information
AndrewLeedham authored Aug 7, 2023
2 parents 63c3eb5 + ea82037 commit 0bb8f5a
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 210 deletions.
70 changes: 38 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,39 +36,45 @@
"eslint": "8.42.0",
"jest": "29.5.0",
"jest-package-audit": "5.0.3",
"lerna": "7.0.2",
"lerna": "7.1.4",
"prettier": "2.8.8",
"stylelint": "15.7.0"
},
"resolutions": {
"yargs-parser@<13.1.2": "^13.1.2",
"yargs-parser@>=15.0.0 <15.0.1": "^15.0.1",
"yargs-parser@>=18.0.0 <18.1.2": "^18.1.2",
"yargs-parser@>=20.0.0 <20.2.0": "^20.2.0",
"mem@<4.0.0": "^4.0.0",
"y18n@<3.2.2": "^3.2.2",
"y18n@>=4.0.0 <4.0.1": "^4.0.1",
"y18n@>=5.0.0 <5.0.5": "^5.0.5",
"hosted-git-info@<2.8.9": "^2.8.9",
"hosted-git-info@>=3.0.0 <3.0.8": "^3.0.8",
"glob-parent@<5.1.2": "^5.1.2",
"trim-newlines@<3.0.1": "^3.0.1",
"trim-newlines@>=4.0.0 <4.0.1": "^4.0.1",
"trim@<0.0.3": "^0.0.3",
"handlebars@<4.7.7": "^4.7.7",
"normalize-url@<4.5.1": "^4.5.1",
"normalize-url@>=5.0.0 <5.3.1": "^5.3.1",
"normalize-url@>=6.0.0 <6.0.1": "^6.0.1",
"@npmcli/git@<2.0.8": "^2.0.8",
"path-parse@<1.0.7": "^1.0.7",
"tar@<6.1.1": "^6.1.1",
"json-schema@<0.4.0": "^0.4.0",
"@npmcli/arborist@<2.8.2": "^2.8.2",
"node-fetch@<2.6.7": "^2.6.7",
"minimist@<1.2.6": "^1.2.6",
"npm@<8.11.0": "^8.11.0",
"minimatch@<3.0.5": "^3.0.5",
"json5@<1.0.2": "^1.0.2"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"yargs-parser@<13.1.2": "^13.1.2",
"yargs-parser@>=15.0.0 <15.0.1": "^15.0.1",
"yargs-parser@>=18.0.0 <18.1.2": "^18.1.2",
"yargs-parser@>=20.0.0 <20.2.0": "^20.2.0",
"mem@<4.0.0": "^4.0.0",
"y18n@<3.2.2": "^3.2.2",
"y18n@>=4.0.0 <4.0.1": "^4.0.1",
"y18n@>=5.0.0 <5.0.5": "^5.0.5",
"hosted-git-info@<2.8.9": "^2.8.9",
"hosted-git-info@>=3.0.0 <3.0.8": "^3.0.8",
"glob-parent@<5.1.2": "^5.1.2",
"trim-newlines@<3.0.1": "^3.0.1",
"trim-newlines@>=4.0.0 <4.0.1": "^4.0.1",
"trim@<0.0.3": "^0.0.3",
"handlebars@<4.7.7": "^4.7.7",
"normalize-url@<4.5.1": "^4.5.1",
"normalize-url@>=5.0.0 <5.3.1": "^5.3.1",
"normalize-url@>=6.0.0 <6.0.1": "^6.0.1",
"@npmcli/git@<2.0.8": "^2.0.8",
"path-parse@<1.0.7": "^1.0.7",
"tar@<6.1.1": "^6.1.1",
"json-schema@<0.4.0": "^0.4.0",
"@npmcli/arborist@<2.8.2": "^2.8.2",
"node-fetch@<2.6.7": "^2.6.7",
"minimist@<1.2.6": "^1.2.6",
"npm@<8.11.0": "^8.11.0",
"minimatch@<3.0.5": "^3.0.5",
"json5@<1.0.2": "^1.0.2",
"semver@<5.7.2": "^5.7.2",
"semver@>6.3.0 <6.3.1": "^6.3.1",
"semver@>=7.0.0 <7.5.2": "^7.5.2",
"word-wrap@<1.2.4": "^1.2.4"
}
}
}
Loading

0 comments on commit 0bb8f5a

Please sign in to comment.