Skip to content

Commit

Permalink
chore(cli): Add core as dev/peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 4, 2024
1 parent e78c825 commit 34eebaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
"ts-morph": "^21.0.1",
"ts-node": "^10.9.2"
},
"peerDependencies": {
"@vendure/core": ">= 2.0.0"
},
"devDependencies": {
"@vendure/core": "2.2.0-next.7",
"typescript": "5.3.3"
}
}

0 comments on commit 34eebaf

Please sign in to comment.