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

Commit

Permalink
Merge pull request #5289 from trufflesuite/ensjs
Browse files Browse the repository at this point in the history
Dependency update: Bump @ensdomains/ensjs to 2.1.0
  • Loading branch information
eggplantzzz committed Jul 14, 2022
2 parents 962ba25 + 3015fd7 commit b9ed05e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
5 changes: 1 addition & 4 deletions packages/compile-solidity/test/test_supplier.js
Expand Up @@ -118,10 +118,7 @@ describe("CompilerSupplier", function () {
it("compiles w/ local path solc when options specify path", async function () {
// If multiple child projects have same solc version dependency, then yarn hoists the solc dependency
// in the truffle root node_modules folder rather than the local package node_modules folder
const pathToSolc = path.join(
__dirname,
"../../../node_modules/solc/index.js"
);
const pathToSolc = path.join(__dirname, "../node_modules/solc/index.js");

options.compilers = {
solc: {
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Expand Up @@ -21,7 +21,7 @@
"publish:next": "node ../truffle/scripts/prereleaseVersion.js next next"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.3",
"@truffle/contract-schema": "^3.4.8",
"@truffle/debug-utils": "^6.0.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Expand Up @@ -19,7 +19,7 @@
"test": "mocha --no-warnings --timeout 10000 --exit"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@ensdomains/ensjs": "^2.1.0",
"@truffle/contract": "^4.5.16",
"@truffle/expect": "^0.1.1",
"debug": "^4.3.1",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Expand Up @@ -2370,6 +2370,17 @@
testrpc "0.0.1"
web3-utils "^1.0.0-beta.31"

"@ensdomains/ens@0.4.5":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@ensdomains/ens/-/ens-0.4.5.tgz#e0aebc005afdc066447c6e22feb4eda89a5edbfc"
integrity sha512-JSvpj1iNMFjK6K+uVl4unqMoa9rf5jopb8cya5UGBWz23Nw8hSNT7efgUx4BTlAPAgpNlEioUfeTyQ6J9ZvTVw==
dependencies:
bluebird "^3.5.2"
eth-ens-namehash "^2.0.8"
solc "^0.4.20"
testrpc "0.0.1"
web3-utils "^1.0.0-beta.31"

"@ensdomains/ensjs@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ensdomains/ensjs/-/ensjs-2.0.0.tgz#1ab8f5fe43f291fdd9d059848a65a5dee4748c74"
Expand All @@ -2385,14 +2396,14 @@
ethers "^5.0.13"
js-sha3 "^0.8.0"

"@ensdomains/ensjs@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@ensdomains/ensjs/-/ensjs-2.0.1.tgz#c27438f9ca074825ddb08430988c7decf2062a91"
integrity sha512-gZLntzE1xqPNkPvaHdJlV5DXHms8JbHBwrXc2xNrL1AylERK01Lj/txCCZyVQqFd3TvUO1laDbfUv8VII0qrjg==
"@ensdomains/ensjs@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@ensdomains/ensjs/-/ensjs-2.1.0.tgz#0a7296c1f3d735ef019320d863a7846a0760c460"
integrity sha512-GRbGPT8Z/OJMDuxs75U/jUNEC0tbL0aj7/L/QQznGYKm/tiasp+ndLOaoULy9kKJFC0TBByqfFliEHDgoLhyog==
dependencies:
"@babel/runtime" "^7.4.4"
"@ensdomains/address-encoder" "^0.1.7"
"@ensdomains/ens" "0.4.3"
"@ensdomains/ens" "0.4.5"
"@ensdomains/resolver" "0.2.4"
content-hash "^2.5.2"
eth-ens-namehash "^2.0.8"
Expand Down

0 comments on commit b9ed05e

Please sign in to comment.