Skip to content

Commit

Permalink
fix(deps): update dependency listr2 to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent 88f68ef commit 1b41a73
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"jest-runner-tsd": "5.0.0",
"jscodeshift": "0.15.0",
"lerna": "6.6.2",
"listr2": "6.5.0",
"listr2": "6.6.0",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chalk": "4.1.2",
"core-js": "3.30.2",
"execa": "5.1.1",
"listr2": "6.5.0",
"listr2": "6.6.0",
"lodash.memoize": "4.1.2",
"pascalcase": "1.0.0",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"fs-extra": "11.1.1",
"humanize-string": "2.1.0",
"latest-version": "5.1.0",
"listr2": "6.5.0",
"listr2": "6.6.0",
"lodash": "4.17.21",
"param-case": "3.0.4",
"pascalcase": "1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6939,7 +6939,7 @@ __metadata:
core-js: 3.30.2
execa: 5.1.1
jest: 29.5.0
listr2: 6.5.0
listr2: 6.6.0
lodash.memoize: 4.1.2
pascalcase: 1.0.0
prettier: 2.8.8
Expand Down Expand Up @@ -6987,7 +6987,7 @@ __metadata:
humanize-string: 2.1.0
jest: 29.5.0
latest-version: 5.1.0
listr2: 6.5.0
listr2: 6.6.0
lodash: 4.17.21
param-case: 3.0.4
pascalcase: 1.0.0
Expand Down Expand Up @@ -22456,9 +22456,9 @@ __metadata:
languageName: node
linkType: hard

"listr2@npm:6.5.0":
version: 6.5.0
resolution: "listr2@npm:6.5.0"
"listr2@npm:6.6.0":
version: 6.6.0
resolution: "listr2@npm:6.6.0"
dependencies:
cli-truncate: ^3.1.0
colorette: ^2.0.20
Expand All @@ -22471,7 +22471,7 @@ __metadata:
peerDependenciesMeta:
enquirer:
optional: true
checksum: 29f5cd57d506b1396db89d23771609ff1825353ab49c48fe7de377d63c3dbe7347b9c4fac82dee690047cd6fbfce1b6fef18c5bcf23850bdbf1458c3a8aaada4
checksum: 78da38e08c9311a022cbe0b24e1e7a81f7e55f69a2786f9549d590331b807137dfddaafc346d8d66332f77fdfa486c60e4370493537c431b4fb594c18c4705bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -28428,7 +28428,7 @@ __metadata:
jest-runner-tsd: 5.0.0
jscodeshift: 0.15.0
lerna: 6.6.2
listr2: 6.5.0
listr2: 6.6.0
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 1.2.1
Expand Down

0 comments on commit 1b41a73

Please sign in to comment.