Skip to content

Commit

Permalink
Merge branch 'main' of github.com:a11rew/medusa-payment-paystack into…
Browse files Browse the repository at this point in the history
… v2-support
  • Loading branch information
a11rew committed Nov 10, 2024
2 parents 5a103ba + be29b17 commit 3c78db8
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 88 deletions.
12 changes: 7 additions & 5 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,26 @@
"@medusajs/framework": "^2.0.1"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.7",
"axios-retry": "^4.1.0"
},
"devDependencies": {
"@medusajs/framework": "^2.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^16.18.39",
"@types/node": "^22.5.4",
"cross-env": "^5.2.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"jest": "^29.7.0",
"msw": "^2.2.14",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"prettier": "^3.3.3",
"rimraf": "^5.0.8",
"ts-jest": "^29.1.1",
"typescript": "^5.4.4"
"typeorm": "^0.3.20",
"typescript": "^5.5.4"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down
Loading

0 comments on commit 3c78db8

Please sign in to comment.