Skip to content

Commit

Permalink
build(deps): bump evm-maths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 10, 2024
1 parent 5519419 commit 73cdbc2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/executooor-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dotenv": "^16.4.5",
"ethers": "^6.12.1",
"ethers-types": "^3.15.0",
"evm-maths": "^6.0.3",
"evm-maths": "^7.0.0",
"hardhat": "^2.22.5",
"hardhat-deal": "^3.0.2",
"hardhat-gas-reporter": "^2.2.1",
Expand All @@ -58,7 +58,7 @@
"peerDependencies": {
"ethers": "^6.12.0",
"ethers-types": "^3.15.0",
"evm-maths": "^6.0.0"
"evm-maths": "^7.0.0"
},
"publishConfig": {
"main": "lib/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/executooor-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"chai-as-promised": "^7.1.2",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"evm-maths": "^7.0.0",
"hardhat": "^2.22.5",
"hardhat-deal": "^3.0.2",
"hardhat-gas-reporter": "^2.2.1",
Expand All @@ -52,7 +53,7 @@
"viem": "^2.19.7"
},
"peerDependencies": {
"evm-maths": "^6.0.0",
"evm-maths": "^7.0.0",
"viem": "^2.0.0"
},
"publishConfig": {
Expand Down
15 changes: 8 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6724,10 +6724,10 @@ __metadata:
languageName: node
linkType: hard

"evm-maths@npm:^6.0.3":
version: 6.2.0
resolution: "evm-maths@npm:6.2.0"
checksum: 10c0/c135c819d7b7edf236cc265bee9f241567f7b454ab1f05a7c320eb129be336d692aaa0f04db9723635b17d7b91f96e11e36758fc16d4649b44677450d3a7e438
"evm-maths@npm:^7.0.0":
version: 7.0.0
resolution: "evm-maths@npm:7.0.0"
checksum: 10c0/e135f85f20d29ce894da6e3e5fbb46134524a24a693e7848a83327cafe7e50ee8a3e6e8d27d7b027d023b791cde497ce133195ae852b51fa5c3e0f2d9b5da746
languageName: node
linkType: hard

Expand Down Expand Up @@ -6791,7 +6791,7 @@ __metadata:
dotenv: "npm:^16.4.5"
ethers: "npm:^6.12.1"
ethers-types: "npm:^3.15.0"
evm-maths: "npm:^6.0.3"
evm-maths: "npm:^7.0.0"
hardhat: "npm:^2.22.5"
hardhat-deal: "npm:^3.0.2"
hardhat-gas-reporter: "npm:^2.2.1"
Expand All @@ -6802,7 +6802,7 @@ __metadata:
peerDependencies:
ethers: ^6.12.0
ethers-types: ^3.15.0
evm-maths: ^6.0.0
evm-maths: ^7.0.0
languageName: unknown
linkType: soft

Expand All @@ -6818,6 +6818,7 @@ __metadata:
chai-as-promised: "npm:^7.1.2"
dotenv: "npm:^16.4.5"
ethers: "npm:^6.13.2"
evm-maths: "npm:^7.0.0"
hardhat: "npm:^2.22.5"
hardhat-deal: "npm:^3.0.2"
hardhat-gas-reporter: "npm:^2.2.1"
Expand All @@ -6826,7 +6827,7 @@ __metadata:
typescript: "npm:^5.4.5"
viem: "npm:^2.19.7"
peerDependencies:
evm-maths: ^6.0.0
evm-maths: ^7.0.0
viem: ^2.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 73cdbc2

Please sign in to comment.