Skip to content

Commit

Permalink
Merge branch 'main' of github.com:morpho-org/sdks into fix/fetch-eip7…
Browse files Browse the repository at this point in the history
…12-domain-in-token
  • Loading branch information
Rubilmax committed Jan 3, 2025
2 parents ad0ea3c + 11d2961 commit 5091fcd
Show file tree
Hide file tree
Showing 14 changed files with 470 additions and 4,141 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"conventional-changelog-writer": "^8.0.0",
"conventional-recommended-bump": "^10.0.0",
"dotenv-cli": "^7.4.4",
"happy-dom": "^15.11.7",
"happy-dom": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"semver": "^7.6.3",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"lint-staged": {
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 @@ -27,7 +27,7 @@
"ethers": "^6.13.4",
"ethers-types": "^3.17.3",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@morpho-org/test": "workspace:^",
"hardhat": "^2.22.17",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.60.5",
"@tanstack/react-query": "^5.60.5",
"@tanstack/query-core": "^5.62.9",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8",
"wagmi": "^2.12.33"
"wagmi": "^2.14.6"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@morpho-org/simulation-sdk-wagmi": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.60.5",
"@tanstack/react-query": "^5.60.5",
"@tanstack/query-core": "^5.62.9",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/lodash": "^4.17.12",
"lodash": "^4.17.21",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
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 @@ -53,7 +53,7 @@
"hardhat": "^2.22.17",
"nock": "beta",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/liquidity-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"graphql": "^16.10.0",
"nock": "beta",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@morpho-org/test": "workspace:^",
"@types/node": "^22.10.1",
"typescript": "^5.7.2",
"viem": "^2.21.54"
"viem": "^2.22.2"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
18 changes: 9 additions & 9 deletions packages/simulation-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"@morpho-org/simulation-sdk": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.60.5",
"@tanstack/react-query": "^5.60.5",
"@tanstack/query-core": "^5.62.9",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"lodash": "^4.17.21",
"mutative": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8",
"wagmi": "^2.12.33"
"wagmi": "^2.14.6"
},
"publishConfig": {
"main": "lib/index.js",
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 @@ -32,7 +32,7 @@
"@types/lodash": "^4.17.12",
"lodash": "^4.17.21",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions packages/test-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
},
"devDependencies": {
"@morpho-org/test": "workspace:^",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.62.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@wagmi/core": "^2.16.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8",
"wagmi": "^2.12.33"
"wagmi": "^2.14.6"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"dependencies": {
"lodash.kebabcase": "^4.1.1",
"viem-deal": "^2.0.4",
"viem-deal": "^2.0.3",
"viem-tracer": "^1.4.0"
},
"peerDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.48.1",
"ethers": "^6.13.0",
"viem": "^2.21.10",
"vitest": "^2.1.0"
Expand All @@ -48,14 +48,14 @@
}
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.48.1",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.10.1",
"ethers": "^6.13.4",
"typescript": "^5.7.2",
"viem": "^2.21.54",
"viem": "^2.22.2",
"vitest": "^2.1.8",
"wagmi": "^2.12.33"
"wagmi": "^2.14.6"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 5091fcd

Please sign in to comment.