Skip to content

Commit

Permalink
build: update secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 22, 2024
1 parent b502adf commit 71f1cfd
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 229 deletions.
2 changes: 1 addition & 1 deletion packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@morpho-org/test-ethers": "workspace:^",
"@types/node": "^22.7.8",
"ethers": "^6.13.4",
"ethers-types": "^3.17.0",
"ethers-types": "^3.17.2",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@tanstack/react-query": "^5.59.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/core": "^2.13.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@wagmi/core": "^2.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3",
"wagmi": "^2.12.20"
"wagmi": "^2.12.22"
},
"publishConfig": {
"main": "lib/index.js",
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 @@ -35,7 +35,7 @@
"@morpho-org/test-viem": "workspace:^",
"@morpho-org/test-wagmi": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.8",
"lodash": "^4.17.21",
"typescript": "^5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/simulation-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"@morpho-org/test-wagmi": "workspace:^",
"@tanstack/query-core": "^5.59.13",
"@tanstack/react-query": "^5.59.15",
"@types/lodash": "^4.17.9",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"lodash": "^4.17.21",
"mutative": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3",
"wagmi": "^2.12.20"
"wagmi": "^2.12.22"
},
"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 @@ -29,7 +29,7 @@
"@morpho-org/morpho-test": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.8",
"lodash": "^4.17.21",
"mutative": "^1.0.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/test-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"devDependencies": {
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/core": "^2.13.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@wagmi/core": "^2.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"viem-deal": "^2.0.1",
"vitest": "^2.1.3",
"wagmi": "^2.12.20"
"wagmi": "^2.12.22"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 71f1cfd

Please sign in to comment.