Skip to content

Commit

Permalink
build(deps): bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 22, 2024
1 parent 962e513 commit f36182f
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 130 deletions.
4 changes: 2 additions & 2 deletions packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@morpho-org/morpho-ts": "workspace:^"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.0",
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"graphql": "^16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-ethers": "workspace:^",
"@types/node": "^22.7.7",
"ethers": "^6.13.3",
"@types/node": "^22.7.8",
"ethers": "^6.13.4",
"ethers-types": "^3.17.0",
"typescript": "^5.6.3",
"viem": "^2.21.32",
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/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"hardhat": "^2.22.13",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
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 @@ -29,7 +29,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"viem-deal": "^2.0.1",
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 @@ -36,7 +36,7 @@
"@morpho-org/test-wagmi": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"lodash": "^4.17.21",
"typescript": "^5.6.3",
"viem": "^2.21.32",
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 @@ -46,7 +46,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"evm-maths": "^7.0.0",
"executooor-viem": "^1.3.3",
"fetch-mock": "^11.1.5",
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 @@ -28,7 +28,7 @@
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"typescript": "^5.6.3",
"viem": "^2.21.32"
},
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 @@ -30,7 +30,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"lodash": "^4.17.21",
"mutative": "^1.0.11",
"typescript": "^5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"peerDependencies": {
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"ethers": "^6.13.3",
"ethers": "^6.13.0",
"viem": "^2.21.10",
"vitest": "^2.1.0"
},
"devDependencies": {
"@morpho-org/test": "workspace:^",
"@morpho-org/test-viem": "workspace:^",
"@types/node": "^22.7.7",
"ethers": "^6.13.3",
"@types/node": "^22.7.8",
"ethers": "^6.13.4",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@morpho-org/test": "workspace:^",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"viem-deal": "^2.0.1",
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 @@ -24,7 +24,7 @@
"@tanstack/react-query": "^5.59.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/core": "^2.13.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"typescript": "^5.6.3",
"viem": "^2.21.32",
"vitest": "^2.1.3"
Expand Down
Loading

0 comments on commit f36182f

Please sign in to comment.