Commit 93ba9e6 1 parent 828a559 commit 93ba9e6 Copy full SHA for 93ba9e6
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 32
32
"test/**/*.sol" : " yarn lint:sol-tests" ,
33
33
"package.json" : " sort-package-json"
34
34
},
35
- "dependencies" : {
36
- "solmate" : " github:transmissions11/solmate#a9e3ea2"
37
- },
38
35
"devDependencies" : {
39
36
"@commitlint/cli" : " 19.3.0" ,
40
37
"@commitlint/config-conventional" : " 19.2.2" ,
41
38
"@defi-wonderland/natspec-smells" : " 1.1.1" ,
39
+ "ds-test" : " github:dapphub/ds-test#e282159" ,
42
40
"forge-std" : " github:foundry-rs/forge-std#5475f85" ,
43
41
"husky" : " >=8" ,
44
42
"lint-staged" : " >=10" ,
Original file line number Diff line number Diff line change @@ -651,6 +651,10 @@ dot-prop@^5.1.0:
651
651
dependencies :
652
652
is-obj "^2.0.0"
653
653
654
+ " ds-test@github:dapphub/ds-test#e282159 " :
655
+ version "1.0.0"
656
+ resolved "https://codeload.github.com/dapphub/ds-test/tar.gz/e282159d5170298eb2455a6c05280ab5a73a4ef0"
657
+
654
658
eastasianwidth@^0.2.0 :
655
659
version "0.2.0"
656
660
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1674,10 +1678,6 @@ solhint-community@4.0.0:
1674
1678
optionalDependencies :
1675
1679
prettier "^2.8.3"
1676
1680
1677
- " solmate@github:transmissions11/solmate#a9e3ea2 " :
1678
- version "6.0.0"
1679
- resolved "https://codeload.github.com/transmissions11/solmate/tar.gz/a9e3ea26a2dc73bfa87f0cb189687d029028e0c5"
1680
-
1681
1681
sort-object-keys@^1.1.3 :
1682
1682
version "1.1.3"
1683
1683
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
You can’t perform that action at this time.
0 commit comments