File tree 2 files changed +13
-0
lines changed 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 47
47
"lint-staged" : " ^13.2.1" ,
48
48
"prettier" : " ^2.8.7" ,
49
49
"prettier-plugin-solidity" : " ^1.1.3" ,
50
+ "process" : " ^0.11.10" ,
50
51
"solhint-plugin-prettier" : " ^0.0.5"
51
52
},
52
53
"resolutions" : {
70
71
"changelog" : " conventional-changelog --infile CHANGELOG.md --same-file --release-count 0 && prettier --write CHANGELOG.md" ,
71
72
"postinstall" : " yarn check-prerequisites; husky install" ,
72
73
"reinstall" : " YARN_CHECKSUM_BEHAVIOR=update yarn install --no-immutable"
74
+ },
75
+ "alias" : {
76
+ "process" : " process/browser.js" ,
77
+ "buffer" : " buffer"
73
78
}
74
79
}
Original file line number Diff line number Diff line change @@ -17357,6 +17357,7 @@ __metadata:
17357
17357
lint-staged: ^13.2.1
17358
17358
prettier: ^2.8.7
17359
17359
prettier-plugin-solidity: ^1.1.3
17360
+ process: ^0.11.10
17360
17361
solhint-plugin-prettier: ^0.0.5
17361
17362
languageName: unknown
17362
17363
linkType: soft
@@ -21466,6 +21467,13 @@ __metadata:
21466
21467
languageName: node
21467
21468
linkType: hard
21468
21469
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
+
21469
21477
"promise-inflight@npm:^1.0.1":
21470
21478
version: 1.0.1
21471
21479
resolution: "promise-inflight@npm:1.0.1"
You can’t perform that action at this time.
0 commit comments