Skip to content

Commit

Permalink
Merge pull request #35 from a11rew/dependabot/npm_and_yarn/packages/p…
Browse files Browse the repository at this point in the history
…lugin/medusajs/medusa-tw-1.16.1
  • Loading branch information
a11rew authored Sep 28, 2023
2 parents 61eb156 + 4bb6a84 commit ed4efca
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-lock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- run: pnpm i
- run: pnpm i --lockfile-only # Update out of sync lockfile
- run: pnpm i # Install to make manypkg available, catch any other dep errors
- run: pnpm manypkg fix
- run: |
git config --global user.name github-actions[bot]
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dist"
],
"peerDependencies": {
"@medusajs/medusa": "^1.13.0"
"@medusajs/medusa": "^1.16.1"
},
"dependencies": {
"@medusajs/utils": "^1.9.4"
},
"devDependencies": {
"@medusajs/medusa": "^1.13.0",
"@medusajs/medusa": "^1.16.1",
"@types/jest": "^29.5.3",
"@types/node": "^16.18.39",
"cross-env": "^5.2.1",
Expand Down
Loading

0 comments on commit ed4efca

Please sign in to comment.