Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 9, 2023
1 parent 410c14d commit b75e049
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
"zod": "^3.22.2"
"zod": "^3.22.3"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@types/express": "^4.17.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
"zod": "^3.22.2"
"zod": "^3.22.3"
},
"devDependencies": {
"@types/express": "^4.17.18",
Expand Down
61 changes: 15 additions & 46 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 b75e049

Please sign in to comment.