Skip to content

Commit

Permalink
fix: missing dependency in dev-cli (#9730)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage authored Oct 23, 2024
1 parent c08df5a commit 809c8a6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
15 changes: 13 additions & 2 deletions packages/cli/medusa-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.0.0",
"dotenv": "^16.4.5",
"execa": "^4.1.0",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^9.0.1",
"glob": "^8.1.0",
"got": "^11.8.6",
"is-absolute": "^1.0.0",
"lodash": "^4.17.21",
"signal-exit": "^3.0.7",
"verdaccio": "^4.10.0",
Expand All @@ -27,10 +27,21 @@
"devDependencies": {
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
},
"tsconfig-paths": {
"optional": true
}
},
"homepage": "https://github.com/medusajs/medusa/tree/master/packages/medusa-dev-cli#readme",
"keywords": [
"medusa"
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24644,20 +24644,27 @@ __metadata:
"@swc/jest": ^0.2.36
chokidar: ^3.5.3
configstore: ^5.0.1
cross-env: ^7.0.3
del: ^6.0.0
dotenv: ^16.4.5
execa: ^4.1.0
find-yarn-workspace-root: ^2.0.0
fs-extra: ^9.0.1
glob: ^8.1.0
got: ^11.8.6
is-absolute: ^1.0.0
jest: ^29.7.0
lodash: ^4.17.21
signal-exit: ^3.0.7
typescript: ^5.3.3
verdaccio: ^4.10.0
yargs: ^15.4.1
peerDependencies:
ts-node: ^10.9.2
tsconfig-paths: ^4.2.0
peerDependenciesMeta:
ts-node:
optional: true
tsconfig-paths:
optional: true
bin:
medusa-dev: ./dist/index.js
languageName: unknown
Expand Down

0 comments on commit 809c8a6

Please sign in to comment.