fix yarn.lock. fix comment

homebtn
Joseph Izang 2 years ago committed by Aniket
parent ff10b891f6
commit aa3276b235
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/logic/flattenerUtilities.ts
  2. 4
      yarn.lock

@ -28,7 +28,7 @@ function _traverse(graph, visited, ast, name) {
for (const dependency of dependencies) {
const path = resolve(name, dependency);
if (path in visited) {
// continue; fixes wrong ordering of source in flattened file
// continue; // fixes wrong ordering of source in flattened file
}
visited[path] = 1;
graph.add(name, path);

@ -2883,7 +2883,7 @@
bech32 "1.1.4"
ws "7.4.6"
"@ethersproject/providers@5.7.2", "@ethersproject/providers@^5.7.1":
"@ethersproject/providers@5.7.2":
version "5.7.2"
resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.7.2.tgz#f8b1a4f275d7ce58cf0a2eec222269a08beb18cb"
integrity sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==
@ -12293,7 +12293,7 @@ ethers@^5.4.2:
"@ethersproject/web" "5.5.0"
"@ethersproject/wordlists" "5.5.0"
ethers@^5.7.1, ethers@^5.7.2:
ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==

Loading…
Cancel
Save