chore: perform dependencies scan and fix all dependencies (#9296)

This commit is contained in:
Harminder Virk
2024-09-26 14:14:38 +05:30
committed by GitHub
parent fba78c0fb1
commit 48bea267dc
593 changed files with 2729 additions and 2314 deletions
+15 -11
View File
@@ -23,31 +23,35 @@
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^0.0.1",
"@medusajs/modules-sdk": "*",
"@medusajs/types": "^1.11.16",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
"cross-env": "^5.2.1",
"awilix": "^8.0.1",
"bignumber.js": "^9.1.2",
"express": "^4.18.3",
"ioredis": "^5.4.1",
"jest": "^29.7.0",
"pg": "^8.13.0",
"pg-god": "^1.0.12",
"rimraf": "^3.0.2",
"typescript": "^5.1.6"
"typescript": "^5.6.2"
},
"dependencies": {
"axios": "^0.21.4",
"get-port": "^5.1.0",
"randomatic": "^3.1.1"
},
"peerDependencies": {
"@medusajs/medusa": "*"
"@medusajs/framework": "^0.0.1",
"@medusajs/medusa": "^1.20.5",
"@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1"
},
"peerDependenciesMeta": {
"@medusajs/medusa": {
"optional": true
}
},
"dependencies": {
"@medusajs/utils": "^1.11.9",
"axios": "^0.21.4",
"get-port": "^5.1.0",
"randomatic": "^3.1.1"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}