Skip to content

Commit

Permalink
fix(data-migrate): add missing dependency @redwoodjs/cli-helpers
Browse files Browse the repository at this point in the history
npx `@redwoodjs/cli-data-migrate` was erroring out on a missing
dependency, `@redwoodjs/cli-helpers`.
Follow up to #8572.
  • Loading branch information
jtoar committed Sep 1, 2023
1 parent bba4c8c commit d430e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"@redwoodjs/babel-config": "6.1.0",
"@redwoodjs/cli-helpers": "6.1.0",
"@redwoodjs/project-config": "6.1.0",
"@redwoodjs/telemetry": "6.1.0",
"chalk": "4.1.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7923,6 +7923,7 @@ __metadata:
dependencies:
"@prisma/client": 5.1.1
"@redwoodjs/babel-config": 6.1.0
"@redwoodjs/cli-helpers": 6.1.0
"@redwoodjs/project-config": 6.1.0
"@redwoodjs/telemetry": 6.1.0
"@types/fs-extra": 11.0.1
Expand Down

0 comments on commit d430e26

Please sign in to comment.