Skip to content

Commit

Permalink
Merge pull request #243 from morpho-org/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Rubilmax authored Jan 14, 2025
2 parents 3be1464 + a83e59d commit f528d15
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 67 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: npm
directory: /
schedule:
interval: "weekly"
interval: weekly
target-branch: dev
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"conventional-changelog-writer": "^8.0.0",
"conventional-recommended-bump": "^10.0.0",
"dotenv-cli": "^8.0.0",
"happy-dom": "^16.2.0",
"happy-dom": "^16.5.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"semver": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@morpho-org/morpho-test": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"ethers": "^6.13.4",
"ethers": "^6.13.5",
"ethers-types": "^3.18.1",
"typescript": "^5.7.2",
"viem": "^2.22.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
"ethers": "^6.13.4",
"ethers": "^6.13.5",
"hardhat": "^2.22.18",
"typechain": "^8.3.2",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/liquidity-sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/simulation-sdk": "workspace:^",
"dataloader": "^2.2.3",
"ethers": "^6.0.0",
"ethers": "^6.13.5",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6"
Expand All @@ -46,7 +46,7 @@
"graphql": "^16.10.0",
"nock": "beta",
"typescript": "^5.7.2",
"ethers": "^6.0.0",
"ethers": "^6.13.5",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@playwright/test": "^1.48.1",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.10.1",
"ethers": "^6.13.4",
"ethers": "^6.13.5",
"typescript": "^5.7.2",
"viem": "^2.22.2",
"vitest": "^2.1.8",
Expand Down
Loading

0 comments on commit f528d15

Please sign in to comment.