File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4747 "lint-staged" : " ^13.2.1" ,
4848 "prettier" : " ^2.8.7" ,
4949 "prettier-plugin-solidity" : " ^1.1.3" ,
50+ "process" : " ^0.11.10" ,
5051 "solhint-plugin-prettier" : " ^0.0.5"
5152 },
5253 "resolutions" : {
7071 "changelog" : " conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 && prettier --write CHANGELOG.md" ,
7172 "postinstall" : " yarn check-prerequisites; husky install" ,
7273 "reinstall" : " YARN_CHECKSUM_BEHAVIOR=update yarn install --no-immutable"
74+ },
75+ "alias" : {
76+ "process" : " process/browser.js" ,
77+ "buffer" : " buffer"
7378 }
7479}
Original file line number Diff line number Diff line change @@ -17357,6 +17357,7 @@ __metadata:
1735717357 lint-staged: ^13.2.1
1735817358 prettier: ^2.8.7
1735917359 prettier-plugin-solidity: ^1.1.3
17360+ process: ^0.11.10
1736017361 solhint-plugin-prettier: ^0.0.5
1736117362 languageName: unknown
1736217363 linkType: soft
@@ -21466,6 +21467,13 @@ __metadata:
2146621467 languageName: node
2146721468 linkType: hard
2146821469
21470+ "process@npm:^0.11.10":
21471+ version: 0.11.10
21472+ resolution: "process@npm:0.11.10"
21473+ checksum: bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3
21474+ languageName: node
21475+ linkType: hard
21476+
2146921477"promise-inflight@npm:^1.0.1":
2147021478 version: 1.0.1
2147121479 resolution: "promise-inflight@npm:1.0.1"
You can’t perform that action at this time.
0 commit comments