fix(medusa-test-utils): get port should a deps for now (#9198)

This commit is contained in:
Adrien de Peretti
2024-09-19 14:44:16 +02:00
committed by GitHub
parent a00c2ddb31
commit 270a9a1770

View File

@@ -30,7 +30,6 @@
"@mikro-orm/postgresql": "5.9.7",
"cross-env": "^5.2.1",
"express": "^4.18.3",
"get-port": "^5.1.0",
"jest": "^29.7.0",
"pg-god": "^1.0.12",
"rimraf": "^3.0.2",
@@ -47,6 +46,7 @@
"dependencies": {
"@medusajs/utils": "^1.11.9",
"axios": "^0.21.4",
"get-port": "^5.1.0",
"randomatic": "^3.1.1"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"