Skip to content

Commit

Permalink
[CRWA]: Upgrade from listr to listr2 (#6447)
Browse files Browse the repository at this point in the history
* Updated from listr to listr2

* Added yarn.lock

* dedupe yarn lock
  • Loading branch information
Josh-Walker-GM committed Oct 3, 2022
1 parent 61286e4 commit eae07ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Expand Up @@ -31,7 +31,7 @@
"core-js": "3.25.3",
"execa": "5.1.1",
"fs-extra": "10.1.0",
"listr": "0.14.3",
"listr2": "5.0.5",
"prompts": "2.4.2",
"yargs": "17.5.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-redwood-app/src/create-redwood-app.js
Expand Up @@ -13,7 +13,7 @@ import chalk from 'chalk'
import checkNodeVersion from 'check-node-version'
import execa from 'execa'
import fs from 'fs-extra'
import Listr from 'listr'
import { Listr } from 'listr2'
import prompts from 'prompts'
import { hideBin } from 'yargs/helpers'
import yargs from 'yargs/yargs'
Expand Down Expand Up @@ -350,7 +350,7 @@ import { name, version } from '../package'
},
},
],
{ collapse: false, exitOnError: true }
{ rendererOptions: { collapse: false }, exitOnError: true }
)
.run()
.then(() => {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -13666,7 +13666,7 @@ __metadata:
execa: 5.1.1
fs-extra: 10.1.0
jest: 29.1.2
listr: 0.14.3
listr2: 5.0.5
prompts: 2.4.2
typescript: 4.7.4
yargs: 17.5.1
Expand Down

0 comments on commit eae07ea

Please sign in to comment.