Skip to content

Commit

Permalink
refactor: remove @medusajs/types dep infavor of @medusajs/framework/t…
Browse files Browse the repository at this point in the history
…ypes
  • Loading branch information
a11rew committed Nov 10, 2024
1 parent 46fe1de commit 5a103ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"devDependencies": {
"@medusajs/framework": "^2.0.1",
"@medusajs/types": "^2.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^16.18.39",
"eslint": "^8.57.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
PaymentProviderError,
CreatePaymentProviderSession,
UpdatePaymentProviderSession,
} from "@medusajs/types";
} from "@medusajs/framework/types";
import crypto from "crypto";

import PaystackPaymentProcessor, {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/services/paystack-payment-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
WebhookActionResult,
CreatePaymentProviderSession,
UpdatePaymentProviderSession,
} from "@medusajs/types";
} from "@medusajs/framework/types";
import {
MedusaError,
PaymentSessionStatus,
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a103ba

Please sign in to comment.