chore: Update modules deps (#9286)

This commit is contained in:
Adrien de Peretti
2024-09-26 11:14:35 +05:30
committed by GitHub
parent 11d8264062
commit e096feb7d5
518 changed files with 1115 additions and 957 deletions
@@ -25,16 +25,19 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "^0.0.1",
"cross-env": "^5.2.1",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/utils": "^1.11.9",
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"peerDependencies": {
"@medusajs/framework": "^0.0.1"
},
"keywords": [
"medusa-plugin",
"medusa-plugin-fulfillment"
@@ -1,4 +1,4 @@
import { ModuleProviderExports } from "@medusajs/types"
import { ModuleProviderExports } from "@medusajs/framework/types"
import { ManualFulfillmentService } from "./services/manual-fulfillment"
const services = [ManualFulfillmentService]
@@ -1,4 +1,4 @@
import { AbstractFulfillmentProviderService } from "@medusajs/utils"
import { AbstractFulfillmentProviderService } from "@medusajs/framework/utils"
// TODO rework type and DTO's