Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update Ganache to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Apr 13, 2023
1 parent 2af9923 commit e5c1985
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "~12.12.0",
"chai": "^4.2.0",
"debug": "^4.3.1",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"require-nocache": "^1.0.0",
"sinon": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"web3": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"del": "^2.2.0",
"ethereum-cryptography": "1.1.2",
"fs-extra": "^9.1.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"get-port": "^5.1.1",
"get-random-values": "^1.2.2",
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/web3": "1.0.20",
"change-case": "3.0.2",
"fast-check": "3.1.1",
"ganache": "7.7.7",
"ganache": "7.8.0",
"hkts": "^0.3.1",
"jest": "29.1.2",
"madge": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"change-case": "3.0.2",
"faker": "5.5.3",
"fs-extra": "^9.1.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"mochapack": "^2.1.2",
"nyc": "^13.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/debug": "^4.1.5",
"@types/web3": "1.0.20",
"chai": "^4.2.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"lodash": "^4.17.21",
"mocha": "10.1.0",
"tmp": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@truffle/config": "^1.3.54",
"@truffle/environment": "^0.2.145",
"@truffle/workflow-compile": "^4.0.56",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
"web3": "1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"chai": "^4.2.0",
"fast-check": "3.1.1",
"fs-extra": "^9.1.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"jest": "29.1.2",
"jest-transform-stealthy-require": "^1.0.0",
"ts-jest": "29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@truffle/provider": "^0.3.7",
"@truffle/resolver": "^9.0.38",
"chalk": "^4.1.2",
"ganache": "7.7.7",
"ganache": "7.8.0",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
"web3": "1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/bip39": "^2.4.2",
"@types/ethereumjs-util": "^5.2.0",
"@types/mocha": "^5.2.7",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/chai": "^4.2.22",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"ts-node": "10.7.0",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"web3": "1.8.2"
},
"devDependencies": {
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@truffle/db-loader": "^0.2.21",
"@truffle/debugger": "^11.0.32",
"app-module-path": "^2.2.0",
"ganache": "7.7.7",
"ganache": "7.8.0",
"mocha": "10.1.0",
"original-require": "^1.0.1"
},
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6218,6 +6218,16 @@
cli-cursor "^3.1.0"
strip-ansi "^6.0.0"

"@trufflesuite/[email protected]":
version "20.10.0-unofficial.2"
resolved "https://registry.yarnpkg.com/@trufflesuite/uws-js-unofficial/-/uws-js-unofficial-20.10.0-unofficial.2.tgz#7ed613ce3260cd5d1773a4d5787a2a106acd1a91"
integrity sha512-oQQlnS3oNeGsgS4K3KCSSavJgSb0W9D5ktZs4FacX9VbM7b+NlhjH96d6/G4fMrz+bc5MXRyco419on0X0dvRA==
dependencies:
ws "8.2.3"
optionalDependencies:
bufferutil "4.0.5"
utf-8-validate "5.0.7"

"@tsconfig/node10@^1.0.7":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
Expand Down Expand Up @@ -14474,12 +14484,13 @@ functions-have-names@^1.2.2:
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==

ganache@7.7.7:
version "7.7.7"
resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.7.7.tgz#19939a86799f0bcb7df02e88082944466394b913"
integrity sha512-kZUuOcgDQBtbxzs4iB3chg1iAc28s2ffdOdzyTTzo4vr9sb843w4PbWd5v1hsIqtcNjurcpLaW8XRp/cw2u++g==
ganache@7.8.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/ganache/-/ganache-7.8.0.tgz#02154384f246b66e98974cbcbb18e8372df3c2e0"
integrity sha512-IrUYvsaE/m2/NaVIZ7D/gCnsmyU/buechnH6MhUipzG1qJcZIwIp/DoP/LZUcHyhy0Bv0NKZD2pGOjpRhn7l7A==
dependencies:
"@trufflesuite/bigint-buffer" "1.1.10"
"@trufflesuite/uws-js-unofficial" "20.10.0-unofficial.2"
"@types/bn.js" "^5.1.0"
"@types/lru-cache" "5.1.1"
"@types/seedrandom" "3.0.1"
Expand Down

0 comments on commit e5c1985

Please sign in to comment.