Skip to content

Commit

Permalink
Merge branch 'main' of github.com:morpho-org/sdks into feat/metamorph…
Browse files Browse the repository at this point in the history
…o-v1.1
  • Loading branch information
Rubilmax committed Jan 14, 2025
2 parents a1f337f + a2d1263 commit 240609f
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 102 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@actions/core": "^1.11.1",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@conventional-changelog/git-client": "^1.0.1",
"@vitest/coverage-v8": "^2.1.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.62.9",
"@tanstack/query-core": "^5.62.16",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.2",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@morpho-org/simulation-sdk-wagmi": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.62.9",
"@tanstack/query-core": "^5.62.16",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/liquidation-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@paraswap/sdk": "^7.0.0",
"@paraswap/sdk": "^7.2.3",
"executooor-viem": "^1.3.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/simulation-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@morpho-org/simulation-sdk": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.62.9",
"@tanstack/query-core": "^5.62.16",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/lodash": "^4.17.12",
"@types/react": "^19.0.2",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"lodash": "^4.17.21",
"mutative": "^1.0.11",
"mutative": "^1.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/simulation-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "tsc --build tsconfig.build.json"
},
"dependencies": {
"mutative": "^1.0.11"
"mutative": "^1.1.0"
},
"peerDependencies": {
"@morpho-org/blue-sdk": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.2",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@wagmi/core": "^2.16.3",
"react": "^19.0.0",
Expand Down
Loading

0 comments on commit 240609f

Please sign in to comment.