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

Commit

Permalink
bump web3 to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Apr 8, 2022
1 parent 7bc610a commit 856aaed
Show file tree
Hide file tree
Showing 22 changed files with 186 additions and 186 deletions.
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tmp": "^0.2.1",
"ts-node": "^9.0.0",
"typescript": "^4.1.4",
"web3": "1.7.1"
"web3": "1.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"semver": "^7.3.4",
"utf8": "^3.0.0",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ganache": "^7.0.3",
"mocha": "9.2.2",
"sinon": "^9.0.2",
"web3": "1.7.1",
"web3-core-promievent": "1.7.1"
"web3": "1.7.3",
"web3-core-promievent": "1.7.3"
}
}
10 changes: 5 additions & 5 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
"web3": "1.7.1",
"web3-core-helpers": "1.7.1",
"web3-core-promievent": "1.7.1",
"web3-eth-abi": "1.7.1",
"web3-utils": "1.7.1"
"web3": "1.7.3",
"web3-core-helpers": "1.7.3",
"web3-core-promievent": "1.7.3",
"web3-eth-abi": "1.7.3",
"web3-utils": "1.7.3"
},
"devDependencies": {
"browserify": "^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"spawn-args": "^0.1.0",
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"web3": "1.7.1",
"web3-utils": "1.7.1",
"web3": "1.7.3",
"web3-utils": "1.7.3",
"xregexp": "^4.2.4",
"yargs": "^8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"jest": "^27.4.5",
"ts-jest": "^27.1.2",
"typescript": "^4.1.4",
"web3": "1.7.1"
"web3": "1.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"pouchdb-adapter-node-websql": "^7.0.0",
"pouchdb-debug": "^7.1.1",
"pouchdb-find": "^7.0.0",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@gql2ts/from-schema": "^2.0.0-4",
Expand Down Expand Up @@ -90,7 +90,7 @@
"typedoc-neo-theme": "^1.1.0",
"typescript": "^4.1.4",
"typescript-transform-paths": "^2.1.0",
"web3": "1.7.1"
"web3": "1.7.3"
},
"keywords": [
"database",
Expand Down
4 changes: 2 additions & 2 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"redux-saga": "1.0.0",
"reselect-tree": "^1.3.5",
"semver": "^7.3.4",
"web3": "1.7.1",
"web3-eth-abi": "1.7.1"
"web3": "1.7.3",
"web3-eth-abi": "1.7.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@truffle/source-map-utils": "^1.3.77",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@truffle/config": "^1.3.24",
Expand All @@ -50,7 +50,7 @@
"mocha": "9.2.2",
"tmp": "^0.2.1",
"typescript": "^4.1.4",
"web3": "1.7.1"
"web3": "1.7.3"
},
"keywords": [
"abi",
Expand Down
4 changes: 2 additions & 2 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@truffle/contract": "^4.5.3",
"@truffle/expect": "^0.1.0",
"eth-ens-namehash": "^2.0.8",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@truffle/config": "^1.3.24",
Expand All @@ -32,7 +32,7 @@
"ganache": "^7.0.3",
"mocha": "9.2.2",
"sinon": "^9.0.2",
"web3": "1.7.1"
"web3": "1.7.3"
},
"keywords": [
"contracts",
Expand Down
4 changes: 2 additions & 2 deletions packages/encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@truffle/abi-utils": "^0.2.11",
Expand Down Expand Up @@ -65,7 +65,7 @@
"ts-jest": "^26.5.4",
"typescript": "^4.1.4",
"utf8": "^3.0.0",
"web3": "1.7.1"
"web3": "1.7.3"
},
"keywords": [
"abi",
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 @@
"ganache": "^7.0.3",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
"web3": "1.7.1"
"web3": "1.7.3"
},
"devDependencies": {
"debug": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@truffle/spinners": "^0.1.0",
"emittery": "^0.4.1",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@truffle/expect": "^0.1.0",
"debug": "^4.3.1",
"glob": "^7.1.6",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-and-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@truffle/source-fetcher": "^1.0.1",
"debug": "^4.3.2",
"semver": "^7.3.5",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@truffle/compile-common": "^0.7.29",
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 @@ -40,7 +40,7 @@
"mocha": "9.2.2",
"ts-node": "^9.0.0",
"typescript": "^4.1.4",
"web3": "1.7.1"
"web3": "1.7.3"
},
"keywords": [
"etheruem",
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 @@ -26,7 +26,7 @@
"dependencies": {
"bn.js": "^5.1.3",
"ethers": "^4.0.32",
"web3": "1.7.1"
"web3": "1.7.3"
},
"devDependencies": {
"@types/bn.js": "^4.11.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 @@ -22,7 +22,7 @@
"dependencies": {
"@truffle/error": "^0.1.0",
"@truffle/interface-adapter": "^0.5.12",
"web3": "1.7.1"
"web3": "1.7.3"
},
"devDependencies": {
"ganache": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"async-retry": "^1.3.1",
"axios": "0.26.1",
"debug": "^4.3.1",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"devDependencies": {
"@types/async-retry": "^1.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-map-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"debug": "^4.3.1",
"json-pointer": "^0.6.1",
"node-interval-tree": "^1.3.3",
"web3-utils": "1.7.1"
"web3-utils": "1.7.3"
},
"keywords": [
"contracts",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "^0.2.1",
"web3": "1.7.1",
"web3": "1.7.3",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^4.9.1",
Expand Down
Loading

0 comments on commit 856aaed

Please sign in to comment.