Skip to content

Commit

Permalink
fix(): Force medusa deps version to be in range
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Nov 9, 2023
1 parent bd1d238 commit 7cd666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/medusa-plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"test:ci": "yarn add -D @medusajs/medusa@${MEDUSAJS_VERSION} && yarn run test"
},
"peerDependencies": {
"@medusajs/medusa": "^1.9.0",
"@medusajs/medusa": "<=1.16.x",
"passport": "^0.6.0",
"typeorm": "*"
},
"devDependencies": {
"@medusajs/medusa": "^1.9.0",
"@medusajs/medusa": "<=1.16.x",
"@types/express": "^4.17.17",
"@types/jest": "^29.1.2",
"jest": "^29.1.2",
Expand Down

0 comments on commit 7cd666e

Please sign in to comment.